I am in the process of migrating my current production applications to Amazon Web Services Cloud.
I am migrating my MySQL database to MySQL RDS DB service for my production applications. In order to save cost, I am planning to use shared RDS db for some of the applications that are not that much critical.
I have certain queries:
If I create an RDS instance to be shared among 4 applications, than will there be any possibility that some other user of one database can n check out the other databases.
what are the security issues that I need to take care while doing this.
Can I create and grant admin rights (import/export/create) to other user using the user/password that I created while creating RDS DB.
Any lead is highly appreciated.