AWS Certified Database – Specialty — Question 124

A company wants to migrate its on-premises MySQL databases to Amazon RDS for MySQL. To comply with the company's security policy, all databases must be encrypted at rest. RDS DB instance snapshots must also be shared across various accounts to provision testing and staging environments.
Which solution meets these requirements?

Answer options

Correct answer: A

Explanation

Option A is correct because it uses a customer managed CMK, allowing for the necessary key policy adjustments to permit sharing the DB instance snapshots across accounts. Options B and C use managed or owned keys, which do not provide the same level of control over key policies needed for cross-account sharing. Option D uses AWS CloudHSM, which is more complex and not necessary for this scenario.