04-09-2019, 03:46 PM
Hello,
I have an application deployed on AWS using Elastic Load Balancer (also for SSL offloading) and implemented health check for EC2 LB using a simple custom content handler for this If my content handler hits an exception, I have it send me an email (via Amamzon simple email service). I started out just using EC2 LB to offload SSL, then I updated to have the one EC2 host running 2 instances of app and it works great. I need to setup AWS based alert monitoring next to make sure things are up and receive notifications.
I have an application deployed on AWS using Elastic Load Balancer (also for SSL offloading) and implemented health check for EC2 LB using a simple custom content handler for this If my content handler hits an exception, I have it send me an email (via Amamzon simple email service). I started out just using EC2 LB to offload SSL, then I updated to have the one EC2 host running 2 instances of app and it works great. I need to setup AWS based alert monitoring next to make sure things are up and receive notifications.