An e-learning enterprise hosts its online classroom application in the us-east-1 Region. The architecture consists of Amazon EC2 instances in an Auto Scaling group and an Amazon RDS for PostgreSQL DB instance. The company needs to implement a cost-effective cross-Region disaster recovery (DR) solution in the us-west-2 Region. The DR solution must achieve a Recovery Point Objective (RPO) of 5 minutes and a Recovery Time Objective (RTO) of 15 minutes. Which combination of actions should a solutions architect recommend to meet these requirements? (Select TWO.)
- Configure an Amazon RDS cross-Region read replica in the secondary Region, and promote the read replica to a primary DB instance during failover.Cevap
- Deploy a scaled-down, active Auto Scaling group of EC2 instances behind an Application Load Balancer in the secondary Region.Cevap
- CConfigure Amazon Route 53 with latency-based routing to automatically redirect application traffic to the secondary Region read replica in the event of an outage.
- DDeploy a pilot light environment in the secondary Region where EC2 instances are stopped, and copy RDS daily snapshots to Amazon S3 Glacier Flexible Retrieval in the secondary Region.
- EConfigure Amazon RDS Multi-AZ replication to synchronize data between the primary Region and the secondary Region, enabling automatic database failover.
Cevap
Configure an Amazon RDS cross-Region read replica in the secondary Region and promote it during failover, combined with deploying a scaled-down, active Auto Scaling group of EC2 instances behind an Application Load Balancer in the secondary Region.
To meet the RPO of 5 minutes, database replication must be continuous. An Amazon RDS cross-Region read replica uses asynchronous replication to keep data synchronized with very low replication lag (usually seconds). Promoting this replica to a primary database instance takes a few minutes, which fits within the 15-minute RTO. To meet the RTO of 15 minutes for the compute tier, a Warm Standby environment is required. Deploying a scaled-down but active Auto Scaling group of EC2 instances behind an Application Load Balancer ensures that resources are already online and ready to quickly scale up to meet production demands without the boot latency associated with starting stopped instances.
Adım Adım Çözüm
Anahtar Kavram
Disaster Recovery strategies (Warm Standby vs. Pilot Light) and cross-Region database replication (RDS Read Replicas vs. Multi-AZ).
Tahmini Süre:2m 0s