What is the purpose of "Amazon RDS automated backups" and "snapshots"?
Correct! Well done.
Incorrect.
The correct answer is A) Automated backups enable point-in-time recovery within a retention period by capturing daily backups and transaction logs, while snapshots are user-initiated, manually managed backups that persist until explicitly deleted
Correct Answer
Automated backups enable point-in-time recovery within a retention period by capturing daily backups and transaction logs, while snapshots are user-initiated, manually managed backups that persist until explicitly deleted
Automated backups support restoring a database to any point within the retention window (using backups plus transaction logs), while manual snapshots are explicitly created and retained until the user deletes them, even after instance deletion.