AWS Certified Security – Specialty — Question 101

A company has a few dozen application servers in private subnets behind an Elastic Load Balancer (ELB) in an AWS Auto Scaling group. The application is accessed from the web over HTTPS. The data must always be encrypted in transit. The Security Engineer is worried about potential key exposure due to vulnerabilities in the application software.
Which approach will meet these requirements while protecting the external certificate during a breach?

Answer options

Correct answer: C

Explanation

Option C is correct because using an internal self-signed certificate protects the external certificate by limiting its exposure, while still ensuring that data is encrypted in transit. Option A does not provide encryption beyond the NLB, and options B and D expose the external certificate to potential breaches, compromising the security requirements.