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

A company has an application that hosts personally identifiable information (PII) of users. All connections to the application must be secured by HTTPS with TLS certificates that implement Elliptic Curve Cryptography (ECC).

The application uses stateful connections between the web tier and the end users. Multiple instances host the application. A network engineer must implement a solution that offloads TLS connections to a load balancer.

Which load-balancing solution will meet these requirements?

Answer options

Correct answer: D

Explanation

The correct choice is D because it specifies an Application Load Balancer, which is designed to handle HTTP/HTTPS traffic efficiently and can utilize an ECC SSL certificate from IAM, while also allowing for sticky sessions. The other options either use a Network Load Balancer, which is not optimal for HTTPS traffic with session affinity, or they incorrectly reference AWS services for certificate management.