Ensure compliance by enabling default encryption for Amazon EBS volumes.
Rule | EBS default encryption should be enabled |
Framework | GxP 21 CFR Part 11 |
Severity | ✔ Medium |
Rule/Policy: EBS Default Encryption for GxP 21 CFR Part 11 Description: This rule states that the default encryption setting for Amazon Elastic Block Store (EBS) volumes should be enabled for systems and applications that handle data governed by GxP (Good Practice) regulations, specifically 21 CFR Part 11. This policy ensures that sensitive and regulated data stored on EBS volumes is protected and compliant with GxP requirements.
Troubleshooting Steps (if applicable):
Necessary Codes (if applicable): No specific codes are required for this rule. However, the implementation of the following code snippet can be used to programmatically enable default encryption for EBS volumes:
aws ec2 modify-default-option-group --region <region> --option-group-name default:encryption-by-default
Step-by-step Guide for Remediation:
encryption-by-default
option to ensure all new EBS volumes created within the scope of GxP systems or applications are encrypted by default.
Remember to consult your organization's security and compliance team for any specific requirements or considerations related to GxP 21 CFR Part 11 regulations.