AWS Certified Solutions Architect – Professional — Question 280

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 recover 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 a multi-region active-passive architecture requires independent application stacks (including an Application Load Balancer and an Auto Scaling group) to be deployed in both the us-east-1 and us-west-1 Regions. Amazon Route 53 with failover routing and health checks is the proper mechanism to automatically redirect traffic from the primary region to the disaster recovery region during an outage. Options A and C are incorrect because an ALB and an Auto Scaling group are regional resources and cannot span across multiple regions, while Option D lacks the required failover routing policy configuration.