1. 23 Jun, 2014 1 commit
    • Adds support for `health_check_period` and `health_check_type` in `ec2_asg` module. · 1f3663b1
      Default is set to 300 seconds, which is AWS default.
      
      This PR fixes a bug (#7898) where instances created within an autoscaling group using the `ec2_asg` module gets immediately terminated because the `health_check_period` is set to 0, which causes the instance to be checked without having the time to actually boot.
      
      Adding `health_check_type` is needed because you may want to check your instance health against an ELB instead of just EC2 default cloudwatch.
      Frédéric de Villamil committed
  2. 22 Jun, 2014 7 commits
  3. 21 Jun, 2014 7 commits
  4. 20 Jun, 2014 25 commits