More Info:

Checks if an Amazon Document DB cluster retention period is set to specific number of days. The rule is NON_COMPLIANT if the retention period is less than the value specified by the parameter.

Risk Level

Medium

Address

Configuration

Compliance Standards

CBP

Triage and Remediation

Remediation

To remediate the misconfiguration of missing backup retention settings for an AWS RDS DocumentDB cluster, you can follow these steps using the AWS Management Console:

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

  2. Navigate to RDS Service: From the AWS Management Console, navigate to the RDS service by clicking on the “Services” dropdown in the top left corner and selecting “RDS” under the Database category.

  3. Select DocumentDB Cluster: In the RDS dashboard, locate and select the DocumentDB cluster for which you want to configure backup retention settings.

  4. Modify Cluster: Click on the cluster identifier to view the cluster details. Then, click on the “Modify” button at the top to edit the cluster settings.

  5. Configure Backup Retention: Scroll down to the “Backup” section of the modification page. Here, you can set the backup retention period by specifying the number of days you want to retain automated backups for the cluster.

  6. Enable Automated Backups: Ensure that the “Backup Retention Period” is set to a value greater than 0 to enable automated backups for the cluster. You can choose a retention period based on your backup and recovery requirements.

  7. Save Changes: After setting the desired backup retention period, scroll to the bottom of the page and click on the “Continue” button. Review the summary of changes and click on the “Modify Cluster” button to apply the new backup retention settings.

  8. Verify Configuration: Once the modification is complete, go back to the cluster details page and verify that the backup retention period is set correctly. You should see a confirmation that the backup retention settings have been updated successfully.

By following these steps, you can remediate the misconfiguration of missing backup retention settings for an AWS RDS DocumentDB cluster using the AWS Management Console.