It's easy to delete an instance that uses the root store -- just terminate it.

But how do I delete an instance backed by EBS? My terminated instances are just sitting there.

link|improve this question

75% accept rate
feedback

1 Answer

up vote 4 down vote accepted

In order to terminate an EBS rooted instance you need to both terminate the instance and also remove the EBS storage, although that'll make the instance not recoverable of course.

Every time a new EBS instance is spawn a copy of the initial snapshot is spawn into an EBS volume which will be used as root for that instance.

I think that's pretty much all that is needed, I never had to remove one myself so let me know how it goes!

link|improve this answer
2  
+1. My experience with terminating EBS instances is that I just have to terminate the instance. Eventually, the EBS volume and the actual instance itself will disappear from the management console... – BenGC Jan 29 '11 at 1:57
Ah, I didn't realize I had to wait for it! (I guess I just didn't wait long enough... :-p) – Dan Fabulich Jan 30 '11 at 4:58
feedback

Your Answer

 
or
required, but never shown

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