More Info:

This rule checks if an Amazon Neptune cluster has AWS Identity and Access Management (IAM) database authentication enabled. It marks the rule as NON_COMPLIANT if an Amazon Neptune cluster does not have IAM database authentication enabled.

Risk Level

Medium

Address

Security

Compliance Standards

CBP

Triage and Remediation

Remediation

To remediate the misconfiguration of Neptune Clusters IAM Database Authentication not being enabled for AWS RDS using the AWS console, follow these steps:

  1. Login to AWS Console:

  2. Navigate to RDS Service:

    • In the AWS Management Console, search for “RDS” in the search bar or locate the “Database” section.
    • Click on “RDS” to open the Amazon Relational Database Service dashboard.
  3. Select the Neptune Cluster:

    • From the list of RDS database instances, locate and select the Neptune Cluster for which you want to enable IAM Database Authentication.
  4. Modify the Cluster:

    • In the Neptune Cluster dashboard, click on the “Modify” button to change the cluster settings.
  5. Enable IAM Database Authentication:

    • Scroll down to the “Additional configuration” section in the Modify Cluster page.
    • Look for the “IAM Database Authentication” option and check the box to enable it.
  6. Apply Changes:

    • Scroll to the bottom of the page and click on the “Continue” button.
  7. Review and Apply Changes:

    • Review the changes you are about to make to the Neptune Cluster configuration.
    • If everything looks correct, click on the “Modify cluster” button to apply the changes.
  8. Wait for Modification to Complete:

    • The modification process may take some time to complete. Monitor the status of the modification in the RDS console.
  9. Verify IAM Database Authentication:

    • Once the modification is complete, go back to the Neptune Cluster dashboard.
    • Verify that IAM Database Authentication is now enabled for the cluster.

By following these steps, you can successfully remediate the misconfiguration of Neptune Clusters IAM Database Authentication not being enabled for AWS RDS using the AWS console.