
Answer-first summary for fast verification
Answer: Employ AWS Global Accelerator with a Network Load Balancer and Amazon EC2 instances in an EC2 Auto Scaling group.
The correct answer is C: 'Employ AWS Global Accelerator with a Network Load Balancer and Amazon EC2 instances in an EC2 Auto Scaling group.' AWS Global Accelerator provides static IP addresses and routes traffic to the nearest edge location for low latency. It supports UDP-based traffic and can forward requests to a Network Load Balancer, which distributes the traffic to EC2 instances in an Auto Scaling group, ensuring high availability and scalability. Options A, B, and D do not meet all the requirements, as they either do not support UDP traffic effectively or fail to provide static IPs and the best possible user experience through global routing.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
A gaming company requires a highly available, low-latency architecture that routes UDP traffic to the nearest edge and supports static IP addresses. Which configuration should a solutions architect implement?
A
Use Amazon Route 53 with Application Load Balancer and AWS Lambda in AWS Application Auto Scaling.
B
Utilize Amazon CloudFront with a Network Load Balancer and AWS Lambda in an AWS Application Auto Scaling group.
C
Employ AWS Global Accelerator with a Network Load Balancer and Amazon EC2 instances in an EC2 Auto Scaling group.
D
Adopt Amazon API Gateway with an Application Load Balancer and Amazon EC2 instances in an EC2 Auto Scaling group.
No comments yet.