1. Home
  2. Security Hardening
  3. CIS Amazon Web Services Foundations L2.1 4.0
  4. Ensure rotation for customer created CMKs is enabled

Ensure rotation for customer created CMKs is enabled

Details

AWS Key Management Service (KMS) allows customers to rotate the backing key which is key material stored within the KMS which is tied to the key ID of the Customer Created customer master key (CMK). It is the backing key that is used to perform cryptographic operations such as encryption and decryption. Automated key rotation currently retains all prior backing keys so that decryption of encrypted data can take place transparently. It is recommended that CMK key rotation be enabled.

Rationale:

Rotating encryption keys helps reduce the potential impact of a compromised key as data encrypted with a new key cannot be accessed with a previous key that may have been exposed.

Solution

From Console:

Sign in to the AWS Management Console and open the IAM console at https://console.aws.amazon.com/iam.

In the left navigation pane, choose Encryption Keys .

Select a customer created master key (CMK)

Under the Key Policy section, move down to Key Rotation .

Check the Rotate this key every year checkbox.

From Command Line:

Run the following command to enable key rotation:

aws kms enable-key-rotation –key-id

Supportive Information

The following resource is also helpful.

This security hardening control applies to the following category of controls within NIST 800-53: Identification and Authentication.This control applies to the following type of system amazon_aws.

References

Source

Updated on July 16, 2022
Was this article helpful?

Related Articles