Amazon EBS root volume persistence

Posted by hipplar on Server Fault See other posts from Server Fault or by hipplar
Published on 2011-01-04T19:07:54Z Indexed on 2011/01/04 19:55 UTC
Read the original article Hit count: 343

Filed under:
|

When I launch a new Windows EC2 instance I am given a 30 gig root EBS volume.

I'm trying to make sure I understand the EBS terminology and want to make sure I understand this correctly:

Q: What happens to my data when a system terminates?

The data stored on a local instance store will persist only as long as that instance is alive. However, data that is stored on an Amazon EBS volume will persist independently of the life of the instance.

What exactly does "instance is alive" mean? If I write files to the root volume and reboot the instance will the files remain? Or do I physically have to terminate (delete) the instance for the root volume to go away?

Thanks

© Server Fault or respective owner

Related posts about amazon-ec2

Related posts about amazon-ebs