An organization operates an e-commerce platform using an Amazon Aurora PostgreSQL DB cluster. The cluster consists of one primary DB instance and three Aurora Replicas. During a localized Availability Zone outage affecting the primary instance, the SysOps Administrator needs to ensure that the replica configured with the highest compute specifications is prioritized for promotion to the primary instance during failover.
Which configuration should the administrator modify to guarantee this promotion order?
- Assign a promotion tier value of 0 to the high-specification replica, and higher tier values to the remaining replicas.Answer
- BConfigure the Route 53 failover routing policy to map the cluster endpoint directly to the instance endpoint of the high-specification replica.
- CConfigure the high-specification replica as the designated Multi-AZ synchronous standby target and convert the remaining replicas into read-only endpoints.
- DAssign a promotion tier value of 15 to the high-specification replica, and lower tier values to the remaining replicas.
Answer
Assign a promotion tier value of 0 to the high-specification replica, and higher tier values to the remaining replicas.
The correct option correctly configures the high-specification replica with a promotion tier of 0, which represents the highest promotion priority. Since the other replicas are assigned higher tier numbers (lower priority), Amazon Aurora will always attempt to promote the high-specification replica first during a failover event.
Step-by-Step Solution
Key Concept
Amazon Aurora Replica Promotion Tiers