summaryrefslogtreecommitdiff
path: root/cloud/amazon/ec2.py
Commit message (Expand)AuthorAgeFilesLines
* Refreshed metadata for core modulesToshio Kuratomi2016-12-061-0/+4
* Call main in conditional way - cloud/amazonFabio Alessandro Locati2016-12-051-1/+2
* Examples syntax batch5 (#5622)Sam Doran2016-11-151-4/+13
* Improve `ec2` module Python3 Support (#5497)Zaius Dr2016-11-111-5/+7
* replace type() with isinstance() (#5541)jctanner2016-11-091-7/+7
* add id: back to documentationCharles Paul2016-10-271-0/+7
* Bulk spelling improvement to modules-core (#5225)John R Barker2016-10-131-2/+2
* Handle termination_protection parameter when restarting instances (#5076)Ryan Brown2016-10-031-9/+21
* Check status of finished spot instance requests (#4990)Ryan Brown2016-09-301-17/+58
* Unpack AWS reservations while waiting to terminate (#4012)Christopher Kotfila2016-09-131-1/+1
* Handle EC2 instances with multiple network interfaces (#4766)Ryan Brown2016-09-121-3/+16
* Fix failure when powering on/off EC2 instances by tag only. (#4767)Ryan Brown2016-09-091-1/+3
* Fix spot instance creation by ignoring instance_initiated_shutdown_behavior (...Abhijit Menon-Sen2016-09-081-7/+8
* Fix ec2 module source_dest_check when running on non VPC instances (EC2 Class...Florian Dambrine2016-09-081-1/+1
* Replaced use of bare variables with full variable syntax (#4149)Ilja Bauer2016-08-271-2/+2
* Add parameter to `ec2` module to control instance shutdown behavior (stop|ter...Richard Adams2016-08-241-0/+18
* Remove double-assignment of EC2 parameters (#4081)Ryan Brown2016-06-301-2/+0
* Fixing error exception handling for python. Does not need to be compatible wi...codemeup @ Work2016-06-021-9/+9
* Added restart functionality to ec2.pyhyperized2016-05-041-4/+94
* Merge pull request #2421 from willthames/ec2_fix_vpc_security_tokenToshio Kuratomi2016-03-041-1/+1
|\
| * Use connect_to_aws where possibleWill Thames2015-11-061-1/+1
* | replaced sudo with becomeDaniel Petty2016-02-181-1/+1
* | Less engrishjjshoe2016-02-081-1/+1
* | Update ec2.pyMichael Baydoun2016-02-081-1/+1
* | Fixed typo in example playbooktechraf2016-01-191-1/+1
* | Merge pull request #2541 from joshuaeke/patch-1Brian Coca2015-12-051-2/+0
|\ \
| * | Update ec2.py remove state tagjoshuaeke2015-11-241-2/+0
* | | Example of single instance with ssd gp2 root volume creationArthur Clement2015-12-031-0/+16
|/ /
* | Minor simplification of codeToshio Kuratomi2015-11-231-2/+2
* | Merge pull request #2512 from erewh0n/ec2-require-all-groupsToshio Kuratomi2015-11-231-0/+3
|\ \
| * | Fail if any group name is not resolved to an ID.Keith Hassen2015-11-221-0/+3
| |/
* | corrected version_added, removed empty aliasBrian Coca2015-11-241-2/+1
* | Merge pull request #2211 from kai11/feature/spot_launch_groupBrian Coca2015-11-231-0/+13
|\ \ | |/ |/|
| * Added launch group support for ec2 moduleKai Webber2015-10-061-0/+13
* | Merge pull request #2326 from jibsheet/develBrian Coca2015-11-031-1/+1
|\ \
| * | Mark this as a string so it is rendered in the docsKevin Falcone2015-10-211-1/+1
* | | Merge pull request #2222 from pgilad/patch-1Brian Coca2015-11-021-0/+2
|\ \ \ | |/ / |/| |
| * | Add state=running on some ec2 examplesGilad Peleg2015-10-071-0/+2
| |/
* | Merge pull request #2214 from fperks/fix-ec2-error-on-instance-status-changeBrian Coca2015-10-121-0/+2
|\ \
| * | Fix error on ec2 status changefperks2015-10-071-0/+2
| |/
* | Add missing variable initializationsAbhijit Menon-Sen2015-10-111-0/+2
|/
* allow use of volume_type in volumes dictGerard Lynch2015-09-281-4/+15
* Merge pull request #2021 from h3biomed/enis_at_launchBrian Coca2015-09-081-5/+44
|\
| * Use general-purpose parameter mutual exclusion code for network_interfacesBret Martin2015-09-061-10/+6
| * Add alias `network_interface` and accept a string for a single ENIBret Martin2015-09-061-2/+11
| * Add network_interfaces exampleBret Martin2015-09-061-0/+7
| * Remove aliases specification from documentation since there are noneBret Martin2015-09-061-1/+0
| * Add network_interfaces parameter to ec2 module to support launch-time ENIsBret Martin2015-09-041-4/+32
* | Fixed typo for instance_tags documentationYanchek992015-09-081-1/+1
|/
* Merge pull request #1703 from haad/ec2_start_stop_by_tagBenno Joy2015-08-271-36/+62
|\