Amazon RDS MySQL and Master-master replication

DmitrySemenov picture DmitrySemenov · Mar 3, 2014 · Viewed 19.2k times · Source

I can't find it from documentation, but it seems Master-Master replication is not supported at this time. Is this correct?

Answer

Mike Brant picture Mike Brant · Mar 3, 2014

That is correct. RDS does not support Master-Master replication currently, so scaling horizontally for writes is not easily achievable, if that is your need. RDS does however support the ability to create multiple "read only" RDS slave instances, so scaling horizontally for reads is possible.

Here is RDS FAQ on replication

http://aws.amazon.com/rds/faqs/#replication