Can I get email when instance reachability check failed

0

My instance reachability check failed for 4 days. I did not get any notification about it. Today I found my website down and reboot the instance everything is fine. But due to the long down time, Google removed my website in search results. Can I get email notification when server down?

demandé il y a 3 ans757 vues
2 réponses
0

You need to wire this up yourself:
Setup an Email-based subscription to an SNS topic.
Setup a CloudWatch Alarm for the metric "StatusCheckFailed"
If the value is 1, your system or instance has failed.
Set the notification to go to that sns topic.

There is a very small charge for the alarm..something like .10/month.

Good luck.

répondu il y a 3 ans
0

Hello there

You need to create cloduwatch alarm and set SNS topic as alarm action. Please follow below document for detailed step

https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/monitoring-system-instance-status-check.html#creating_status_check_alarms

AWS
répondu il y a 3 ans

Vous n'êtes pas connecté. Se connecter pour publier une réponse.

Une bonne réponse répond clairement à la question, contient des commentaires constructifs et encourage le développement professionnel de la personne qui pose la question.

Instructions pour répondre aux questions