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

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

The correct answer, A, utilizes AWS Global Accelerator to manage application traffic effectively, ensuring low latency by directing users to healthy endpoints across Regions. Options B and C focus on Amazon CloudFront, which is not primarily designed for health monitoring and endpoint redirection. Option D introduces DynamoDB and DAX, which do not address the need for traffic management and health monitoring directly.