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?

gefragt vor 3 Jahren758 Aufrufe
2 Antworten
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.

beantwortet vor 3 Jahren
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
beantwortet vor 3 Jahren

Du bist nicht angemeldet. Anmelden um eine Antwort zu veröffentlichen.

Eine gute Antwort beantwortet die Frage klar, gibt konstruktives Feedback und fördert die berufliche Weiterentwicklung des Fragenstellers.

Richtlinien für die Beantwortung von Fragen