summaryrefslogtreecommitdiff
path: root/lib/ansible/modules/cloud/amazon/ec2.py
Commit message (Expand)AuthorAgeFilesLines
* Document difference between ec2 and ec2_instance modules (#67009)Gregor Riepl2020-02-031-0/+6
* Minor AWS argument checks (required_if / mutually_exclusive) fixups (#66966)Mark Chappell2020-01-311-1/+8
* Yet more Sanity test "required" Amazon module cleanup (#65554)Mark Chappell2019-12-051-34/+73
* Sanity test fixups for AWS ec2 modules (#64230)Mark Chappell2019-11-041-13/+6
* Update ec2.py (#63260)Jian Fang2019-10-101-1/+1
* Spot instance code error (#63246)Jian Fang2019-10-091-0/+1
* Added more explanation to keypair. (#52766)Ahmed Hassan2019-08-271-1/+2
* EC2: Don't count instances in 'shutting-down' as running (#60709)Jill R2019-08-191-1/+1
* Allow encryption of volumes based off snapshots (#58983)Stuart Pittaway2019-08-071-2/+0
* updated to describe required parameter (#56197)Takashi Sugimura2019-05-091-4/+4
* ec2: deprecate device_type option (#55692)Martin Krizek2019-04-241-14/+4
* Fewer examples use connection: local in docs (#55133)Keith Maxwell2019-04-111-3/+0
* ec2 - count_tag can be an int, str, list, or dict (#55046)Sloane Hertel2019-04-101-1/+1
* [ec2] Use user_data if specified (#54494)Sloane Hertel2019-04-091-2/+3
* ec2: Fix documentation (#54081)Abhijeet Kasurde2019-03-221-27/+57
* If the private_ip has been provided for the new network interface it shouldn'...Sloane Hertel2019-03-041-1/+1
* ec2: minor fix in the documentation (#52686)Andrea Scarpino2019-02-221-1/+1
* spot instance request stay opened when module exit with timeout (#51535)Viktor Utkin2019-02-071-0/+10
* Update bare exceptions to specify Exception.Toshio Kuratomi2018-12-161-1/+1
* Change GB to GiB in some AWS modules (#49304)Bianca Henderson2018-12-041-2/+2
* E325 removal - Part I (#49136)Abhijeet Kasurde2018-11-271-2/+3
* Bulk fix DOCUMENTATION.author (Part 1) (#48934)John R Barker2018-11-201-1/+1
* [aws][docs] Replace uses of now-obsolete `with_items` with `loop` (#47164)Petr Ruzicka2018-10-171-2/+2
* [doAbhijeet Kasurde2018-10-101-25/+25
* ec2: add "IAM Role" to instance_profile_nameChris Adams2018-08-271-1/+1
* Fix assign_public_ip: no disregarded (#29691) (#43954)GElkayam2018-08-231-1/+1
* ec2.py: Set source_dest_check default value to None (#42863)Julien PRIGENT2018-07-231-51/+55
* Fix EC2 example variable naming mismatch (#42048)Leif Madsen2018-06-281-1/+1
* [docs] Update `ec2` module to use wait_for_connection instead of wait_for (#4...Ryan Brown2018-05-221-5/+3
* [docs][cloud] Include volume_size in ec2 module docsRyan S. Brown2018-04-101-2/+2
* warn about assign_public_ip immutability only if explicitly set (#37974)Will Thames2018-03-271-3/+2
* Fix use of user_data field with spot_price in ec2 module (#37628)Toshio Kuratomi2018-03-201-6/+6
* Clean up module documentation (#36909)Dag Wieers2018-03-151-90/+11
* [ec2] return instances sorted by id (#35359)Sloane Hertel2018-01-261-0/+8
* fix for ec2 module terminating instances outside of inventory -- Fixes #19427...Christopher Warner2018-01-171-0/+8
* Add module support to yamllint sanity test. (#34964)Matt Clay2018-01-161-0/+4
* [cloud] Ec2 module warning when IP assignment is changed on existing instance...Sloane Hertel2017-12-111-1/+1
* [cloud] Allow ec2_lc module to use volume_type for block devices (#32421)Will Thames2017-11-161-0/+3
* [ec2] Move note about state=restarted (#31961)Prasad Katti2017-10-261-2/+2
* [cloud] Check instance public-IP property before transforming to dict (#31849)Sloane Hertel2017-10-181-2/+2
* [cloud] Only enforce state (running/stopped/etc) in EC2 "exact_count" when st...Sloane Hertel2017-10-131-2/+7
* [cloud] Ensure absence of public_dns_name doesn't halt ec2 module (#31476)Ryan Fitzpatrick2017-10-091-1/+2
* [cloud] ec2.py: warn that removing a public ipv4 address is not permitted - f...Sloane Hertel2017-10-051-0/+16
* ec2: fixes #19521, fixes #29456 - create instance-store AMI instances with co...Sloane Hertel2017-09-121-2/+12
* Move selected AWS modules from community/certified to core support (#28617)Ryan Brown2017-09-061-1/+1
* ec2.py: filter by client-token if id is specified (#26114)Sloane Hertel2017-08-171-0/+7
* Update metadata to 1.1Toshio Kuratomi2017-08-151-2/+2
* [cloud] filter by vpc and subnet if provided before terminating instances (#2...Sloane Hertel2017-08-021-5/+14
* [cloud] Update ec2.py default for public IP assignment (#25896)Tom Paine2017-06-211-2/+2
* [cloud] ec2.py: add region to the aws_connect_kwargs before creating vpc conn...Sloane Hertel2017-06-151-1/+4