More Info:

All the database instances within your Amazon Aurora clusters should have the same accessibility (either public or private) in order to follow AWS best practices.

Risk Level

Medium

Address

Reliability, Security

Compliance Standards

HITRUST, SOC2, NISTCSF, PCIDSS, FedRAMP

Triage and Remediation

Remediation

To remediate the accessibility misconfiguration in an Aurora cluster in AWS RDS using the AWS console, follow these steps:

  1. Navigate to the AWS RDS Console:

  2. Select the Aurora Cluster:

    • In the RDS dashboard, select the Aurora cluster that you want to remediate the accessibility settings for.
  3. Modify the Cluster:

    • Click on the “Modify” button in the top right corner of the cluster details page.
  4. Update the Accessibility Settings:

    • Scroll down to the “Network & Security” section of the modify cluster page.
    • Here, you can update the following settings:
      • VPC Security Group: Ensure that the appropriate VPC security group is selected to control inbound and outbound traffic to the cluster.
      • Public Accessibility: If the cluster needs to be publicly accessible, set the “Publicly Accessible” option to “Yes”. Otherwise, set it to “No” for private accessibility.
      • VPC: Verify that the cluster is deployed in the correct VPC.
  5. Apply the Changes:

    • After updating the accessibility settings, scroll to the bottom of the page and click on the “Continue” button.
  6. Review and Apply the Changes:

    • Review the modifications you have made to the cluster’s accessibility settings.
    • Once you are satisfied with the changes, click on the “Modify Cluster” button to apply the new settings.
  7. Monitor the Modification Progress:

    • The modification process may take some time to complete. You can monitor the progress in the RDS console.
  8. Verify the Accessibility Settings:

    • Once the modification is complete, verify that the accessibility settings for the Aurora cluster have been updated as intended.

By following these steps, you can remediate the accessibility misconfiguration in an Aurora cluster in AWS RDS using the AWS console.

Additional Reading: