Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Difference between AWS Snapshot and Volume

I see that snapshot is just a backup of volume except that you can create another volume from the snapshot. I guess there would be other differences. Does anyone notice other differences which really matter?

like image 707
Gucci Avatar asked Sep 19 '25 17:09

Gucci


1 Answers

After looking at the responses, I did my own research. Here is what I found. Snapshots go across regions where volumes stay in the same region as the snapshot. You can create a copy of a snapshot but you can't create a copy of a volume. In order to make a copy of a volume you have to use a snapshot. Volumes, images, instances all depend on the snapshot. Snapshot is the glue between volumes, images and instances. Please add if anyone finds other interesting facts.

like image 149
Gucci Avatar answered Sep 21 '25 06:09

Gucci