This rule ensures that RDS DB instance backup is enabled to maintain data integrity and security.
Rule | RDS DB instance backup should be enabled |
Framework | NIST Cybersecurity Framework (CSF) v1.1 |
Severity | ✔ Medium |
Rule Description
The RDS DB instance backup should be enabled for compliance with the NIST Cybersecurity Framework (CSF) v1. Enabling RDS backups ensures data availability and helps protect against data loss or corruption.
Remediation Steps
To enable RDS DB instance backups for compliance with the NIST CSF v1, follow these steps:
Step 1: Access the AWS Management Console
Step 2: Navigate to the Amazon RDS Dashboard
Step 3: Select the RDS DB Instance
Step 4: Enable Automatic Backups
Step 5: Enable Automated Backups
Step 6: Set Backup Window
Step 7: Save Changes
Troubleshooting Steps
If you encounter any issues during the process, consider the following troubleshooting steps:
Missing Permissions
AWS CLI
Replaceaws rds modify-db-instance --db-instance-identifier <instance-identifier> --backup-retention-period <retention-period> --apply-immediately --backup-window <preferred-window> --preferred-backup-window <preferred-window>
<instance-identifier>
, <retention-period>
, and <preferred-window>
with appropriate values.Backup Window Conflict
Backup Retention Limit
Conclusion
Enabling RDS DB instance backups is essential for compliance with the NIST Cybersecurity Framework v1. By following the steps outlined above, you can ensure that automatic backups are enabled for your RDS DB instances, providing data availability and protection against loss or corruption. Troubleshooting steps are included to address any issues that may arise during the process.