AWS Certified Advanced Networking – Specialty (ANS-C00) — Question 358

A space exploration company owns a series of telescopes that capture a large number of images and data of the night sky. The images and data are processed on an application hosted on AWS Fargate in a target group assigned to an Application Load Balancer (ALB). The application is made available through the address https://space.example.com.
Scientists require another custom-built application hosted on several Amazon EC2 instances within an Auto Scaling group. This application will be made available from the address https://space.example.com/meteor. The company needs a solution that can automatically scale from a small number of requests overnight to a large number of requests for a future meteor shower.
What is the MOST operationally efficient solution that meets these requirements?

Answer options

Correct answer: C

Explanation

Option C is the most operationally efficient and robust solution because incorporating a Network Load Balancer (NLB) allows the architecture to handle the extreme and sudden scaling requirements of a meteor shower with ultra-low latency. By combining the path-based routing of the ALB with the high-performance IP-based routing of the NLB, the system can seamlessly scale traffic to both Fargate and the EC2 Auto Scaling group. Other options lack the extreme throughput capabilities of an NLB or introduce excessive complexity, such as using Lambda@Edge to manage IP routing.