I'm working on a project involving EC2 and I'm having a difficult time wrapping my head around this concept.

With EC2 instances, will non-EBS backed volumes (standard EC2) survive a reboot of the OS? For example, I have an Ubuntu instance. If I type "/sbin/shutdown -r now", will I lose all data on the drive not in the AMI? I understand that if I terminate the instance via the tools or the control panel, I lose everything, but I can't find a concrete answer to the restart issue.

An extra gold star goes to anyone who can link to documentation clearly explaining this. ;)

Thanks for your time!

link|improve this question

57% accept rate
feedback

1 Answer

up vote 2 down vote accepted

Yes, your data will stay the same between simple reboots.

Here is a StackOverflow question with the same answer.

In the EC2 FAQ, see the "what happens to my data when my instance terminates" question. It has a note that covers this.

link|improve this answer
Thanks a bunch. Exactly what I needed to know. – Aaron Brown May 21 '10 at 14:51
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.