SCS-C03 · Question #62
A company has an encrypted Amazon Aurora DB cluster in the us-east-1 Region that uses an AWS KMS customer managed key. The company must copy a DB snapshot to the us-west-1 Region but cannot access…
The correct answer is B. Create a new customer managed key in us-west-1 and use it to encrypt the snapshot. AWS KMS keys are strictly regional resources. According to AWS Certified Security - Specialty documentation, a KMS key created in one Region cannot be used to encrypt or decrypt data in another Region. This includes encrypted RDS and Aurora snapshots. When copying an encrypted…
Question
A company has an encrypted Amazon Aurora DB cluster in the us-east-1 Region that uses an AWS KMS customer managed key. The company must copy a DB snapshot to the us-west-1 Region but cannot access the encryption key across Regions. What should the company do to properly encrypt the snapshot in us-west-1?
Options
- AStore the customer managed key in AWS Secrets Manager in us-west-1.
- BCreate a new customer managed key in us-west-1 and use it to encrypt the snapshot.
- CCreate an IAM policy to allow access to the key in us-east-1 from us-west-1.
- DCreate an IAM policy that allows RDS in us-west-1 to access the key in us-east-1.
How the community answered
(50 responses)- A2% (1)
- B84% (42)
- C10% (5)
- D4% (2)
Explanation
AWS KMS keys are strictly regional resources. According to AWS Certified Security - Specialty documentation, a KMS key created in one Region cannot be used to encrypt or decrypt data in another Region. This includes encrypted RDS and Aurora snapshots. When copying an encrypted snapshot to a different Region, the destination Region must have its own KMS key. AWS automatically re-encrypts the snapshot using the specified KMS key in the destination Region during the copy operation. Options C and D are invalid because IAM policies cannot extend a KMS key's scope across Regions. Option A is incorrect because Secrets Manager does not store or manage KMS keys AWS best practices require creating a new customer managed key in the target Region and using it during the snapshot copy process.
Topics
Community Discussion
No community discussion yet for this question.