AWS Certified Security – Specialty (SCS-C02) — Question 100

A company needs complete encryption of the traffic between external users and an application. The company hosts the application on a fleet of Amazon EC2 instances that run in an Auto Scaling group behind an Application Load Balancer (ALB).

How can a security engineer meet these requirements?

Answer options

Correct answer: D

Explanation

The correct answer is D because importing a third-party certificate into AWS Certificate Manager (ACM) allows it to be easily associated with the ALB for HTTPS traffic, while also enabling installation on the EC2 instances for end-to-end encryption. Option A is incorrect as AWS Secrets Manager is not meant for managing certificates in this context. Option B is wrong since Amazon-issued certificates cannot be installed directly on EC2 instances in the same way as third-party certificates. Option C misuses AWS Identity and Access Management (IAM), which is not designed for certificate management in this scenario.