Notification when ANY status check fails

0

I've seen articles about getting a notification for the StatusCheckFailed metric, but when creating an alarm it appears I HAVE TO specify an instance ID. But we are creating and destroying instances automatically and I want a notification when ANY status check fails. Is there a way to set that up?

shmap
已提問 1 年前檢視次數 339 次
2 個答案
1
已接受的答案

You've not stated how you are creating these instances but if it's with auto scaling the health check will automatically terminate them and launch a new one.

Alternatively:

  • There may be an Event Bridge rule you can create to pick this up and have an action off the back of it.
  • You could have an alarm created at instance launch and delete on terminate.
  • Write a Lambda to run on a scheduled event to check status.
profile picture
已回答 1 年前
1

Hi - Not very sure on the use case but if you use auto scaling then one of the check is status checks. Amazon EC2 Auto Scaling uses the results of the Amazon EC2 instance status checks and system status checks to determine the health status of an instance. If the instance is in any Amazon EC2 state other than running, or if its status for the status checks becomes impaired, Amazon EC2 Auto Scaling considers the instance to be unhealthy and replaces it.

Reference : https://docs.aws.amazon.com/autoscaling/ec2/userguide/ec2-auto-scaling-health-checks.html

For other use cases, you can create alarms at instance launch and delete on terminate as needed.

profile pictureAWS
專家
已回答 1 年前

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

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

回答問題指南