1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

Add note on ec2_lc regarding immutability of configs once created

Fixes #8927
This commit is contained in:
James Cammarata 2014-09-19 15:17:46 -05:00
parent 9d45f3a65e
commit 1bae4e4df1

View file

@ -21,6 +21,10 @@ short_description: Create or delete AWS Autoscaling Launch Configurations
description:
- Can create or delete AwS Autoscaling Configurations
- Works with the ec2_asg module to manage Autoscaling Groups
notes:
- "Amazon ASG Autoscaling Launch Configurations are immutable once created, so modifying the configuration
after it is changed will not modify the launch configuration on AWS. You must create a new config and assign
it to the ASG instead."
version_added: "1.6"
author: Gareth Rushgrove
options: