Understanding EBS Snapshots in AWS

What is an EBS Snapshot?

An EBS Snapshot is a point-in-time backup of an Amazon EBS (Elastic Block Store) volume. These snapshots allow you to create backups without detaching the volume from an EC2 instance, though it is recommended to do so for data consistency.

Key Benefits of EBS Snapshots:

Example Use Case:

If an EC2 instance in US-EAST-1A has an EBS volume, you can take a snapshot of that volume and restore it in US-EAST-1B. This makes it possible to transfer EBS volumes between AZs.


Important Features of EBS Snapshots

1. EBS Snapshot Archive

2. Recycle Bin for EBS Snapshots

3. Fast Snapshot Restore (FSR)