3.5 Enable Encryption at Rest (Manual)
Description
This helps ensure that the data is kept secure and protected when at rest. The user must choose from two key options which then determine when the data is encrypted at rest.
Rationale
Encryption at rest protects data stored on disk from unauthorized access, ensuring that even if physical storage media is compromised, the data remains unreadable.
Impact
If an unauthorized user steals the data, it would be unreadable for them because a key would be required to decrypt the message into plaintext.
Audit Procedure
Using AWS Console
Sign into the AWS Management Console
- Sign into the AWS Management Console at https://console.aws.amazon.com/ with your AWS account credentials.
Open the Amazon RDS Console
- Navigate to the service using the
Find Servicessearch bar or by directly accessing the console at https://console.aws.amazon.com/rds/.
- Navigate to the service using the
Select the RDS Instance
- Choose the Amazon RDS instance you want to enable encryption at rest.
- Click on the instance name to access its details page.
- In the instance details page, navigate to the
ConfigurationorEncryption & Securitysection.
Enable Encryption at Rest
- Under the
EncryptionorEncryption at Restsection - Click on the
Modifybutton or theEnableoption to enable encryption at rest. - Choose the desired encryption option, either
AWS managed keys (default)orCustomer managed keys using AWS Key Management Service (KMS). - If selecting
AWS managed keys, you do not need to perform additional configuration steps. - If selecting
Customer managed keysyou will need to specify the KMS key you want to use for encryption. - Select the appropriate KMS key or create a new KMS key if necessary.
- Click
ContinueorSaveto apply the changes.
- Under the
Monitor the Encryption Status
- After enabling encryption at rest, monitor the encryption status of your RDS instance.
- In the RDS console, check the
EncryptionorEncryption at Restsection to ensure that encryption is enabled, and the status isIn ProgressorEnabled.
Verify Encryption at Rest
- Validate that data at rest is encrypted by accessing the RDS instance and examining the database files.
- Confirm that the data is stored in an encrypted format.
Expected Result
All RDS instances should have encryption at rest enabled, using either AWS managed keys or customer managed keys (KMS).
Remediation
Using AWS Console
Follow the audit steps above to enable encryption at rest. Note that encryption cannot be enabled on an existing unencrypted RDS instance. You must create an encrypted snapshot and restore from it.
Default Value
Encryption at rest is not enabled by default for RDS instances. It must be enabled during instance creation or by restoring from an encrypted snapshot.
References
CIS Controls
| Controls Version | Control | IG 1 | IG 2 | IG 3 |
|---|---|---|---|---|
| v8 | 3.11 Encrypt Sensitive Data at Rest | x | x | |
| v7 | 14.8 Encrypt Sensitive Information at Rest | x |
Profile
Level 1 | Manual