[cs615asa] Regarding Stopping Instances

Jan Schaumann jschauma at cs.stevens.edu
Thu Feb 11 10:59:49 EST 2010


mmeladat at stevens.edu wrote:
 
>  In the Instances section of AWS the list of instances are listed, of
> which the Root Device Type is ebs only for Fedora Core 8, while for the
> rest its Instance store. I can stop the instance that is of type ebs, but
> only terminate the instance that is of Root device type as instance store.

That's correct -- EBS (Elastic Block Storage) is a different storage
concept from instance storage.  That is, data stored on EBS can survive
a "reboot" and be used after the instance has been stopped, while
instance storage is tied to the lifetime of the instance.

Hence, you can't "stop" an instance-storage backed instance -- it only
knows the difference between running and being terminated.  An EBS
backed instance however can be stopped (meaning the host is "shut down",
but the data stored on the EBS is still there and can be reused if
another instance is created).

You should also be able to terminate an EBS-backed instance, which means
that you're completely destroying the host and any data you had stored.

Review the EC2 guide around the different storage modals for more
details.

Hope this helps,
-Jan
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: Digital signature
Url : https://lists.stevens.edu/cgi-bin/mailman/private/cs615asa/attachments/20100211/bd0dd7d2/attachment.pgp 


More information about the cs615asa mailing list