AWS Certified Security – Specialty — Question 398

A company is designing a new application stack. The design includes web servers and backend servers that are hosted on Amazon EC2 instances. The design also includes an Amazon Aurora MySQL DB cluster.

The EC2 instances are in an Auto Scaling group that uses launch templates. The EC2 instances for the web layer and the backend layer are backed by Amazon Elastic Block Store (Amazon EBS) volumes. No layers are encrypted at rest. A security engineer needs to implement encryption at rest.

Which combination of steps will meet these requirements? (Choose two.)

Answer options

Correct answer: A, C

Explanation

Enabling default EBS encryption in the AWS Region ensures that any new EBS volumes launched via the Auto Scaling group will automatically be encrypted at rest, and an instance refresh replaces the existing unencrypted instances with encrypted ones. For the Aurora DB cluster, encryption at rest cannot be enabled on an existing unencrypted database; instead, you must take a snapshot of the unencrypted cluster and restore it as a new, encrypted DB cluster using AWS KMS. AWS Certificate Manager (ACM) is used for managing SSL/TLS certificates and is not applicable to storage encryption at rest.