A company enables automatic annual key rotation for a customer managed key in AWS Key Management Service (AWS KMS) that is used to encrypt database backups. Which of the following describes how AWS KMS handles the encryption and decryption of existing and new backups after the rotation occurs?
- New backups are encrypted using the new key version, while existing backups remain encrypted under the previous key version, which AWS KMS retains to decrypt them transparently.Cevap
- BAWS KMS immediately re-encrypts all existing database backups using the new key version to ensure uniform encryption.
- CThe previous key version is deleted, requiring the administrator to manually decrypt and re-encrypt all existing backups using the new key version.
- DThe existing database backups become inaccessible because AWS KMS only maintains the single active key version.
Cevap
New backups are encrypted using the new key version, while existing backups remain encrypted under the previous key version, which AWS KMS retains to decrypt them transparently.
When automatic key rotation is enabled for a customer managed key, AWS KMS generates a new backing key version every year. The service uses the new key version only for new encryption requests. To ensure that previously encrypted data can still be decrypted, AWS KMS preserves all older versions of the backing key and uses them transparently during decryption requests.
Adım Adım Çözüm
Anahtar Kavram
AWS KMS Automatic Key Rotation Mechanics