9.2 Ensure Data at Rest is Encrypted (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 in Neptune from unauthorized access even if the underlying storage media is compromised.
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 at https://console.aws.amazon.com/ with your AWS account credentials.
- Open the Amazon Neptune Console - Navigate to the service using the
Find Servicessearch bar or by directly accessing the console at https://console.aws.amazon.com/neptune/. - Select the Neptune Cluster:
- Choose the Amazon Neptune cluster for which you want to enable encryption at rest.
- Click on the cluster name to access its details page.
- Enable Encryption at Rest:
- In the cluster details page, navigate to the
ConfigurationorEncryption at Restsection. - Under
Encryption at Rest, click onModify. - In the
Encryption at Restdialog box, select the encryption option you prefer:- AWS managed key (default): Choose this option to use the default AWS managed key for encryption.
- Customer-managed key (CMK): Choose this option if you want to use your own AWS Key Management Service (KMS) customer-managed key for encryption. Select the appropriate CMK from the dropdown menu.
- Click
Apply Changesto enable encryption at rest for the Neptune cluster.
- In the cluster details page, navigate to the
- Verify Encryption Status:
- Wait a few minutes for the changes and configuration to take effect.
- Refresh the cluster details page to see the updated encryption status.
- Verify that encryption at rest is enabled for the Neptune cluster.
Expected Result
Encryption at rest should be enabled for the Neptune cluster, using either AWS-managed key or a customer-managed KMS key.
Remediation
Using AWS Console
Follow the audit steps above to enable encryption at rest for your Neptune cluster. Note that encryption at rest can only be enabled when creating a new Neptune cluster; existing unencrypted clusters must be migrated to new encrypted clusters.
Default Value
Encryption at rest is not enabled by default for Neptune clusters. It must be configured during cluster creation.
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