AWS Credentials working in Sub-Prods but not in Production

Anusha Reddy VK
Mega Guru

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

4 REPLIES 4

Mark Manders
Mega Patron

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 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?

Ravi Chandra_K
Kilo Patron
Kilo Patron

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 

 

 

@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.