AWS Certified SysOps Administrator – Associate — Question 173

A SysOps administrator is building a process for sharing Amazon RDS database snapshots between different accounts associated with different business units within the same company. All data must be encrypted at rest.

How should the administrator implement this process?

Answer options

Correct answer: B

Explanation

Option B is correct because updating the key policy to grant permission to the AWS KMS key allows other accounts to access the encrypted snapshot directly without the need for decryption or creating new volumes. The other options involve unnecessary steps or methods that do not meet the requirement of keeping data encrypted at rest, such as downloading and decrypting the snapshot (A), or exporting data to an unencrypted format (D).