This rule ensures encryption is enabled for attached EBS volumes.
| Rule | Attached EBS volumes should have encryption enabled |
| Framework | GxP 21 CFR Part 11 |
| Severity | ✔ Medium |
Rule Description:
This rule ensures that all attached Elastic Block Store (EBS) volumes in the infrastructure are encrypted as per the requirements of GxP 21 CFR Part 11. Encryption provides an additional layer of protection for sensitive data stored on EBS volumes, ensuring compliance with regulatory guidelines and safeguarding data integrity.
Troubleshooting Steps:
Check if the attached EBS volumes are encrypted:
Review volume encryption settings:
Generate an encryption key if required:
Enable encryption for the EBS volumes:
Necessary Codes:
No specific codes are required for this configuration as it can be achieved through the AWS Management Console.
Remediation Steps:
To ensure compliance with GxP 21 CFR Part 11 by enabling encryption for attached EBS volumes, follow the step-by-step guide below:
Login to the AWS Management Console with appropriate credentials.
Open the EC2 service.
Select "Volumes" from the left sidebar.
Identify the EBS volume(s) that need encryption.
Select the target volume(s) by clicking on the checkbox beside them.
Click the "Actions" button located above the volumes list.
From the dropdown menu, choose "Modify Volume".
In the "Modify Volume" dialog, locate the "Encryption" option and enable it.
A dropdown menu will appear with a list of available encryption keys. Select the appropriate key for encryption.
Review the modifications and ensure that the correct volume(s) and encryption key are selected.
Click the "Save" button to apply the changes.
Monitor the status of the volume modification to verify successful encryption.
Repeat these steps for any other EBS volumes that require encryption.
By following these steps, you will have successfully enabled encryption for attached EBS volumes in compliance with GxP 21 CFR Part 11.