Reputation: 3007
In the environment settings it seems like notifications can only be turned on for all environment changes. Is there anyway that I can be emailed ONLY when the application becomes red?
Upvotes: 1
Views: 979
Reputation: 2277
The most common reason for the elasticbeanstalk environment to become red is when the ELB does not find any healthy backend instance to work with. You could set a CloudWatch alarm on the healthy instance count behind the ELB and trigger an email alert when the incident occurs.
This link would help you in setting up the required alarms.
Upvotes: 2