I have a few APIs written in NodeJs using Express, Which are hosted on AWS EC2, What can I do to get an email whenever my APIs go down? Can I use any service of AWS like CloudWatch to send an Email when my API crashes?
Question posted in Amazon Web Sevices
The official Amazon Web Services documentation can be found here.
The official Amazon Web Services documentation can be found here.
2
Answers
Consider using CloudWatch’s synthetic monitoring to:
You can monitor canary events with EventBridge and send custom notifications, including email.
I’m just a beginner, but isn’t SNS the solution you would want for this situation?