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

An online video game company must maintain ultra-low latency for its game servers. The game servers run on Amazon EC2 instances. The company needs a solution that can handle millions of UDP internet traffic requests each second.

Which solution will meet these requirements MOST cost-effectively?

Answer options

Correct answer: C

Explanation

A Network Load Balancer (NLB) is optimized for ultra-low latency and can scale to handle millions of requests per second while natively supporting UDP traffic. Application Load Balancers (ALBs) do not support the UDP protocol, and Gateway Load Balancers (GWLBs) are designed for routing traffic through virtual appliances rather than direct application load balancing. Deploying redundant EC2 instances in multiple regions would be highly expensive and does not solve the load balancing requirement directly.