Q: 9
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 must
also handle volatile traffic patterns.
Which solution would have the MOST scalability and LOWEST latency?
Options
Discussion
C vs A here. Pretty sure C is right since NLB with TCP just passes through the encrypted traffic, so containers handle TLS and you get real end-to-end. A and B both stop TLS at the balancer, which ruins that. Seen questions like this on other practice sets, trap is picking ALB or NLB with termination.
C, Saw a similar question in recent exam reports, passing TLS via NLB gives true end-to-end encryption with best scalability.
Be respectful. No spam.