2 RDS databases, replicated in active-active way, in different/same AZ

0

Related question was https://repost.aws/questions/QUw6WLcMU1TPKZOC-OZ_h9Iw/2-rds-writable-databases-in-different-regions-synchronized-between-each-other , about the same problem, but about having databases replicated in active-active way, while databases being in different regions, as i have understood, without using something custom (non AWS provided) or using NoSQL databases, it is not really possible for multi regional solution.

The question is, if it is possible to have 2 RDS databases replicated in active-active way, while those databases being located in same AZ (but, it still should be ran on different hardware) or in different AZ. If it is possible, where i can find instructions on how to implement it in our setup?

已提问 2 年前227 查看次数
1 回答
0
已接受的回答

Hi Joann Babak, what you're asking for could in principle be fulfilled by Aurora Multi-Master. BUT:

If you look at the documentation you'll see that it runs on Amazon Aurora MySQL-Compatible Edition v1 for which and End-of-Life announcement is out. I'm not aware of any Multi-Master successor.

With that in mind, a future-proof solution comes back to the answer already given in your related question: Use third-party replication between two instances.

By the way: Since recently there is a Golden Gate Free Edition for databases up to 20 GB in size. If cost for the additional software license is your concern and your database(s) are within this limit, maybe this helps.

That aside: what are you trying to achieve that really, really requires a Multi-Master setup? Feel free to discuss below (also feel free to mark my answer as "helpful" ;-) )

Kind regards, Uwe

profile pictureAWS
Uwe K
已回答 2 年前
profile picture
专家
已审核 1 个月前
  • Thank you for your answer. We really wanted to know if there is AWS provided service, that makes the active-active replication possible inside of the same/different AZ's. And we dont really want to relay on something third-party for that. So if there is no other solution, then i guess we can close the question.

  • You're welcome and thanks for letting me know.

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则