More Info:

When you enable automatic key rotation, AWS KMS rotates the CMK 365 days after the enable date and every 365 days thereafter.

Risk Level

Medium

Address

Security

Compliance Standards

HIPAA, GDPR, NIST, HITRUST, AWSWAF, CISAWS, CBP, SOC2, NISTCSF, PCIDSS

Triage and Remediation

Remediation

Sure, here are the step-by-step instructions to remediate the KMS Key Rotation misconfiguration in AWS using the AWS console:

  1. Log in to your AWS Management Console.
  2. Navigate to the AWS Key Management Service (KMS) dashboard.
  3. Select the KMS key that needs to be remediated.
  4. Click on the “Key policy” button to view the key policy.
  5. In the key policy, locate the “KeyRotationEnabled” statement. If it is not present, add it to the key policy.
  6. Set the value of “KeyRotationEnabled” to “true”.
  7. Click on the “Save changes” button to save the updated key policy.

After completing these steps, KMS key rotation will be enabled for the selected key. It is recommended to perform this remediation for all KMS keys used in your AWS environment.

Additional Reading: