The EBS Recycle Bin is an AWS data recovery feature that protects EBS snapshots and AMIs from accidental deletion. When a protected snapshot is deleted, it is moved to the Recycle Bin and can be recovered within a configurable retention period (1 day to 1 year) before it is permanently deleted.
Before the Recycle Bin existed, deleting an EBS snapshot was permanent and immediate — there was no way to recover it. The Recycle Bin adds a safety net that works similarly to the trash bin on your desktop OS. When a snapshot covered by a Recycle Bin retention rule is deleted, it is soft-deleted — moved to the Recycle Bin — rather than immediately destroyed. During the retention period, you can restore it. After the retention period expires, it is permanently deleted.
Retention Rules — you define rules that specify which snapshots are protected and for how long (1 day to 1 year)
Scope — rules can apply to ALL snapshots in the region or only snapshots with specific tags
Retention period — configurable from 1 day to 365 days per rule
Resources in Recycle Bin — cannot be used until restored (no attaching, no creating volumes from them)
Cost — resources in the Recycle Bin are billed at the standard EBS snapshot rate during the retention period
Supported resources — EBS snapshots and EBS-backed AMIs