From 0d0576a97fe19411250df262c9aaa6c86b99f3ec Mon Sep 17 00:00:00 2001 From: James Cammarata Date: Fri, 19 Sep 2014 15:17:46 -0500 Subject: [PATCH] Add note on ec2_lc regarding immutability of configs once created Fixes #8927 --- cloud/ec2_lc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/cloud/ec2_lc b/cloud/ec2_lc index b58eabd53e7..f75dfe6d938 100755 --- a/cloud/ec2_lc +++ b/cloud/ec2_lc @@ -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: