AWS Certified Advanced Networking – Specialty (ANS-C01) — Question 32

A company is deploying an application. The application is implemented in a series of containers in an Amazon Elastic Container Service (Amazon ECS) cluster. The company will use the Fargate launch type for its tasks. The containers will run workloads that require connectivity initiated over an SSL connection. Traffic must be able to flow to the application from other AWS accounts over private connectivity. The application must scale in a manageable way as more consumers use the application.
Which solution will meet these requirements?

Answer options

Correct answer: D

Explanation

The correct answer is D because a Network Load Balancer (NLB) is suitable for handling TCP traffic and can efficiently manage SSL connections while providing low latency. The other options either suggest using an Application Load Balancer, which is more suited for HTTP/HTTPS traffic but not optimal for SSL connectivity in this scenario, or introduce unnecessary complexity with VPC peering that does not align with the requirement for private traffic flow.