ec2 ami - If i Stop an Amazon EC2 instance, is this saved? -


if stop ec2 instance, rather terminate, image saved in account , available used @ later stage? ..as noticed terminated instances dissappear, stopped instance available boot , start when ever?

also regarding charging, assume cost having stopped instance charged per gb similar custom ami?

also possibly simple question, if shutdown machine on ssh or via script, initiate termination or stop instance (i assume terminates instance).

thanks

if terminate ebs backed instance, remove list of running instance, including it's allocated ebs volume. unless set instance attribute not delete volume.

if stop, changed stopped status , can start again later.

if shutdown machine, default's stop.
read protect instance see: http://alestic.com/2010/01/ec2-instance-locking


Comments

Popular posts from this blog

java - SNMP4J General Variable Binding Error -

windows - Python Service Installation - "Could not find PythonClass entry" -

Determine if a XmlNode is empty or null in C#? -