Do the Amazon EBS volumes persist independently from th…

Do the Amazon EBS volumes persist independently from the running life of an Amazon EC2 instance?

Do the Amazon EBS volumes persist independently from the running life of an Amazon EC2 instance?

A.
No

B.
Only if instructed to when created

C.
Yes



Leave a Reply 12

Your email address will not be published. Required fields are marked *


Prakhar Budholiya

Prakhar Budholiya

I think it should be B.
Because by default EBS volumes gets deleted on termination of instance until they are checked not to do do while creating the instance.

Arik

Arik

You are right! I thought so as well.

vv

vv

That is root EBS volumes, not extra. And it is not terminated by default, I stay on A

Jeremy Stones

Jeremy Stones

Just a little reading will easily clarify the answer.

C is correct.

“EBS volumes persist independently from the running life of an EC2 instance.”

http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/EBSVolumes.html

Mr AWS

Mr AWS

From the link provided above “An EBS volume is off-instance storage that can persist independently from the life of an instance.”
Plus if you actually logged into the console and tried it, you could stop guessing. The answer is “C”.

Steve

Steve

I wouldn’t be so cocky. Log in, create an ec2 instance, and uncheck “Delete on Termination”.

Steve

Steve

If you turn off the flag to “Delete on Termination” when creating the instance, the EBS instance will remain even after the EC2 instance is terminated. The answer is obviously B. I don’t know why you guys keep arguing C. Have you never built an instance before?