AWS Certified Security – Specialty (SCS-C02) — Question 181

A company runs workloads in the us-east-1 Region. The company has never deployed resources to other AWS Regions and does not have any multi-Region resources. The company needs to replicate its workloads and infrastructure to the us-west-1 Region.

A security engineer must implement a solution that uses AWS Secrets Manager to store secrets in both Regions. The solution must use AWS Key Management Service (AWS KMS) to encrypt the secrets. The solution must minimize latency and must be able to work if only one Region is available.

The security engineer uses Secrets Manager to create the secrets in us-east-1.

What should the security engineer do next to meet the requirements?

Answer options

Correct answer: D

Explanation

The correct answer is D because it uses a customer managed KMS key for consistent encryption across Regions while ensuring secrets are replicated properly. Options A and B use AWS managed KMS keys which do not provide the same level of control, and option C does not replicate the secrets to us-west-1, failing to meet the requirement for redundancy.