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

A company has a popular gaming platform running on AWS. The application is sensitive to latency because latency can impact the user experience and introduce unfair advantages to some players. The application is deployed in every AWS Region. It runs on Amazon EC2 instances that are part of Auto Scaling groups configured behind Application Load Balancers (ALBs). A solutions architect needs to implement a mechanism to monitor the health of the application and redirect traffic to healthy endpoints.
Which solution meets these requirements?

Answer options

Correct answer: A

Explanation

AWS Global Accelerator is the ideal service for routing global, latency-sensitive traffic over the AWS global network to regional endpoints like ALBs while continuously monitoring their health. If a regional endpoint becomes unhealthy, AWS Global Accelerator instantly redirects traffic to the next closest healthy endpoint. Amazon CloudFront and DynamoDB with DAX do not provide this regional health-based routing and failover capability for dynamic TCP/UDP gaming traffic.