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?

feita há 3 anos757 visualizações
2 Respostas
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.

respondido há 3 anos
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
respondido há 3 anos

Você não está conectado. Fazer login para postar uma resposta.

Uma boa resposta responde claramente à pergunta, dá feedback construtivo e incentiva o crescimento profissional de quem perguntou.

Diretrizes para responder a perguntas