
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.