Ultimate access to all questions.
A SaaS application operating on Amazon EC2 instances behind a Network Load Balancer (NLB) is being expanded to multiple AWS Regions. The application's EC2 instances are managed by an Auto Scaling group across three Availability Zones within a single AWS Region. To ensure secure access, customers need static IP addresses for allow lists. The solution must also direct customers to the nearest AWS Region automatically. Which AWS service configuration meets these requirements?
Explanation:
The correct answer is B. AWS Global Accelerator standard accelerators provide static IP addresses to users and automatically route traffic to the closest healthy endpoint. This ensures that customers are directed to the nearest AWS Region, meeting the requirement of both geographical proximity and providing static IP addresses. Options A and C involve Amazon CloudFront, which does not support NLB directly and requires providing IP address ranges of edge locations, which can change over time. Option D, while providing custom routing capabilities, does not address routing traffic based on geoproximity or health of the endpoint.