AWS Certified Database – Specialty — Question 300

A company's development team needs to have production data restored in a staging AWS account. The production database is running on an Amazon RDS for
PostgreSQL Multi-AZ DB instance, which has AWS KMS encryption enabled using the default KMS key. A database specialist planned to share the most recent automated snapshot with the staging account, but discovered that the option to share snapshots is disabled in the AWS Management Console.
What should the database specialist do to resolve this?

Answer options

Correct answer: B

Explanation

Automated RDS snapshots cannot be shared directly with other AWS accounts, and snapshots encrypted using the default AWS-managed KMS key cannot be shared cross-account. To share the database, you must copy the automated snapshot to a manual snapshot and encrypt it with a custom customer-managed KMS key. Once copied, both the manual snapshot and the custom KMS key can be shared with the target staging account for restoration.