跳至內容

Is generating a support ticket needed for closing an EC2 VPC instance?

0

Greetings, I wanted to ask, is there any need to generate a support ticket before closing down an EC2 VPS instance? It is a completely production level instance and it is going to be stopped this month. Before doing so, Do we need to generate a support ticket? Also, there is a difference between stopping an instance and terminating. So kindly guide me about that. If we stop the instance only, and not completely terminate it, how much charges will be there per month? Please guide me about the entire process. Regards, Anum

已提問 1 個月前檢視次數 52 次
1 個回答
0

You don't need to generate a support ticket before stopping or terminating an EC2 instance. You can perform these actions directly through the AWS Management Console.

There is an important difference between stopping and terminating an instance:

  1. Stopping an instance: When you stop an instance, it enters a "stopped" state. The instance is shut down, but the EBS volumes remain attached and preserve their data. You will continue to be charged for any attached EBS volumes, but not for the instance hours. This is useful when you want to temporarily halt the instance but plan to use it again later.

  2. Terminating an instance: When you terminate an instance, it's completely removed. The instance enters a "shutting-down" state before finally reaching "terminated" status. Any EBS volumes marked for deletion on termination will be deleted (losing their data), and you will no longer be charged for the instance or those volumes. Terminated instances will continue to appear in your instance list for some time before AWS reclaims them, but you are not charged for instances in a terminated state.

If you stop (but don't terminate) your instance, you'll only be charged for:

  • The attached EBS volumes
  • Any allocated public IPv4 addresses
  • Any other persistent resources associated with the instance

If you don't need the instance anymore and want to avoid all charges related to it, termination is the better option. Before terminating, make sure to back up any important data from the instance's EBS volumes if needed.
Sources
How to make sure instances on my account terminate to prevent future charges | AWS re:Post
Managing Amazon EC2 Instances - AWS Toolkit for Visual Studio

已回答 1 個月前
AWS
管理員
已審閱 1 個月前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。