AWS Certified Solutions Architect – Professional (SAP-C02) — Question 332

A North American company with headquarters on the East Coast is deploying a new web application running on Amazon EC2 in the us-east-1 Region. The application should dynamically scale to meet user demand and maintain resiliency. Additionally, the application must have disaster recovery capabilities in an active-passive configuration with the us-west-1 Region.

Which steps should a solutions architect take after creating a VPC in the us-east-1 Region?

Answer options

Correct answer: B

Explanation

Option B is correct because an active-passive disaster recovery configuration requires replicating the application stack in the secondary Region (us-west-1) and using Amazon Route 53 failover routing with health checks to redirect traffic if the primary Region (us-east-1) fails. Options A and C are incorrect because an Application Load Balancer (ALB) and an Auto Scaling group cannot span multiple Regions or VPCs. Option D is incorrect because separate, independent Route 53 records without a configured failover routing policy do not support a structured active-passive disaster recovery setup.