A solutions architect is designing a security strategy for a financial services company. The company requires customer-managed keys (CMKs) in AWS Key Management Service (AWS KMS) to encrypt sensitive data stored in Amazon S3 buckets. The company's compliance policy mandates that the key material must be rotated annually. However, historical data must remain readable, and administrative overhead must be minimized.
Which TWO statements accurately describe the mechanics and implications of enabling automatic key rotation for these customer-managed keys?
- AWS KMS automatically retains all previous versions of the key material to ensure that historical data can still be decrypted.Cevap
- Enabling automatic key rotation does not automatically re-encrypt existing S3 objects that were encrypted using the older key material.Cevap
- CRotating the key material automatically initiates an AWS Batch job to decrypt and re-encrypt all historical data with the new key version.
- DTo simplify key administration, the database credentials used by applications that access the encrypted S3 buckets should be stored as plain String parameters in AWS Systems Manager Parameter Store.
- ETo decrypt older S3 objects after rotation, the solutions architect must manually create and configure a unique KMS key alias for each retired version of the key material.
Cevap
AWS KMS automatically retains all previous versions of the key material to ensure that historical data can still be decrypted, and enabling automatic key rotation does not automatically re-encrypt existing S3 objects that were encrypted using the older key material.
The correct options accurately describe how AWS KMS handles key rotation. First, AWS KMS automatically retains all previous versions of the key material, allowing the service to seamlessly decrypt historical data without manual configuration. Second, rotating key material does not automatically re-encrypt existing S3 objects, which remain encrypted under their original key material version.
Adım Adım Çözüm
Anahtar Kavram
AWS KMS Customer Managed Key automatic rotation mechanics and behavior.