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?
Select an option, then click Submit answer.
Reference / correct answer:
Encrypt the secrets in us-east-1 by using a customer managed KMS key. Replicate the secrets to us-west-1. Encrypt the secrets in us-west-1 by using the customer managed KMS key from us-east-1.
Most accepted answer: D. Encrypt the secrets in us-east-1 by using a customer managed KMS key. Replicate the secrets to us-west-1. Encrypt the secrets in us-west-1 by using the customer managed KMS key from us-east-1.
Community votes: A=6, D=6
Selected Answer: D the key answer is to use KMS replication. But AWS Managed key & customer imported key is not supported for replication. Only customer managed key upvoted 1 times
Selected Answer: A A. Replicate the secrets to us-west-1 and have each Region encrypt with its own regional AWS managed KMS key (the default aws/secretsmanager in each Region). Why: • You need secrets in both Regions to minimize latency and remain operable if one Region is down → replication is required. • KMS keys are regional. Using the AWS-managed key for Secrets Manager in each Region is the simplest, least-overhead way to meet the encryption requirement. • Options B/C make cross-Region calls (higher latency, single-Region dependency). • D suggests using the same key from us-east-1 in us-west-1, which isn’t possible unless you configure multi-Region customer-managed keys (not stated), and is more work than needed. upvoted 1 times
Selected Answer: A The links to documentation to justify the answer : KMS regional replication https://docs.aws.amazon.com/kms/latest/developerguide/multi-region-keys-overview.html Secrets manager regional replication https://docs.aws.amazon.com/secretsmanager/latest/userguide/replicate-secrets.html upvoted 2 times
Selected Answer: D This question appears twice 137 upvoted 1 times
Selected Answer: A Option A does the job and is simpler than using customer managed key upvoted 2 times