AWS Certified Security – Specialty — Question 481

Example.com is hosted on Amazon EC2 instance behind an Application Load Balancer (ALB). Third-party host intrusion detection system (HIDS) agents that capture the traffic of the EC2 instance are running on each host. The company must ensure they are using privacy enhancing technologies for users, without losing the assurance the third-party solution offers.
What is the MOST secure way to meet these requirements?

Answer options

Correct answer: C

Explanation

To ensure user privacy, the external connection to the ALB should use Elliptic Curve Diffie-Hellman (ECDHE) to support Perfect Forward Secrecy (PFS). For the HIDS agents on the EC2 instances to inspect the traffic, the backend connection from the ALB to the instances must be decryptable, which requires using encrypted connections without PFS (such as static RSA keys) so the HIDS can decrypt the packets. Option A is incorrect because the ALB does not support TLS pass-through, and Option B is insecure because it transmits backend traffic in plaintext.