Instance stopped working alone

0

Hi, Why would my instance stop running by itself? Instance: i-0d09b948e97c3c12a (boat-production) I have this service from 2015 and it never happened before. Could you please let me know why and how I can get notified when it stops? It is running fine now, I had to log in and start it manually. Thank you, George

asked a year ago285 views
2 Answers
0

There are several things that could have caused the instance to stop. One of said possible reasons could be underlying hardware failure causing the instance to need to be shutdown. You can view these types of events on your accounts PHD (https://health.aws.amazon.com/health/home#/account/dashboard/open-issues) and setup alerts to let you know when they occur.

You can also setup alerts/notifications via https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/using-cloudwatch-createalarm.html on the ec2 instance directly and setup custom alarm actions.

AWS
answered a year ago
0

Hi,

Although it is not something that happens frequently, an EC2 instance could be stopped due to a scheduled event, when AWS detects irreparable failure of the underlying host for your instance. Could you checked if that is what happened?

AWS sends an email to the email associated with the AWS account prior to the scheduled event, providing details about the event, including the start and end date, but also sends an AWS Health event, which you can monitor and manage by using Amazon CloudWatch Events. Additionally, you can create an EventBridge rule on a scheduled event, and send a notification via SNS or further processing through an AWS Lambda.

profile picture
EXPERT
answered a year ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions