summaryrefslogtreecommitdiff
path: root/lib/ansible/module_utils/ec2.py
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #14356 from mludvig/session_tokenJames Cammarata2016-06-221-0/+2
|\
| * Add support for AWS_SESSION_TOKEN environment variable.Michael Ludvig2016-02-081-0/+2
* | fix error message (#16264)ben-taylor-nzme2016-06-141-1/+1
* | Handle case of both Key and key (#15468)Rob2016-05-161-1/+4
* | Port module_utils/ec2.py to python 3 syntax (#15879)Michael Scherer2016-05-161-2/+2
* | Add shared functionality to return list of security group IDs from list of na...Rob2016-04-261-0/+67
* | fixed boto.ec2 importBrian Coca2016-04-181-0/+1
* | made paging marker configurable as boto differsBrian Coca2016-04-151-3/+6
* | Merge pull request #15059 from willthames/remove_boto_ec2_requirementToshio Kuratomi2016-04-131-10/+2
|\ \
| * | Remove need for unnecessary boto.ec2 importWill Thames2016-03-211-10/+2
* | | ZiploaderToshio Kuratomi2016-04-051-0/+7
* | | Handle lists during dict recursionRob White2016-03-301-2/+19
* | | Some helper functions to work with boto3Rob White2016-03-281-0/+92
* | | Add function to convert CamelCased key names to snake_namesRob White2016-03-261-0/+21
|/ /
* | paging for amazon modulesBrian Coca2016-03-091-0/+25
* | Fixup boto3_conn as commit https://github.com/ansible/ansible/commit/6ea77293...Etherdaemon2016-02-241-2/+0
|/
* Explicitly set validate_certs=False as the boto default is TrueToshio Kuratomi2016-01-291-3/+2
* simpler conditionalBrian Coca2016-01-251-3/+3
* Boto3 error handle fixJonathan Davila2016-01-251-1/+3
* Merge remote-tracking branch 'upstream/devel' into ec2_util_boto3Jonathan Davila2016-01-251-10/+22
|\
| * boto is expecting that we pass it unicode strings.Toshio Kuratomi2015-12-011-0/+4
| * raise AnsibleAWSError instead of StandardError.Toshio Kuratomi2015-11-301-5/+9
| * Fixes #13010 by updating boto3 methods to update boto3_conn to check for prof...Etherdaemon2015-11-101-5/+9
* | Patch to remove dependency on boto when only using boto3Jonathan Davila2015-11-161-4/+9
|/
* Use AWS_DEFAULT_REGION env var if none specifiedShayne Clausson2015-10-091-0/+2
* fixed case in which boto3 is present but module is not using it yetBrian Coca2015-09-211-2/+2
* made boto3 non mandatoryBrian Coca2015-09-181-3/+9
* change ec2 util to create only requested objectsMark Chance2015-07-311-3/+5
* Merge pull request #11591 from defionscode/boto3Brian Coca2015-07-231-12/+37
|\
| * Connection function for boto3Jonathan Davila2015-07-151-12/+37
* | Remove check of hardcoded AWS region list.Ralph Bean2015-04-151-16/+2
* | Add support for AWS Security Token Service (temporary credentials) to all AWS...Mick Bass2014-12-251-13/+15
* | Merge pull request #9419 from willthames/aws_frankfurtBrian Coca2014-12-221-2/+8
|\ \ | |/ |/|
| * Handle case where boto needs an upgrade to recognise a new regionWill Thames2014-11-011-2/+7
| * Add Frankfurt AWS regionWill Thames2014-10-251-0/+1
* | Support new AWS regions: cn-north-1, eu-central-1.Ding Deng2014-11-081-0/+2
|/
* Remove unreachable code.Jakub Roztocil2014-09-231-1/+0
* Add GovCloud region to list of regions for AWSJames Cammarata2014-08-211-8/+11
* Merge branch 'ec2_security_token' of https://github.com/willthames/ansible in...James Cammarata2014-03-111-30/+83
|\
| * Work to allow security tokens and profiles to work with AnsibleWill Thames2014-03-061-30/+83
* | Validate SSL certs accessed through urllib*James Cammarata2014-03-101-0/+28
|/
* Minor tweak to region config in boto configuration fileJames Cammarata2014-02-261-1/+3
* Merge branch 'ec2_boto_config_region' of https://github.com/willthames/ansibl...James Cammarata2014-02-261-0/+3
|\
| * Pick up default EC2 region from boto.configWill Thames2014-02-071-0/+3
* | Merge branch 'ec2-params' of https://github.com/scottanderson42/ansible into ...James Cammarata2014-02-261-8/+17
|\ \
| * | Change standard AWS access and secret key parameter names to aws_access_key a...Scott Anderson2014-02-081-7/+16
| |/
* | Small fix for ec2 validate_certs optionChris Hoffman2014-02-131-1/+1
* | Adding 'validate_certs' option to EC2 modulesJames Cammarata2014-02-131-2/+16
|/
* Create a common EC2 connection argument spec for EC2 modulesWill Thames2014-02-061-0/+9
* Move more responsibility to common EC2 modulewillthames2013-12-171-0/+34