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

A company has an online gaming application that has TCP and UDP multiplayer gaming capabilities. The company uses Amazon Route 53 to point the application traffic to multiple Network Load Balancers (NLBs) in different AWS Regions. The company needs to improve application performance and decrease latency for the online game in preparation for user growth.

Which solution will meet these requirements?

Answer options

Correct answer: C

Explanation

AWS Global Accelerator leverages the AWS global network to optimize routing and minimize latency for both TCP and UDP protocols, which is ideal for multiplayer gaming. Amazon CloudFront and Amazon API Gateway are optimized for HTTP/HTTPS and do not support UDP traffic, rendering Options A and D incorrect. Replacing NLBs with ALBs as suggested in Option B is also incorrect because ALBs do not support UDP protocols.