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
질문됨 2년 전680회 조회
1개 답변
0
수락된 답변

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
답변함 2년 전
profile picture
전문가
검토됨 6달 전

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인

관련 콘텐츠