More Info:

This rule checks if storage encryption is enabled for your Amazon Neptune DB clusters. The rule is NON_COMPLIANT if storage encryption is not enabled.

Risk Level

Medium

Address

Security

Compliance Standards

SOC2,NIST,GDPR,ISO27001,HIPAA,HITRUST,NISTCSF,PCIDSS,SEBI

Triage and Remediation

Remediation

To remediate the misconfiguration of Neptune DB Clusters Storage Encryption not being enabled in AWS RDS, you can follow these step-by-step instructions using the AWS Management Console:

  1. Login to AWS Console: Go to the AWS Management Console (https://aws.amazon.com/) and login to your account.

  2. Navigate to Amazon Neptune: In the AWS Management Console, navigate to the Amazon Neptune service by either searching for it in the search bar or locating it under the “Database” category.

  3. Select the Neptune DB Cluster: From the list of Neptune DB clusters, select the DB cluster for which you want to enable storage encryption.

  4. Enable Encryption: In the Neptune DB cluster details page, click on the “Configuration” tab.

  5. Modify Cluster: Under the “Cluster details” section, click on the “Modify” button to change the configuration settings.

  6. Enable Encryption at Rest: Scroll down to the “Storage” section, and look for the “Storage encryption” option. Check the box next to “Enable storage encryption” to enable encryption at rest for your Neptune DB cluster.

  7. Choose Encryption Key: If you have an existing AWS Key Management Service (KMS) key that you want to use for encryption, you can select it from the dropdown list. Otherwise, you can choose to create a new KMS key.

  8. Save Changes: After enabling storage encryption and selecting the encryption key, scroll to the bottom of the page and click on the “Modify cluster” button to apply the changes.

  9. Monitor Progress: The modification process may take some time to complete. You can monitor the progress in the “Modifications” tab of the Neptune DB cluster details page.

  10. Verification: Once the modification is completed, verify that storage encryption is enabled for your Neptune DB cluster by checking the “Cluster details” section in the Neptune console.

By following these steps, you can successfully remediate the misconfiguration of Neptune DB Clusters Storage Encryption not being enabled in AWS RDS using the AWS Management Console.