What is a ‘boot volume’ in reference to Amazon Web Services? How is it different from other volumes? Is ‘boot volume’ a standard term used by Amazon?
Is Amazon Elastic Block Storage the one always used as ‘boot volume’?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
The boot volume is essentially the working storage being used by the instance to utilize operating system code and other files and applications.
Elastic Block Storage (EBS) is a way of providing this boot volume to be used by your instance. Another way is with “instance storage”, though that is probably not as popular now.
EBS is nice because it is separate from the processing aspect of your instance, and you can effectively disassociated an EBS volume from your instance and associate a different one, however you like.
EBS isn’t always used as the boot volume except for the Micro EC2 instances where it is required. For all other instance sizes IIRC you can choose between EBS or instance storage. EBS is superior in many respects, most of all for the above stated ability to disconnect a volume and have it persist even if you terminate the instance.