AWS Certified SysOps Administrator – Associate — Question 440

A company hosts a web portal on Amazon EC2 instances. The web portal uses an Elastic Load Balancer (ELB) and Amazon Route 53 for its public DNS service.
The ELB and the EC2 instances are deployed by way of a single AWS CloudFormation stack in the us-east-1 Region. The web portal must be highly available across multiple Regions.
Which configuration will meet these requirements?

Answer options

Correct answer: B

Explanation

To achieve multi-Region high availability, a duplicate stack containing the ELB and EC2 instances must be deployed in the secondary Region (us-west-2) because ELBs are regional resources and cannot span across Regions, which rules out Option C and D. Route 53 failover routing with alias A records and health checks (Option B) is the correct way to automatically route traffic to the secondary Region if the primary Region's ELB becomes unhealthy. Option A is incorrect because Start of Authority (SOA) records are used for administrative zone details and cannot be configured for failover routing or alias targets.