RDS Multi-region design discussion

0

Hi guys!

I'm designing a global application that host in 2 Regions.

My app use SQL database may be MySQL, SQL Server, Oracle, PostgeSQL...

My question is if Amazon RDS can deploy the database in 2 different regions and synchronize effectively?

Steven
質問済み 2年前532ビュー
1回答
1
承認された回答

There's an interesting AWS disaster recovery lab that gives information you might be interested. This page: https://disaster-recovery.workshop.aws/en/services/databases/rds/rds-cross-region.html gives an overview of replication options for various RDS database types. Aurora global databases might also be of interest: https://disaster-recovery.workshop.aws/en/labs/advanced/aurora-global-database.html.

Being a good distance apart will always mean a compromise between transaction latency and RPO whichever option you choose.

Out of interest, is the multi-region design for performance (to keep data relatively close to users) or disaster recovery? I guess you could have a pair of databases, one active in each region with a corresponding passive replica in the other region.

回答済み 2年前
  • Thanks! Your information is helpful.

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン

関連するコンテンツ