
Explanation:
Network Load Balancer (NLB) is designed to handle tens of millions of requests per second while maintaining extremely low latencies. It is optimized for sudden and volatile traffic patterns. Crucially, an NLB provides a static IP address for each Availability Zone, which meets the specific requirement mentioned in the scenario. Application Load Balancers (ALB) do not provide static IP addresses (they use DNS names).
Ultimate access to all questions.
Question #41: A company is planning to host an application on a set of Amazon EC2 instances that are distributed across multiple Availability Zones. The application must be able to scale to millions of requests each second. A CloudOps engineer must design a solution to distribute the traffic to the EC2 instances. The solution must be optimized to handle sudden and volatile traffic patterns while using a single static IP address for each Availability Zone. Which solution will meet these requirements?
A
Amazon Simple Queue Service (Amazon SQS) queue
B
Application Load Balancer
C
AWS Global Accelerator
D
Network Load Balancer
E
None
F
None
No comments yet.