How to delete instance in EC2

0 votes
How can I delete an instance in Amazon EC2? I terminated the instance but still, it was showing in the instance list table. I want to know a few things related to this: Is there any significant difference b/w Delete and Terminate? What is the use of terminated instances? What are the cases in which an instance gets terminated?
Apr 19, 2022 in AWS by Rahul
• 9,680 points
861 views

No answer to this question. Be the first to respond.

Your answer

Your name to display (optional):
Privacy: Your email address will only be used for sending these notifications.
0 votes

Terminating your instance is essentially deleting it, it will take some time to get reflected on your dashboard which essentially means that it won't appear on your instance list table. There is no use of terminated instances and once you terminate your instances, it means you have completely lost that particular instance.

But if during the time of the 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.

answered Apr 20, 2022 by Aditya
• 7,680 points

edited Mar 5

Related Questions In AWS

+1 vote
1 answer

How to auto-scale MYSQL database in AWS EC2 instance?

You could always use the Amazon RDS ...READ MORE

answered Aug 24, 2018 in AWS by Archana
• 4,170 points
3,163 views
0 votes
1 answer

How to Pass the VPC ID while creating the Ec2 instance in AWS using Python Boto3

import boto3 ec2 = boto3.resource('ec2') instance = ec2.create_instances( ...READ MORE

answered Jan 29, 2019 in AWS by Priyaj
• 58,020 points
3,909 views
+1 vote
2 answers

How to create an EC2 instance in AWS Console?

Here is a step by step guide ...READ MORE

answered Feb 11, 2019 in AWS by Shubendu
2,487 views
–1 vote
1 answer

How to configure httpd webserver in EC2 instance?

Hi@akhtar, To configure httpd web server in EC2 ...READ MORE

answered Jun 5, 2020 in AWS by MD
• 95,460 points
1,250 views
0 votes
1 answer
0 votes
1 answer
0 votes
1 answer
webinar REGISTER FOR FREE WEBINAR X
REGISTER NOW
webinar_success Thank you for registering Join Edureka Meetup community for 100+ Free Webinars each month JOIN MEETUP GROUP