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?

已提問 3 年前檢視次數 757 次
2 個答案
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.

已回答 3 年前
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
已回答 3 年前

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

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

回答問題指南