An enterprise runs a critical compliance application in the us-east-1 Region within a Production AWS account. The application tier consists of Amazon EC2 instances in an Auto Scaling group behind an Application Load Balancer. The database tier uses an Amazon RDS for PostgreSQL DB instance. The enterprise wants to set up a disaster recovery (DR) solution in the us-west-2 Region with a Recovery Time Objective (RTO) of 30 minutes and a Recovery Point Objective (RPO) of 15 minutes. Outbound internet traffic in both regions must go through a centralized Network AWS account via AWS Transit Gateway. Which configuration meets the recovery objectives at the lowest cost while ensuring a highly reliable architecture?
- Create an Amazon RDS for PostgreSQL cross-Region read replica in us-west-2. In the Network account, deploy redundant NAT Gateways across multiple Availability Zones in us-west-2 connected to the Transit Gateway. In the Production account, deploy a pilot light Auto Scaling group with a minimum capacity of 0 in us-west-2. During a failover event, use a script to promote the RDS replica to primary, scale up the Auto Scaling group, and update Route 53 DNS records.Cevap
- BConfigure AWS Backup in the Production account to take daily snapshots of the RDS DB instance and copy them to us-west-2. In the Network account, deploy redundant NAT Gateways across multiple Availability Zones in us-west-2. In the Production account, pre-deploy the application infrastructure in us-west-2. During a failover event, restore the database from the copied snapshot and update Route 53 DNS records.
- CCreate an Amazon RDS for PostgreSQL cross-Region read replica in us-west-2. In the Network account, deploy a single NAT Gateway in a single Availability Zone in us-west-2 to handle outbound internet traffic for the standby VPC. In the Production account, deploy a pilot light Auto Scaling group with a minimum capacity of 0 in us-west-2. During a failover event, promote the RDS replica, scale up the Auto Scaling group, and update Route 53 DNS records.
- DCreate an Amazon RDS for PostgreSQL cross-Region read replica in us-west-2. In the Network account, deploy redundant NAT Gateways across multiple Availability Zones in us-west-2. Configure Amazon Route 53 active-passive failover routing with health checks. Rely on Route 53 to automatically promote the RDS read replica in us-west-2 to primary and scale the application instances when the primary endpoint is unhealthy.
Cevap
Create an Amazon RDS for PostgreSQL cross-Region read replica in us-west-2. In the Network account, deploy redundant NAT Gateways across multiple Availability Zones in us-west-2 connected to the Transit Gateway. In the Production account, deploy a pilot light Auto Scaling group with a minimum capacity of 0 in us-west-2. During a failover event, use a script to promote the RDS replica to primary, scale up the Auto Scaling group, and update Route 53 DNS records.
The correct configuration uses Amazon RDS cross-Region replication to meet the 15-minute RPO, a pilot light Auto Scaling group to minimize idle costs in the secondary region, and scripting to automate failover within the 30-minute RTO. Additionally, it ensures outbound network reliability by using redundant NAT Gateways across multiple Availability Zones in the Network account.
Adım Adım Çözüm
Anahtar Kavram
Designing cost-effective, highly reliable multi-Region disaster recovery architectures utilizing pilot light patterns, RDS cross-Region replication, and redundant NAT Gateways.
Tahmini Süre:2m 0s