AWS Certified SysOps Administrator – Associate (legacy) — Question 573

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

To share an encrypted Amazon RDS snapshot with other AWS accounts, you must share the custom AWS KMS key used to encrypt the snapshot by updating its key policy to include the target accounts, then share the snapshot itself. Other options are incorrect because you cannot directly download RDS snapshots, you cannot launch an EC2 instance directly from an RDS snapshot, and exporting data to an unencrypted file violates the requirement to keep all data encrypted at rest.