0
0
AWScloud~5 mins

RDS backup and snapshots in AWS - Cheat Sheet & Quick Revision

Choose your learning style9 modes available
Recall & Review
beginner
What is an RDS automated backup?
An automated backup is a daily backup of your RDS database that AWS performs automatically. It includes the database and transaction logs, allowing point-in-time recovery within the retention period.
Click to reveal answer
beginner
What is the difference between an RDS snapshot and an automated backup?
An RDS snapshot is a manual backup you create anytime and keep until you delete it. Automated backups happen daily and are retained only for a set period.
Click to reveal answer
intermediate
How long can automated backups be retained in RDS?
Automated backups can be retained from 0 (disabled) up to 35 days. After that, backups are deleted automatically.
Click to reveal answer
intermediate
Can you restore an RDS database to a specific point in time?
Yes, using automated backups and transaction logs, you can restore your database to any second within the backup retention period.
Click to reveal answer
intermediate
What happens to snapshots when you delete the original RDS instance?
Manual snapshots remain even after the original RDS instance is deleted. Automated backups are deleted with the instance.
Click to reveal answer
What type of backup in RDS is created automatically every day?
AIncremental snapshot
BManual snapshot
CExport backup
DAutomated backup
How long can you keep automated backups in RDS?
AUp to 7 days
BUp to 14 days
CUp to 35 days
DIndefinitely
Which backup type must you create manually in RDS?
AManual snapshot
BPoint-in-time recovery
CAutomated backup
DContinuous backup
What happens to automated backups when you delete an RDS instance?
AThey are deleted with the instance
BThey are retained indefinitely
CThey convert to manual snapshots
DThey are archived automatically
Can you restore an RDS database to a specific second in the past?
ANo, only to the last snapshot
BYes, within the backup retention period
COnly if you have manual snapshots
DOnly if you export the data
Explain the difference between automated backups and manual snapshots in RDS.
Think about who controls the backup timing and how long backups last.
You got /4 concepts.
    Describe how you can restore an RDS database to a specific point in time.
    Consider what backups and logs are needed for precise recovery.
    You got /4 concepts.