AWSからEC2インスタンスリタイア通知がメールで届いた

会社でEC2を使っていたら、突然以下の内容のメールが届いた。

要約すると、「EC2インスタンスが使用しているハードウェアが劣化または故障したため、近い将来、ハードウェアを停止する必要があります(EC2インスタンスも停止します)。継続して利用したい場合は、適切な対応を行ってください。」とのこと。内容を把握できればなんてことないが、初見だとちょっとびっくりする。

対応としては、期限までに該当インスタンスを終了するだけでよい。もしインスタンスを引き継ぎたいのであればAMIを利用しイメージを作成する。

通知メール

メール題名

Amazon EC2 Instance Retirement [AWS Account: xxxx]

メール本文

Hello,

EC2 has detected degradation of the underlying hardware hosting your Amazon EC2 instance (instance-ID: i-xxxx) associated with your AWS account (AWS Account ID: xxxx) in the ap-northeast-1 region. Due to this degradation your instance could already be unreachable. We will stop your instance after 2023-09-xx 00:00:00 UTC. Please take appropriate action before this time.

The affected instances are listed below:

i-xxxx (インスタンスID)

You can find more information about retirement events scheduled for your EC2 instances in the AWS Management Console https://console.aws.amazon.com/ec2/v2/home?region=ap-northeast-1#Events

You can also customize your event notification to include tags associated with your EC2 instances. For more information about customizing your event notifications see the EC2 user guide https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/monitoring-instances-status-check_sched.html#customizing_scheduled_event_notifications

* What will happen to my instance?
Your instance will be stopped after the specified retirement date. You can start it again at any time after it’s stopped. Any data on local instance-store volumes will be lost when the instance is stopped or terminated.

* What do I need to do?
We recommend that you stop and start the instance which will migrate the instance to a new host. Please note that any data on your local instance-store volumes will not be preserved when you stop and start your instance. For more information about stopping and starting your instance, and what to expect when your instance is stopped, such as the effect on public, private and Elastic IP addresses associated with your instance, see Stop and Start Your Instance in the EC2 User Guide (https://docs.aws.amazon.com/en_us/AWSEC2/latest/UserGuide/Stop_Start.html). However, if you do not need this instance, you can stop it at any time yourself or wait for EC2 to stop it after the retirement date.

* Why is EC2 retiring my instance?
EC2 may schedule instances for retirement in cases where there is an unrecoverable issue with the underlying hardware. For more information about scheduled retirement events please see the EC2 user guide (https://docs.aws.amazon.com/en_us/AWSEC2/latest/UserGuide/instance-retirement.html).

If you have questions or issues, contact AWS Support at: https://aws.amazon.com/support .

Sincerely,
Amazon Web Services

AWS

Posted by vastee