Backups and Point-in-Time Recovery

~8 min read

Automated daily snapshots plus continuous transaction log backup enable restoring to any specific second.

Backups and Point-in-Time Recovery is a Pro topic

Sign in, then upgrade to Pro or Power to unlock this topic and the full AWS curriculum.

Key points

  • Automated backups = daily snapshot + continuous transaction logs, enabling restore to any second within the retention window
  • Retention window is 1-35 days, configurable based on recovery point objective
  • A restore always creates a new instance — never overwrites the existing one in place
  • Manual snapshots persist indefinitely, useful as an explicit checkpoint before risky operations