Skip to main content

What is the difference between terminating and stopping an EC2 instance?


Read this article to find out what are the differences between terminating and stopping an EC2 instance. This article is written by by well known DevOps trainer - Rajesh Kumar.

Answer

Terminate Instance

When you terminate an EC2 instance, the instance will be shutdown and the virtual machine that was provisioned for you will be permanently taken away and you will no longer be charged for instance usage. Any data that was stored locally on the instance will be lost. Any attached EBS volumes will be detached and deleted.  Read more click here
Reference:- This article was originally posted in scmGalaxy.com

Comments

  1. This blog explains the difference between terminating and non-terminating symbols in a very easy way. I liked how the topic was broken into simple points that anyone can understand. The examples used in the article make it clear where each symbol is used and why it matters. This post is helpful for beginners who often get confused with such terms. Thank you for writing in such a clear and simple style. It really helps readers learn without feeling stressed.

    ReplyDelete
  2. Great explanation on a topic that many AWS beginners find confusing! 👏 The clear distinction between stopping and terminating an EC2 instance helps readers understand not just how these actions differ technically, but also the implications for billing, data persistence, and instance recovery. Stopping lets you pause an instance and retain data on attached EBS volumes, whereas terminating permanently deletes the instance and its local storage — a crucial difference for managing costs and workloads effectively in real AWS environments. Thanks for breaking it down in such a straightforward and practical way! 😊

    ReplyDelete

Post a Comment

Popular posts from this blog

Amazon AWS Training & Certification | Online & Classroom Mode | scmGalaxy

Amazon Web Services is a secure cloud services platform, offering compute power, database storage, content delivery and other functionality to help businesses scale. AWS certification training helps you scale your cloud skills and gain expertise in AWS platform. AWS Technical Essentials, AWS Developer, AWS Solution Architect, AWS Sys Ops are the major courses offered. In this course we will start with a broad overview of the AWS platform and then deep dive into the individual elements of the AWS platform. You will explore Route53, EC2, S3, Cloud Front, Autoscaling, Load Balancing, RDS, RedShift, DynamoDB, EMR, VPC etc. Agenda of the Training ✔ Welcome: Course Overview ✔ VPC: Building Your Network Foundation ✔ VPC: The Nitty Gritty Configuration ✔ VPC: Security Groups and NACLs ✔ VPC: Configuring VPN Connections ✔ VPC: Designing for High Availability ✔ EC2: Instance Types and Performance Implications ✔ EBS: Understanding EBS ✔ EBS: Snapshot Backup and ...

Welcome to Agile and DevOps Blog

Our DevOps Course help Engineering team to demonstrates how to use the most common DevOps patterns to develop, deploy and maintain applications on using latest technology, process and tools. The course covers the core principles of the DevOps methodology and examines a number of use cases applicable to startup, small-medium business, and enterprise development scenarios. This course develops a DevOps is the multi-skilling of people to make the whole development, operations and testing workflow more agile. DevOps & Agile is bringing enterprise level DevOps training and certification to the IT market. Working with thought leaders from the DevOps community. Enroll for DevOps Foundation Certification Training course to learn all DevOps concepts & best practices online and become a certified professional. As part of the DevOps training, you can customized your selections of tools from the following market trendy tools as below; For more info, please send an email t...

TFS Interview Questions and Answers

Image source:- scmGalaxy.com 1) What is Team  Foundation Server? What does it cover – version control? build processes? bug tracking? task management? Team Foundation Server is defined in the documentation as: Team Foundation is a collection of collaborative technologies that support a team effort to deliver a product. While the Team Foundation technologies are typically employed by a software team to build a software product, they can also be used on other types of projects. As the customer already noted three of the core deliverable of Team Foundation Server: Read More Click here Reference:- This article was originally published on scmGalaxy.com