AWS Certified Solutions Architect – Professional — Question 572

A company is running a legacy application on Amazon EC2 instances in multiple Availability Zones behind a software load balancer that runs on an active/standby set of EC2 instances. For disaster recovery, the company has created a warm standby version of the application environment that is deployed in another AWS
Region. The domain for the application uses a hosted zone from Amazon Route 53.
The company needs the application to use static IP addresses, even in the case of a failover event to the secondary Region. The company also requires the client's source IP address to be available for auditing purposes.
Which solution meets these requirements with the LEAST amount of operational overhead?

Answer options

Correct answer: A

Explanation

AWS Global Accelerator provides two static IP addresses and preserves the client's original source IP address when routing to Application Load Balancers (ALBs). Managing a single accelerator with endpoint groups in both regions requires less operational overhead than deploying multiple accelerators. Using an ALB combined with a Route 53 Alias record pointing directly to the accelerator is the most efficient and integrated solution for this architecture.