
Answer-first summary for fast verification
Answer: Add AWS Global Accelerator in front of the ALB.
ALB does not support Elastic IPs directly and uses multiple IPs that can change. AWS Global Accelerator provides two static anycast IPs that front the ALB, providing static endpoints for customers while distributing traffic globally. This meets the requirement of max two static IPs without changing the ALB setup.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
A company running an application on EC2 instances behind an ALB across three AZs needs to provide customers with a maximum of two static IP addresses. How should this be done?
A
Add AWS Global Accelerator in front of the ALB.
B
Add an internal Network Load Balancer behind the ALB.
C
Configure the ALB in only two Availability Zones.
D
Create two Elastic IP addresses and assign them to the ALB.
No comments yet.