EC2 Rolling Deploy with an ASG

Hmm… I wonder if we need to have the ec2_asg module to wait for the healthCheckGracePeriod to expire before checking the instance health (assuming that it is an ELB health check type). Even with a health check grace period of one, there is a chance that the instance can become healthy in that time. Can you please open a bug on github.com/ansible/ansible-modules-core to track this?

Thanks,

James

Oops, please use this link for the code instead.

https://gist.github.com/bwhaley/eee6a0f61636862515aa

Opened issue 383. Thanks again.

https://github.com/ansible/ansible-modules-core/issues/383

  • Ben