How to remove Instances ? I test some Instances and now I terminate it. So, I want to remove it. I can't find delete or remove action. I just found terminate.

How to change the pair key ? I don't have pair key for old Instances and I want to configure that instances.

link|improve this question

feedback

3 Answers

up vote 6 down vote accepted

If you instance uses the instance store as its root device (i.e. it's not an EBS backed instance), simply terminating it will destroy the instance and you don't have to do anything else.

link|improve this answer
can I change pair key ? I want to use one Instances but I don't have pem for Instances. – saturngod Feb 26 '10 at 15:09
Keypairs can be managed through the AWS console : aws.amazon.com/console – Dominik Feb 26 '10 at 15:55
3  
and if it is EBS backed? – Richard Nov 9 '10 at 22:26
5  
wow, this answer is really vague. im trying out EC2 for the first time today and I am noticing right away that once you create an instance, if you terminate it, it will still appear in your list as a re-usable instance. there doesn't seem to be a way to delete instances. Is There? – djangofan Mar 1 '11 at 1:28
1  
@djangofan A terminated instance is automatically removed from the list in a short while, and doesn't cost anything. – Martijn Heemels May 8 at 13:29
show 2 more comments
feedback

give it some time. deletion of terminated instances is not a high priority task within the EC2 stack (seems reasonable to me). eventually the terminated instance will drop out of the interface.

link|improve this answer
I have an instance that has been terminated for months, and it's still in the list. – Jeremy Aug 23 '11 at 21:35
I'd like to correct my last comment. I had an instance that was "stopped" for months. Changing the status to terminated does make it go away, given time. Now I understand "termination protection". Semantics! – Jeremy Sep 8 '11 at 20:19
feedback

Yes if you hit refresh button on the console it will disapear.

link|improve this answer
nope. that's not it. – Chase Florell Aug 31 '11 at 20:05
feedback

Your Answer

 
or
required, but never shown

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