Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What is the difference between Boot volume and Block volume?

Do Boot volume refers to disk volume that contains the operating system files? What are the definitions for boot volume and block volume?

like image 483
karthik_varma_k Avatar asked Apr 19 '19 06:04

karthik_varma_k


1 Answers

Yes, in general boot volumes serve as the operating system disks for the compute instances, and block volumes as data storage, though boot volumes are also a type of block volumes.

Some differences:

  • You don't need a block volume to start an instance, but you need a boot volume.
  • Block volumes can be detached from running instances, boot volumes can't.

Some more details can be found in the FAQs on block volumes.

like image 68
char Avatar answered Nov 17 '22 16:11

char