AWS Credentials working in Sub-Prods but not in Production
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-23-2024 11:43 PM
Hello,
We have a requirement to feed resolved incident data into an AWS SQS queue. This implementation has been successfully tested and working in our Development & Test environments. However, after migrating these changes to our Production environment, we encountered an authorization error.
The specific error message is as follows: "User: anonymous is not authorized to perform: sqs:SendMessage on resource: arn:aws."
We have verified that the same aws credentials were used in both the Development and Production environments.
Could someone please assist us in resolving this authorization issue?
Thanks,
Anusha
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-24-2024 12:13 AM
Does the integration user on PROD have the same access as on DEV/TEST? Using the same credentials on different instances, doesn't mean they have the same access level.
Please mark any helpful or correct solutions as such. That helps others find their solutions.
Mark
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-24-2024 05:02 AM
@Mark Manders - We have authenticated using Access Key and Secret Key in credentials Table. We have not used any user credentials to authenticate.
Suggest what kind of access levels do I need to check on aws credentials?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-24-2024 12:18 AM
Hello @Anusha Reddy VK
Are the ACLs same in all Instances ralated to module you are trying to access to ?you can try resetting the credentials that might resolve this issue.
Please mark this answer as helpful and correct if helped.
Kind Regards,
Ravi Chandra
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-24-2024 05:04 AM - edited 05-24-2024 05:05 AM
@Ravi Chandra_K - Yes everything is Identical in Prod and Dev as they are recently cloned. Additionally, I have reset the credentials in Prod. Despite these measures, the issue persists.