ec2_asg Missing required arguments for autoscaling group create/update: launch_config_name

When using ec2_asg I get:

TASK: [ec2_asg ] **************************************************************
failed: [localhost] => {“failed”: true}
msg: Missing required arguments for autoscaling group create/update: launch_config_name

where is in the module man page:

http://docs.ansible.com/ec2_asg_module.html

this attribute is listed as not required.

This is on Ansible 1.9.1

Hi,

It seems like it is a documentation bug, the min_size, max_size and lc_config_name are required paramters, there is a feature request to add default values to min_size and max_size , could you please raise a bug report for this in github.

  • Benno

Done.

https://github.com/ansible/ansible/issues/11209