up vote 28 down vote favorite
3
share [g+] share [fb]

When I reboot an EC2 instance, do I get the initial image again, or is the state of the hard disk before the reboot kept?

And what happens with billing, does the hour start again, or do I continue with the fraction of the hour I was in when I rebooted?

link|improve this question

2  
Simple but very useful question (& answers) - thanks! +1 all around. – Jonik Apr 16 '10 at 12:38
feedback

2 Answers

up vote 23 down vote accepted

Rebooting an instance is like rebooting a PC. The hard disk isn't affected. You don't return to the image's original state, but the contents of the hard disks are those before the reboot.

Rebooting isn't associated with billing. Billing starts when you instantiate an image and stops when you terminate it. Rebooting in between hasn't any effect.

link|improve this answer
1  
Note that there's a related bug - files in /etc might be changed back to some defaults (Google it). – Adam Matan Aug 6 '09 at 14:50
feedback

Rebooting keeps the disks intact.

If you shut down the instance and power up a new one, the disks will be reset to their initial states.

This doesn't apply to the EBS disks, which persist even across shutdowns.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

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