
Ultimate access to all questions.
An AWS-based gaming platform requires low latency and high availability. The platform is deployed across all AWS Regions, utilizing EC2 instances within Auto Scaling groups behind ALBs. Identify the solution to monitor application health and redirect traffic to operational endpoints.
A
Use AWS Global Accelerator with a listener for the application's port, attaching Regional endpoints in each Region with the ALB as the endpoint.
B
Establish an Amazon CloudFront distribution with the ALB as the origin, configure cache behavior with origin cache headers, and implement AWS Lambda for traffic optimization.
C
Set up an Amazon CloudFront distribution with S3 as the origin, apply cache behavior with origin cache headers, and use AWS Lambda for traffic management.
D
Deploy a DynamoDB database for data storage, and implement a DAX cluster for in-memory caching of application data in DynamoDB.