ayesh don
ayesh don

Reputation: 1161

AWS security alert in google play

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

Answers (1)

Michael - sqlbot
Michael - sqlbot

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

Related Questions