AWS Certified Developer – Associate (DVA-C02) — Question 380

A company hosts its application in the us-west-1 Region. The company wants to add redundancy in the us-east-1 Region.

The application secrets are stored in AWS Secrets Manager in us-west-1. A developer needs to replicate the secrets to us-east-1.

Which solution will meet this requirement?

Answer options

Correct answer: A

Explanation

AWS Secrets Manager features built-in multi-Region replication, which allows you to easily replicate secrets by configuring the primary secret to target a replica Region (us-east-1) and selecting a KMS key in that destination Region for encryption. Options B and C introduce unnecessary complexity or incorrect KMS key configurations, while Option D proposes an insecure and complex workaround using Amazon S3 instead of the native replication capability.