How to delete instance in EC2?

  1. Terminating your instance is essentially deleting it, it will take some time to get reflected on your dashboard (meaning it won't appear on your instance list table)
  2. There is no use of terminated instances.
  3. Once you terminated your instances, it means you have completely lost that particular instance.

But if, during the time of creation of your instance, you had enabled the option called Protect against accidental termination, then you will not be able to terminate without disabling this option.

But in your instance table if the Instance State column has the value terminated it means your instance is deleted and you can no longer use it.


The only thing you can do is terminating an instance. It stops everything.

After you terminate an instance, it remains visible in the console for a short while, and then the entry is automatically deleted.

You cannot delete the terminated instance entry yourself.

More info here http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/terminating-instances.html