Backups are an essential part of database management because they help recover important data during accidental deletion, system failure, database corruption, or cyberattacks. Amazon RDS provides multiple backup mechanisms that help users protect and restore their databases whenever required. Amazon RDS mainly provides two backup strategies:
Automated Backups
DB Snapshots
Both backup methods serve different purposes and are important for database recovery and long-term data protection.
Automated Backups
Automated Backups are the default backup mechanism provided by Amazon RDS. These backups automatically store database changes and allow users to restore the database to any specific point within the retention period.
Automated backups remain active from the time the DB instance is created until the instance is deleted.
Features
Enabled automatically during DB instance creation.
Supports point-in-time recovery.
Backup retention period ranges from 1 to 35 days.
Default retention period is 1 day.
Works only when the DB instance is in the Available state.
Automated backups are not supported when the instance is stopped, storage is full, or the instance has failed.
Helps recover databases quickly after accidental data loss or corruption.