A SysOps Administrator is deploying an Amazon RDS Multi-AZ DB cluster to support a business-critical application that requires high availability and read scaling. The database engine selected is PostgreSQL. Which of the following statements correctly describe the characteristics and failover behavior of this Amazon RDS Multi-AZ DB cluster? (Select TWO.)
- The deployment consists of one primary DB instance and two readable standby DB instances across three separate Availability Zones.Cevap
- During a failover event, Amazon RDS automatically promotes one of the readable standby instances to primary and updates the cluster's DNS endpoint to point to the new primary instance.Cevap
- CRead traffic is load-balanced across the standby instances by configuring an Amazon Route 53 active-active failover routing policy pointing directly to the individual DB instance endpoints.
- DThe standby instances in the deployment are passive, non-readable targets, meaning a separate standalone Read Replica must be configured to offload read queries.
Cevap
The correct statements are that the deployment consists of one primary DB instance and two readable standby DB instances across three separate Availability Zones, and that Amazon RDS automatically promotes one of the readable standby instances to primary and updates the cluster's DNS endpoint to point to the new primary instance.
The correct statements are that the deployment consists of one primary DB instance and two readable standby DB instances across three separate Availability Zones, and that Amazon RDS automatically promotes one of the readable standby instances to primary and updates the cluster's DNS endpoint to point to the new primary instance. An Amazon RDS Multi-AZ DB cluster is specifically designed to provide both high availability and read scalability out of the box by using two readable standby instances across three Availability Zones. Amazon RDS manages the failover automatically by promoting a standby and modifying the DNS mapping of the cluster endpoint.
Adım Adım Çözüm
Anahtar Kavram
Amazon RDS Multi-AZ DB cluster architecture provides both high availability via automated DNS-based failover to readable standby instances and read scaling via a built-in reader endpoint.