I am migrating to Amazon Web Services. I have a production site and associated mySQL Database, and I also have a staging site to try out changes prior to pushing to production.
In terms of AWS RDS, how do I manage these two databases? Should they both exist in the same instance, or should they each have their own instance?
My staging site does not have to be continuously available, does this change which option is best suited?