A financial technology company hosts a transactional banking application on AWS. The architecture consists of Amazon EC2 instances in an Auto Scaling group behind an Application Load Balancer, and a Multi-AZ Amazon RDS for PostgreSQL database. To meet regulatory compliance, the company must establish a cross-region disaster recovery (DR) plan with a Recovery Point Objective (RPO) of 15 minutes and a Recovery Time Objective (RTO) of 2 hours. The solutions architect must design a solution that minimizes ongoing infrastructure costs in the secondary region. Which disaster recovery strategy should the solutions architect recommend to meet these requirements?
- Replicate the database to the secondary region using an Amazon RDS cross-region read replica. Store the application AMIs in the secondary region and maintain AWS CloudFormation templates to provision the Application Load Balancer and Auto Scaling group only during a failover event.Cevap
- BDeploy a scaled-down application tier with a minimum capacity of EC2 instances running behind an Application Load Balancer in the secondary region. Replicate the RDS database using a cross-region read replica, and scale up the EC2 instances during a failover.
- CExport RDS automated snapshots hourly and copy them to an Amazon S3 Glacier Flexible Retrieval vault in the secondary region. In the event of a disaster, initiate standard retrieval of the database snapshots, restore the database, and deploy the application resources.
- DConfigure Amazon RDS Multi-AZ in the primary region. Use Amazon Route 53 latency-based routing to automatically redirect user traffic to the secondary region and promote the standby database instance in the secondary region during an outage.
Cevap
Replicate the database to the secondary region using an Amazon RDS cross-region read replica. Store the application AMIs in the secondary region and maintain AWS CloudFormation templates to provision the Application Load Balancer and Auto Scaling group only during a failover event.
The correct option proposes a Pilot Light disaster recovery strategy. By replicating the database using an Amazon RDS cross-region read replica, the solution ensures that transactional data is continuously copied, satisfying the 15-minute RPO. Since the RTO is relatively generous (2 hours), compute resources such as Application Load Balancers and Auto Scaling groups do not need to run continuously. Deploying these resources dynamically using stored AMIs and pre-configured CloudFormation templates minimizes ongoing infrastructure costs in the secondary region while comfortably meeting the 2-hour RTO.
Adım Adım Çözüm
Anahtar Kavram
Disaster Recovery strategies (Pilot Light vs. Warm Standby) and cross-region database replication in AWS.
Tahmini Süre:2m 0s