4

We have a Postgres RDS instance in the AWS Oregon Region. For some supposed legal reasons, we have to host our client's European data in the Ireland AWS Region, but we need that data synchronized to the Oregon Region. We will probably have to have an instance in the Singapore Region eventually, too.

We would like the databases to all be synchronized across regions.

Is this something that can even be done with Postgres RDS instances, or is MySQL the only database in RDS that supports this concept of replication between regions?

Any input on this matter would help. We really enjoy how RDS makes administering the databases so easy, but if RDS can't allow us to sync databases between regions with Postgres, then we'll have to switch back to EC2 Linux instances with Postgres.

asked Aug 4, 2014 at 23:25
1

1 Answer 1

2

AWS offers cross region data replication for MySQL RDS with a few clicks on aws console cross-region replication for MySQL, but not for postgreSQL yet, maybe in the future they will provide such functionality.

However, you might be able to implement such replication across regions with ec2 instances and avoiding RDS instances.

answered Oct 7, 2015 at 9:57

Your Answer

Draft saved
Draft discarded

Sign up or log in

Sign up using Google
Sign up using Email and Password

Post as a guest

Required, but never shown

Post as a guest

Required, but never shown

By clicking "Post Your Answer", you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.