AWS Certified Security – Specialty — Question 396

A company has an application that processes personally identifiable information (PII). The application runs on Amazon EC2 instances behind an Application Load Balancer (ALB). The company’s security policies require that data is encrypted in transit at all times to avoid the possibility of exposing any PII in plaintext.

Which solutions could a security engineer use to meet these requirements? (Choose two.)

Answer options

Correct answer: A, C

Explanation

Option A meets the end-to-end encryption requirement by terminating the client-side SSL connection at the ALB and establishing a new encrypted HTTPS connection from the ALB to the EC2 instances. Option C also satisfies the requirement by using an NLB with TCP passthrough, which allows the encrypted traffic to pass through untouched and terminate directly on the EC2 instances. Other options are incorrect because they either present invalid configuration combinations or fail to secure the entire transit path.