More Info:

Amazon RDS provides a Deletion Protection Flag which should be enabled to prevent accidental prevention of the database.

Risk Level

Medium

Address

Operational Maturity, Reliability, Security

Compliance Standards

NIST

Triage and Remediation

Remediation

To remediate the misconfiguration of “Instance Deletion Protection Should Be Enabled” for an AWS RDS instance using the AWS Management Console, follow these step-by-step instructions:

  1. Sign in to the AWS Management Console: Go to https://aws.amazon.com/ and sign in to your AWS account.

  2. Navigate to the RDS Console: Click on the “Services” dropdown menu at the top of the page, then select “RDS” under the Database category.

  3. Select the RDS Instance: From the list of RDS instances, select the instance for which you want to enable deletion protection by clicking on its identifier.

  4. Enable Deletion Protection:

    • In the RDS instance details page, click on the “Modify” button located in the top right corner.

    • Scroll down to the “Backup” section of the Modify DB Instance page.

    • Find the “Deletion protection” option and check the box next to it to enable deletion protection for the RDS instance.

  5. Apply Changes: Scroll down to the bottom of the Modify DB Instance page and click on the “Continue” button.

  6. Review and Apply Changes: Review the changes you are about to make, and if everything looks correct, click on the “Modify DB Instance” button to apply the changes.

  7. Verify Deletion Protection: Once the modification is complete, go back to the list of RDS instances, select the instance you modified, and verify that deletion protection is enabled by checking the instance details.

By following these steps, you will successfully enable deletion protection for the AWS RDS instance, thereby remedying the misconfiguration of “Instance Deletion Protection Should Be Enabled”.

Additional Reading: