Remediation
From Consoleβ
- Sign in to the AWS Management Console and open the KMS console at: https://console.aws.amazon.com/kms.
- In the left navigation pane, click
Customer-managed keys
. - Select a key where
Key spec = SYMMETRIC_DEFAULT
that does not have automatic rotation enabled. - Select the
Key rotation
tab. - Check the
Automatically rotate this KMS key every year
checkbox. - Click
Save
. - Repeat steps 3β6 for all customer-managed CMKs that do not have automatic rotation enabled.
From Command Lineβ
- Run the following command to enable key rotation:
aws kms enable-key-rotation --key-id <kms_key_id>