This rule ensures that KMS keys are not in a pending deletion state for data security.
Rule | KMS keys should not be pending deletion |
Framework | HIPAA |
Severity | ✔ High |
HIPAA Compliance Rule: KMS Keys Pending Deletion
Description:
HIPAA (Health Insurance Portability and Accountability Act) is a regulatory framework that outlines the requirements for protecting sensitive healthcare data. As part of HIPAA compliance, any pending deletion status for AWS KMS (Key Management Service) keys should be avoided. KMS keys are used to encrypt and decrypt data stored within AWS services and applications.
Pending deletion status means that a KMS key has been scheduled for permanent deletion but has not yet been completely removed from the AWS account. It is important to ensure that there are no KMS keys in the pending deletion state to maintain the security and integrity of sensitive healthcare data.
Potential Impact:
Allowing KMS keys to remain in a pending deletion state can have the following impacts:
Troubleshooting Steps:
Remediation Steps:
To remediate the issue and remove the pending deletion status from a KMS key, follow these steps:
cancel-key-deletion
command in AWS CLI.Note:
It is important to understand the implications before canceling key deletion. Ensure that the key is no longer needed for any critical operations and that it does not violate any compliance requirements.
Conclusion:
By following the provided troubleshooting and remediation steps, the issue of having KMS keys in the pending deletion state can be addressed. Keeping KMS keys in an appropriate status contributes to the overall security and compliance of healthcare data protected under HIPAA regulations.