

0 / 2 embers
0 / 3000 xp
click for more info
Complete a lesson to start your streak
click for more info
Difficulty: 2
click for more info
Not enough gems
Cost: 6 gems
1: RDS: Relational Database Service
incomplete
2: Create a PostgreSQL Database
incomplete
3: Connect to Your Database
incomplete
4: Connect App to Database
incomplete
5: RDS Storage and IOPS
incomplete
6: RDS Backups
incomplete
7: Read Replicas
incomplete
8: Cleanup
incomplete
Back
ctrl+,
Next
ctrl+.
This lesson's interactive features are locked, please to keep using them
One is none, two is one.
Backups are important. We're going to break things in creative, irreparable ways from time to time, and RDS can automatically back up your database.
$0.095 per GB per month)Cost check: Backups cost money. A 7-day retention period means you're storing 7 days of backups (at ~$0.095/GB/month). For a 20 GB database that can be ~140 GB of backup storage. Monitor backup costs, and reduce retention or delete snapshots when done.
RDS backups include:
The combination of full backups plus transaction logs lets you restore to any specific time within your retention period.
You can restore your database in several ways.
Restore to any specific time within the retention period:
Restore to a specific backup snapshot:
All restores create a new database instance:
Backups are the preferred method for cloning databases. Instead of exporting and importing data manually, just restore from a backup. It's faster, more reliable, and creates an exact copy. You don't even need the DB's credentials to migrate it.