How can I create Mirror of amazon MySQL RDS instance and connect to this instance,
I read about that amazon has automatic backup for RDS instances and automatic restores it, they have automated backup and DB snapshot, so i guess it's possible to connect to the DB snapshot.
Well i simply want to connect to a mirror of my production RDS instance so i can run heavy queries without affect the production performance.
I wasn't able to find in amazon FAQ (http://aws.amazon.com/rds/mysql/)
This question also didn't help me to understand if i can do it and how Copying or Replicating Amazon RDS MYSQL weekly
Also a good reference will be here : http://aws.amazon.com/rds/faqs/#23 but i couldn't get what should be done in order to connect to such instance.
is it possible? can you explain how?