Reputation: 1161
I have this issue on my app on google play. please help me to solve this issue
Security alert Your Amazon Web Services credentials may be exposed. This exposure of your credentials could lead to unauthorised access to your AWS account, which may include associated excessive charges, and potentially unauthorised access to your data and your users' data.
Upvotes: 6
Views: 1451
Reputation: 179364
It seems pretty straightforward, really... It sounds like you have embedded your AWS credentials in your app, where they can be reverse-engineered and compromised. You can't just call AWS services with your IAM credentials coded into the code that you distribute.
Upvotes: 0