A company is hosting a database application on Amazon EC2 instances. The database data is stored on attached Amazon EBS volumes, which are encrypted using an AWS Key Management Service (AWS KMS) customer managed key. Due to updated corporate compliance policies, the company must now rotate this encryption key annually. A solutions architect needs to configure the rotation while ensuring that the application suffers no downtime and that existing data remains accessible. How will enabling automatic key rotation for this customer managed key satisfy these requirements?
- AWS KMS generates new backing key material annually and retains the old key material to decrypt existing data, keeping the same Key ARN so that no application or resource configurations need to be updated.Cevap
- BAWS KMS generates new key material and immediately triggers a background service to re-encrypt all existing blocks on the EBS volumes under the new key version to ensure compliance.
- CAWS KMS creates a completely new customer managed key with a different Key ARN, requiring the solutions architect to update the EC2 launch templates and manually re-encrypt the EBS volumes.
- DAWS KMS deletes the older backing key material during rotation to enforce security boundaries, which requires the databases to be stopped so that the volumes can be decrypted using cached data keys before the rotation finishes.
Cevap
AWS KMS generates new backing key material annually and retains the old key material to decrypt existing data, keeping the same Key ARN so that no application or resource configurations need to be updated.
The correct option correctly describes AWS KMS key rotation behavior. When automatic key rotation is enabled for a customer managed key, KMS creates a new version of the backing key material every year. It retains all historical versions of the backing key material to decrypt any data previously encrypted with them. Because the Key ID and Key ARN do not change, applications and resources (like EBS volumes) continue to function without any configuration updates or downtime.
Adım Adım Çözüm
Anahtar Kavram
AWS KMS Automatic Key Rotation Mechanics
Tahmini Süre:1m 30s