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
preguntada hace un año378 visualizaciones
2 Respuestas
1
Respuesta aceptada

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
respondido hace un año
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
EXPERTO
respondido hace un año

No has iniciado sesión. Iniciar sesión para publicar una respuesta.

Una buena respuesta responde claramente a la pregunta, proporciona comentarios constructivos y fomenta el crecimiento profesional en la persona que hace la pregunta.

Pautas para responder preguntas