puppetlabs-aws icon indicating copy to clipboard operation
puppetlabs-aws copied to clipboard

ec2_autoscalinggroup missing support for tags

Open 5obol opened this issue 9 years ago • 0 comments
trafficstars

Hi

aws module ec2_instances function supports tags field for creation of instances. However the same instances created by ec2_autoscalinggroup won't have any tags since the field is not supported. This results in new instances now having name field populated. Also the ec2_autoscalinggroup should support switch if the tags should be applied to new instances or not as per equivalent aws console option.

Pupper Enterprise 2015.3.0 (version is 4.3.1), Ruby is 2.0.0.598-25 following gem versions of dependencies installed: aws-sdk-core retries

AWS module at git commit: 4c382d9.

5obol avatar Feb 01 '16 16:02 5obol