AWS Certified Solutions Architect – Associate (SAA-C02) — Question 630

A company is planning to migrate a TCP-based application into the company's VPC. The application is publicly accessible on a nonstandard TCP port through a hardware appliance in the company's data center. This public endpoint can process up to 3 million requests per second with low latency. The company requires the same level of performance for the new public endpoint in AWS.
What should a solutions architect recommend to meet this requirement?

Answer options

Correct answer: A

Explanation

A Network Load Balancer (NLB) operates at Layer 4 (Transport Layer) and is designed to handle millions of requests per second with ultra-low latency, making it ideal for high-performance TCP applications. Application Load Balancer (ALB) and Amazon API Gateway operate at Layer 7 (Application Layer) and are restricted to HTTP/HTTPS protocols, meaning they cannot natively route raw, nonstandard TCP traffic. Amazon CloudFront also only supports HTTP/HTTPS traffic on specific ports and cannot be used for arbitrary TCP-based protocols.