
Answer-first summary for fast verification
Answer: Deploy an AWS Global Accelerator standard accelerator, configure it to use the ALB as its endpoint, and furnish the accelerator's IP addresses to the customers.
The correct answer is C. AWS Global Accelerator provides static IP addresses that can be used to route traffic to the web application. It offers benefits such as improved availability and performance by routing traffic to the optimal endpoint within the AWS global network. Option A is incorrect because a Network Load Balancer (NLB) does not integrate with AWS WAF. Option B is incorrect because an ALB cannot have an Elastic IP address assigned to it. Option D is incorrect because Amazon CloudFront distributions do not provide static IP addresses and using CloudFront would add unnecessary complexity.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
A company is operating a web application within a VPC, utilizing a cluster of Amazon EC2 instances managed by an Application Load Balancer (ALB) that integrates with AWS WAF for security. External customers require access to this web application, necessitating the provision of static IP addresses for connectivity. What is the most efficient solution in terms of operational management to fulfill this requirement?
A
Replace the existing ALB with a Network Load Balancer (NLB) and assign an Elastic IP address to the NLB.
B
Allocate an Elastic IP address and associate it with the ALB, then provide this IP address to the customers.
C
Deploy an AWS Global Accelerator standard accelerator, configure it to use the ALB as its endpoint, and furnish the accelerator's IP addresses to the customers.
D
Set up an Amazon CloudFront distribution with the ALB as its origin, determine the distribution's public IP address through its DNS name, and supply this IP address to the customers.
No comments yet.