nerdexam
Amazon

SCS-C02 · Question #479

A security engineer is designing a solution that will provide end-to-end encryption between clients and Docker containers running in Amazon Elastic Container Service (Amazon ECS). This solution will…

The correct answer is C. Configure a Network Load Balancer with a TCP listener to pass through TLS traffic to the. A Network Load Balancer (NLB) with a TCP listener is the best solution in this case because: Scalability: The NLB is designed to handle large volumes of traffic with low latency. It operates at the connection level (Layer 4), which allows it to scale efficiently, especially…

Submitted by carlos_mx· Mar 6, 2026Infrastructure Security

Question

A security engineer is designing a solution that will provide end-to-end encryption between clients and Docker containers running in Amazon Elastic Container Service (Amazon ECS). This solution will also handle volatile traffic patterns. Which solution would have the MOST scalability and LOWEST latency?

Options

  • AConfigure a Network Load Balancer to terminate the TLS traffic and then re-encrypt the traffic to
  • BConfigure an Application Load Balancer to terminate the TLS traffic and then re-encrypt the traffic
  • CConfigure a Network Load Balancer with a TCP listener to pass through TLS traffic to the
  • DConfigure Amazon Route 53 to use multivalue answer routing to send traffic to the containers.

How the community answered

(23 responses)
  • A
    4% (1)
  • B
    13% (3)
  • C
    78% (18)
  • D
    4% (1)

Explanation

A Network Load Balancer (NLB) with a TCP listener is the best solution in this case because: Scalability: The NLB is designed to handle large volumes of traffic with low latency. It operates at the connection level (Layer 4), which allows it to scale efficiently, especially under volatile traffic Low latency: By passing through TLS traffic directly to the containers without terminating the connection, the NLB avoids the overhead of decrypting and re-encrypting traffic. This minimizes latency and ensures faster communication between clients and containers. This setup allows for end-to-end encryption (TLS) without needing to handle encryption termination and re-encryption at the load balancer level, which would add unnecessary complexity and processing time.

Topics

#NLB TLS pass-through#ECS encryption#load balancer selection#end-to-end encryption

Community Discussion

No community discussion yet for this question.

Full SCS-C02 Practice