AWS Certified Solutions Architect – Associate (SAA-C03) — Question 117

A company is running an online transaction processing (OLTP) workload on AWS. This workload uses an unencrypted Amazon RDS DB instance in a Multi-AZ deployment. Daily database snapshots are taken from this instance.
What should a solutions architect do to ensure the database and snapshots are always encrypted moving forward?

Answer options

Correct answer: A

Explanation

The correct answer is A because encrypting a copy of the latest DB snapshot and restoring it replaces the unencrypted instance with an encrypted version, ensuring future operations are secure. The other options do not provide a direct solution to encrypt the existing DB instance; they either involve creating new volumes or copying snapshots without directly addressing the database instance encryption.