Should ec2_asg required load_balancers?

Hey all,

Should the ec2_asg module require the definition of load balencers? It seems the EC2 API does not require this, and it would be perfectly legitimate to make an autoscalling group that was scaling for workload, not for routed traffic (so to speak).

Would it be possible to remove this constraint?

Thanks, Tim

I would agree it should not be required.

Send us a pull request?

I’ll give it a go good sir :slight_smile:

Issued a pull request:

https://github.com/ansible/ansible/pull/6500