I have one server where mysql is running, its a VM. I am currently configuring another mysql in in Amazon RDS. Can I use this RDS database as a slave of the VM database. So I want the VM DB to be the master of the replication and the RDS database be the slave.
Is it at all possible? Or any other option?