Hands-On with EBS Snapshots in AWS
Creating an EBS Snapshot
To create a snapshot of an EBS volume, follow these steps:
- Select the EBS Volume (e.g., a 2 GB GP2 EBS volume).
- Navigate to Actions → Create Snapshot.
- Add a Description (e.g., DemoSnapshots).
- Click Create Snapshot.
After creation, go to Snapshots in the left-hand menu to see the newly created snapshot. Once completed, it will show as 100% available.
Copying an EBS Snapshot to Another Region
EBS Snapshots can be copied across AWS regions for Disaster Recovery.
- Right-click the snapshot and select Copy Snapshot.
- Choose a Destination Region.
- Click Copy to replicate the snapshot.
This ensures that data is backed up in a separate AWS region, protecting against regional failures.
Restoring an EBS Volume from a Snapshot
Snapshots allow you to create a new volume, even in a different Availability Zone (AZ).
- Select the Snapshot → Actions → Create Volume from Snapshot.
- Choose the Size (e.g., 2 GB GP2).