How to send an e-mail/notification on gunicorn failure from AWS EC2
I have a python FastAPI project running on an AWS EC2 server. My gunicorn service failed without a specific error, I want to be notified of this so I can act upon it asap in my current architecture.
Logs