I would like to allow for scaling of our RDS databases for an application but can't seem to find any information on how to keep multiple RDS databases in sync with the same data. Any ideas how to set up such a configuration?
Asked
Active
Viewed 171 times
1 Answers
1
You can only scale with read replicas. RDS does not support multi-master.

slm
- 7,615
- 16
- 56
- 76

Mark Wagner
- 18,019
- 2
- 32
- 47
-
any ideas on the best way to set up read replicas? or if i do want to set up a multi master, how could i go about doing that? – Rob Jan 11 '14 at 16:10
-
By scale, he definitely means vertical Storage Scaling and not scaling out instances. – Koushik Shom Choudhury Apr 13 '20 at 04:11