Skip to content

Commit

Permalink
Add note on ec2_lc regarding immutability of configs once created
Browse files Browse the repository at this point in the history
  • Loading branch information
jimi-c committed Sep 19, 2014
1 parent 9d45f3a commit 1bae4e4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions library/cloud/ec2_lc
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 1bae4e4

Please sign in to comment.