AWS Certified Solutions Architect – Associate (SAA-C02) — Question 400

A company is using Amazon Route 53 latency-based routing to route requests to its UDP-based application for users around the world. The application is hosted on redundant servers in the company's on-premises data centers in the United States, Asia, and Europe. The company's compliance requirements state that the application must be hosted on premises. The company wants to improve the performance and availability of the application.
What should a solutions architect do to meet these requirements?

Answer options

Correct answer: A

Explanation

Since the application relies on the UDP protocol, Network Load Balancers (NLBs) must be used because Application Load Balancers (ALBs) do not support UDP. Furthermore, Amazon CloudFront only supports HTTP/HTTPS traffic, whereas AWS Global Accelerator supports UDP, making it the correct service to routing global traffic with low latency. Registering the regional NLBs as endpoints in AWS Global Accelerator successfully meets all requirements for performance, availability, and UDP support.