AWS Certified Solutions Architect – Associate (SAA-C03) — Question 24

A company provides a Voice over Internet Protocol (VoIP) service that uses UDP connections. The service consists of Amazon EC2 instances that run in an Auto Scaling group. The company has deployments across multiple AWS Regions.
The company needs to route users to the Region with the lowest latency. The company also needs automated failover between Regions.
Which solution will meet these requirements?

Answer options

Correct answer: A

Explanation

The correct answer is A because using a Network Load Balancer (NLB) with AWS Global Accelerator allows for low-latency routing and automated failover across Regions. Options B, C, and D either use an Application Load Balancer (which is not optimal for UDP) or do not implement the necessary failover and latency routing capabilities as effectively as the NLB solution does.