| name | cis-aws-database-2.8 |
| description | Ensure Automatic Backups and Retention Policies are configured |
| category | cis-database |
| version | 2.0.0 |
| author | cyberstrike-official |
| tags | ["cis","aws","database","aurora","backup","retention","disaster-recovery","data-protection"] |
| cis_id | 2.8 |
| cis_benchmark | CIS AWS Database Services Benchmark v2.0.0 |
| tech_stack | ["aws"] |
| cwe_ids | [] |
| chains_with | ["cis-aws-database-2.11"] |
| prerequisites | [] |
| severity_boost | {} |
2.8 Ensure Automatic Backups and Retention Policies are configured (Manual)
Description
Backups help protect your data from accidental loss or database failure. With Amazon Aurora, you can turn on automatic backups and specify a retention period. The backups include a daily snapshot of the entire DB instance and transaction logs.
Rationale
The individual logs into their account and chooses their database once selected they can modify the backup settings. To have the database being backed up automatically the individual is encouraged to select from 1 to 35 days. This ensures that the file is being saved automatically and can prevent it from accidental loss. This ensures that the individual can restore their files quickly in the event of a data loss.
Impact
It would result in having the files protected and being able to retrieve those files in the event of an accidental loss.
Audit Procedure
Using AWS Console
-
Sign in to AWS Management Console
-
Navigate to Amazon RDS Dashboard
- Navigate to the RDS service once logged in to the AWS Management Console.
- You can find this under the
Database category.
-
Choose your Aurora DB instance
- In the RDS Dashboard, click on
Databases.
- Then click on the name of your Aurora DB instance.
-
Check or modify the backup settings
- In the
Details section, find the Backup section.
- Here, you can see if automatic backups are enabled (the
Backup retention period is more than 0 days) and when the backup window is.
- To modify these settings, click
Modify.
- In the
Backup section of the Modify DB instance screen, you can change the Backup retention period and the Backup window.
- The retention period can be between 1 and 35 days. To disable automatic backups, set the retention period to 0 days.
-
Apply the changes
- Scroll to the bottom and choose when to apply the changes. You can apply them immediately or schedule them for the next maintenance window.