Instance size of a read replica in secondary region of Aurora PostgreSQL Global Database

0

When creating a read replica in a secondary region of Aurora PostgreSQL Global Database, if possible, we want to use the minimum instance size as much as possible to minimize our running cost because our use case of the read replica is just for DR under the pilot light strategy. But, we're concerned about the replication lag when we use smaller instance size for read replica in the secondary region than that of primary cluster. Is there any risk of replication lag, or any other risk when taking such architecture?

AWS
asked 2 years ago597 views
1 Answer
0
Accepted Answer

Aurora Global Database uses a physical replication method at the storage layer, so replication lag is not affected by replica instance size. If you want to reduce costs, you can use a headless Aurora DB cluster.

https://docs.aws.amazon.com/ja_jp/AmazonRDS/latest/AuroraUserGuide/aurora-global-database-getting-started.html#aurora-global-database-attach.console.headless

However, there is an ICE concern with headless Aurora DB clusters when the entire region fails over. To solve this, we could run it with Serverless V2 beforehand.

AWS
ktei
answered 2 years ago
profile picture
EXPERT
reviewed 6 months ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions