More Info:

Checks if a recovery point was created for Amazon Relational Database Service (Amazon RDS). The rule is NON_COMPLIANT if the Amazon RDS instance does not have a corresponding recovery point created within the specified time period.

Risk Level

High

Addresses

Configuration

Compliance Standards

CBP,SEBI

Triage and Remediation

Remediation

To remediate the misconfiguration of missing backup recovery points for an AWS RDS instance, you can follow these steps using the AWS Management Console:

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

  2. Navigate to RDS Service: Click on the “Services” dropdown menu at the top left corner, then select “RDS” under the Database category.

  3. Select the RDS Instance: From the list of RDS instances, click on the instance that you want to enable backup recovery points for.

  4. Enable Automated Backups:

    • In the RDS dashboard for the selected instance, click on the “Modify” button on the top right corner.
    • Scroll down to the “Backup” section.
    • Check the box for “Backup retention period” and set a retention period that suits your requirements (e.g., 7 days, 30 days).
    • Check the box for “Enable automatic backups” to enable automated backups for the RDS instance.
    • You can also configure the backup window timing as per your preference.
  5. Enable Backup Retention:

    • Scroll down further to the “Maintenance” section.
    • Check the box for “Backup retention period” and set a retention period that suits your requirements (e.g., 7 days, 30 days).
  6. Review and Apply Changes:

    • Scroll to the bottom of the page and click on the “Continue” button.
    • Review the changes you have made to ensure they are correct.
    • Click on the “Modify DB Instance” button to apply the changes.
  7. Verify Backup Configuration:

    • Once the modification is complete, go back to the RDS dashboard for the instance.
    • You should see that automated backups are now enabled, and a backup retention period has been set.

By following these steps, you have successfully enabled automated backups and set a backup retention period for your AWS RDS instance, ensuring that backup recovery points are created regularly.