While the method health_state_elb runs it may happen that the method call fails if the ELB does not exists anymore while the method runs.
Error message:
Cannot find Load Balancer .....
Instead of failing we should catch this error, as stacks come and goes while this method gets called so it's ok if ELBs are getting removed while this method gets called.
While the method health_state_elb runs it may happen that the method call fails if the ELB does not exists anymore while the method runs.
Error message:
Cannot find Load Balancer .....
Instead of failing we should catch this error, as stacks come and goes while this method gets called so it's ok if ELBs are getting removed while this method gets called.