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

A company is developing a mobile gaming app in a single AWS Region. The app runs on multiple Amazon EC2 instances in an Auto Scaling group. The company stores the app data in Amazon DynamoDB. The app communicates by using TCP traffic and UDP traffic between the users and the servers. The application will be used globally. The company wants to ensure the lowest possible latency for all users.

Which solution will meet these requirements?

Answer options

Correct answer: B

Explanation

AWS Global Accelerator is the ideal service for routing global TCP and UDP traffic over the high-speed AWS network to minimize latency. A Network Load Balancer (NLB) is required because it operates at Layer 4 and supports both TCP and UDP protocols, whereas Application Load Balancers (ALB) and Amazon CloudFront do not support UDP traffic.