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
Post a Comment