Skip to content

Latest commit

 

History

History
30 lines (26 loc) · 2.89 KB

rds-automated-backups.md

File metadata and controls

30 lines (26 loc) · 2.89 KB

CloudSploit

AWS / RDS / RDS Automated Backups

Quick Info

Plugin Title RDS Automated Backups
Cloud AWS
Category RDS
Description Ensures automated backups are enabled for RDS instances
More Info AWS provides a simple method of backing up RDS instances at a regular interval. This should be enabled to provide an option for restoring data in the event of a database compromise or hardware failure.
AWS Link http://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_WorkingWithAutomatedBackups.html
Recommended Action Enable automated backups for the RDS instance

Detailed Remediation Steps

  1. Log in to the AWS Management Console.
  2. Select the "Services" option and search for RDS.
  3. Scroll down the left navigation panel and choose "Databases".
  4. Select the "Database" that needs to be verified and click on the selected "Database" from the "DB identifier" column to access the database.
  5. Click on the "Maintenance & backups" under the selected database configuration page.
  6. Scroll down the "Maintenance & backups" tab and check the "Backup". If the status for "Automated backups" shows "Disabled " than automated backups are not enabled for selected RDS instance.
  7. Select the "Database" on which automated backup needs to be enabled. Click the "Modify" button at the top to make the necessary changes.
  8. Scroll down the "Modify DB Instance" page and check for "Backup" section.
  9. On the "Backup" section under "Backup retention period" select number of days between 1 to 35. Select the "Start Time" during which the automated backups are created.
  10. Scroll down the "Modify DB Instance" page and click on "Continue" button.
  11. On the "Scheduling of modifications" choose "Apply immediately" so that it will make the above changes applied as soon as possible and click on the "Modify DB Instance" button.
  12. Once the automated backups are enabled,the Automated Backups status should change to "Enabled".
  13. Repeat step number 7 - 12 to enable automated backups for other RDS Instances.