AWS Certified SysOps Administrator – Associate (SOA-C03) — Question 40

A CloudOps engineer wants to share a copy of a production database with a migration account. The production database is hosted on an Amazon RDS DB instance and is encrypted at rest with an AWS Key Management Service (AWS KMS) key that has an alias of production-rds-key.
What must the CloudOps engineer do to meet these requirements with the LEAST administrative overhead?

Answer options

Correct answer: A

Explanation

Option A is the most efficient method as it directly allows the migration account to access the snapshot with minimal changes to the existing setup. The other options involve more complex configurations, such as creating replicas or new KMS keys, which require additional steps and maintenance.