1. 10 Jul, 2014 1 commit
  2. 24 Jun, 2014 1 commit
  3. 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
  4. 19 Jun, 2014 1 commit
  5. 09 Jun, 2014 1 commit
    • ec2_asg module enhancements · 3e875c78
        - Added a more verbose response
        - includes its settable attributes and a list of its instances.
        - allows setting of tags, changes upon which mark the task changed
        - allow getting of information from asg module, not just setting
        - doesn't mark changed if the parameter wasn't specified
        - Availability Zones are pulled from the region
      Matt Ferrante committed
  6. 06 Jun, 2014 1 commit
  7. 05 Jun, 2014 2 commits
  8. 08 May, 2014 1 commit
  9. 24 Apr, 2014 3 commits
  10. 09 Apr, 2014 1 commit
  11. 17 Mar, 2014 1 commit
    • Improvements to ec2 autoscaling modules · dae519b7
      * Added desired_capacity and vpc_zone_identifier to ec2_asg
      * Use ec2_argument_spec() method and then remove unnecessary
        declarations from argument_spec
      * Remove AWS_REGIONS declaration
      * Rename block_device_mappings to volumes to be consistent with ec2
      * Remove all pep8 warnings except line length and continuation indent
      * Use updated module_utils/ec2.py to add profile and security_token
        support
      * Remove mandatory arguments for delete to make launchconfig deletion
        work
      * Handle existing launch configurations better
      * Improve output information
      * Improve documentation
      Zeekin committed
  12. 14 Mar, 2014 1 commit
  13. 02 Mar, 2014 2 commits
  14. 01 Mar, 2014 1 commit