Soru

Zorluk: KolayResilient Database Configurations and High Availability

An application is running on a single-node Amazon RDS for PostgreSQL DB instance. The database requires high availability with automatic failover in the event of an Availability Zone outage. Additionally, the application requires read performance scaling. Which TWO configurations or features should a solutions architect implement to meet these requirements? (Select TWO.)

  1. Enable Multi-AZ deployment for the Amazon RDS DB instanceCevap
  2. Create one or more RDS Read Replicas in different Availability ZonesCevap
  3. C
    Configure an RDS Read Replica as the primary target for automatic failover during a database outage
  4. D
    Set up an Amazon Route 53 latency routing policy to automatically fail over database write traffic
  5. E
    Configure a pilot light database environment in a secondary AWS Region to handle local Availability Zone failover

Cevap

Enabling Multi-AZ deployment for the Amazon RDS DB instance and creating one or more RDS Read Replicas in different Availability Zones.
To achieve high availability and automatic failover for an Amazon RDS database, a Multi-AZ deployment must be configured because it automatically replicates data synchronously to a standby instance in another Availability Zone. To scale read queries and performance, deploying RDS Read Replicas is the appropriate solution because it allows read operations to be offloaded from the primary write instance.

Adım Adım Çözüm

1
Address the high availability and automatic failover requirement within the region.
Enable RDS Multi-AZ deployment.
RDS Multi-AZ replication is synchronous and automatically fails over to the standby replica in another Availability Zone if the primary zone fails.
2
Address the read performance scaling requirement.
Create RDS Read Replicas.
RDS Read Replicas offload read operations from the primary DB instance, allowing read scaling.

Anahtar Kavram

RDS Multi-AZ is used for high availability and automatic failover, whereas Read Replicas are used to scale read traffic.
Bu soruyu puanla