Soru

Zorluk: OrtaResilient Database Configurations and High Availability

A company's enterprise application runs on AWS and uses an Amazon RDS for SQL Server database to store transactional data. The database must be designed to withstand an Availability Zone outage in the primary AWS Region with automatic failover to minimize downtime. Furthermore, the company requires a disaster recovery strategy to support recovery in a secondary AWS Region with a Recovery Point Objective (RPO) of less than 30 minutes.

Which two database configurations should the solutions architect select to meet these requirements? (Select two.)

  1. Configure the RDS for SQL Server database with a Multi-AZ deployment.Cevap
  2. Create a cross-region read replica of the RDS for SQL Server database in the secondary AWS Region.Cevap
  3. C
    Deploy an RDS for SQL Server read replica in a different Availability Zone within the primary AWS Region to serve as the failover target.
  4. D
    Implement Route 53 latency-based routing to automatically redirect application write operations to the secondary region database during an outage.
  5. E
    Establish a pilot light environment by restoring hourly manual snapshots of the database to a secondary region DB instance.

Cevap

The correct configurations are configuring the database with a Multi-AZ deployment and creating a cross-region read replica in the secondary region.
The correct options are configuring the RDS database as a Multi-AZ deployment and creating a cross-region read replica. Multi-AZ replication is synchronous and provides automatic failover within the primary region, securing high availability. A cross-region read replica replicates data asynchronously to the secondary region, keeping the recovery point well within the 30-minute requirement and offering a promotable primary target for disaster recovery.

Adım Adım Çözüm

1
Analyze high availability requirements in the primary region
Determine that a Multi-AZ deployment is required for synchronous replication and automatic failover.
Multi-AZ provides automated failover to minimize downtime during Availability Zone outages without manual intervention.
2
Analyze disaster recovery requirements in the secondary region
Determine that a cross-region read replica is required to meet the 30-minute RPO.
Cross-region read replicas use continuous asynchronous replication to keep data updated in near-real-time in the secondary region.

Anahtar Kavram

Multi-AZ and Cross-Region replication configurations for relational database resilience.
Bu soruyu puanla