mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-10-22 20:13:59 -07:00
ec2 launch configuration boto3 upgrade (#26348)
Updates ec2_lc module to use boto3. Adds parameters: instance_id placement_tenancy Also added a second example using instance_id and updated the docs with the new parameters.
This commit is contained in:
parent
e8410c210d
commit
6d402de25e
2 changed files with 219 additions and 149 deletions
|
@ -19,7 +19,6 @@ lib/ansible/modules/cloud/amazon/ec2_ami_find.py
|
|||
lib/ansible/modules/cloud/amazon/ec2_eip.py
|
||||
lib/ansible/modules/cloud/amazon/ec2_eni_facts.py
|
||||
lib/ansible/modules/cloud/amazon/ec2_key.py
|
||||
lib/ansible/modules/cloud/amazon/ec2_lc.py
|
||||
lib/ansible/modules/cloud/amazon/ec2_lc_facts.py
|
||||
lib/ansible/modules/cloud/amazon/ec2_metric_alarm.py
|
||||
lib/ansible/modules/cloud/amazon/ec2_scaling_policy.py
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue