Commit Graph

653 Commits (5409ed1b28e2b4a3df40ad9aa5d28e69eb7cde29)

Author SHA1 Message Date
Michael Moussa ff414b79f2 Fixes read replica create BC break (#3365) 9 years ago
William Holroyd 4837b04668 Added ap-northeast-2 region (#2849) 9 years ago
Rob 68c8669200 Fix to ensure youngest snapshot is retrieved rather than oldest (#3115) 9 years ago
jjshoe 52823bdb5b Speed up AMI code by not attempting to create the AMI without checkin… (#2551)
* Speed up AMI code by not attempting to create the AMI without checking on the name first. Also simplifies code for reporting errors from AMI creation, greatly.

* remove sys.exit
9 years ago
Marcin 2e20e548f8 Check if identifier is specified for geo,weighted or failover routing. Don't fail if record set already exist. Set choices for failover - capital PRIMARY and SECONDARY. (#2470) 9 years ago
Kalle Lehtonen 5aa652c6fd Fix and add more error handling for role policies
In case role policy was deleted, we did not handle at all if there

was authorization issue to do the deletion. Also add message when

role is not found and the policy is skipped.
9 years ago
Brian Coca 2ddeb5cdec fixed doc quoting 9 years ago
Brian Coca 20e4ad0eef corrected required docs as only boolean is allowed
these complex values were not displayed and would always show the fields as requried
9 years ago
René Moser bd2924b8ff Merge pull request #3133 from alachaum/fix-elasticache-idempotency
Fix aws elasticache idempotency
9 years ago
Jonathan Davila 8b13f2a693 Merge pull request #2278 from wimnat/feature/iam_doc_fix
IAM doc fix
9 years ago
René Moser fa8cb762ed Merge pull request #3161 from somechris/fix-boto-version-requirement
Guard against too old boto library
9 years ago
René Moser 7e879eca32 Merge pull request #2968 from ashwanthkumar/exponential-backoff-in-route53
add retry with exponential backoff on route53
9 years ago
Brian Coca cf03730fa2 added version added 9 years ago
Brian Coca 73586f7ddb Merge pull request #3124 from nbrownus/elb_proxy_protocol
ELB Proxy Protocol support for backends
9 years ago
Brian Coca 62310c8954 Merge pull request #3077 from jjshoe/devel
Allow us to sort by all available datatypes
9 years ago
René Moser faf2bea527 Merge pull request #3261 from fabfuel/bugfix-ec2-elb-stickiness-without-expiration
Fixes #2039 Convert None to 0 when checking ELB cookie expiration
9 years ago
Ted Timmons a87171e280 fix typo in documentation
let's -> lets
9 years ago
René Moser 37d978fa1c Merge pull request #3117 from beamly/fix-ec2-group
Fixes #3109: Executing ec2_group with rules fails with "Inval…
9 years ago
Taras Lipatov 5299279b0b Fixed typo json_fail to fail_json 9 years ago
Fabian Fülling a34dae58cf Fixes #2039 Convert None to 0 when checking if ELB cookie expiration has changed 9 years ago
Jonathan Davila 9c286f35be Clarified IAM module doc 9 years ago
Brian Coca 6a48f2207a corrected typo on aws connection arguments var 9 years ago
Toshio Kuratomi 1c4da434c7 Merge pull request #2421 from willthames/ec2_fix_vpc_security_token
Use connect_to_aws where possible
9 years ago
Brian Coca 79564c5aa7 Merge pull request #3054 from atplanet/route53-soa-record-type
Bugfix: Permit SOA record type
9 years ago
Brian Coca 55932201a9 Merge pull request #2931 from ryannealmes/ec2-vpc-subnet-fix
ec2_vpc creating/updating incorrect subnets
9 years ago
Constantin07 86a4026f48 Treat 'is_public' option as a bool 9 years ago
Christian Aistleitner ffeff8053b Guard against too old boto library
route53 creates Record objects using `health check` and `failover`
parameters. Those parameters only became available in boto 2.28.0.
As some prominent LTS Linux releases (e.g.: Ubuntu 14.04) only ship
older boto versions (e.g.: 2.20.1 for Ubuntu 14.04), users are getting
unhelpful error messages like

  TypeError: __init__() got an unexpected keyword argument 'health_check'

when running Ansible 2 against their LTS install's default boto.
We improve upon this error message by checking the boto version
beforehand.

Fixes ansible/ansible#13646
9 years ago
Brian Coca e50a674190 Merge pull request #2977 from scottbrown/bugfix-missing-interpolation-var
BUGFIX: Fixing missing interpolation variable
9 years ago
Toshio Kuratomi 876b91eb3d Merge pull request #3113 from Constantin07/update_cloudformation
cloudformation.py - Added explicit type for 'tags' option
9 years ago
Arnaud Lachaume b2c4731bd3 fix aws elasticache idempotency 9 years ago
Brian Coca edf3aa336f Merge pull request #3129 from defionscode/lc_doc
Updated ec2_lc docs
9 years ago
Jonathan Davila 51d2f49ae0 Updated ec2_lc docs 9 years ago
Nate Brown 72da61ba83 ELB Proxy Protocol support for backends 9 years ago
Neil Saunders 6aa0cd4457 Fix for issue #3109: Executing ec2_group with rules fails with "Invalid rule parameter '['" 9 years ago
Constantin07 bc94e691e8 Added explicit type for 'tags' option 9 years ago
Toshio Kuratomi e9454fa44f Merge pull request #2352 from bermudezjd/feature/iam_policy_present_state_includes_policy_changes
Feature/iam policy present state includes policy changes
9 years ago
James Cammarata 4bc2a189ba Merge pull request #3058 from Constantin07/update_ec2_tag1
ec2_tag.py - Fixing issue #3057 - AttributeError: 'str' object has no attribute 'i…
9 years ago
Joel 147b724f5d Allow us to sort by all available datatypes 9 years ago
Daniel Petty e256ae0683 replaced sudo with become 9 years ago
Constantin07 9e42b2a684 Fixing issue #3057 - AttributeError: 'str' object has no attribute 'items' 9 years ago
Tom Bamford 5749454723 Bugfix: Permit SOA record type 9 years ago
Matt Martz c7845456a6 Various simple linting type cleanups on modules 9 years ago
jjshoe b0cbae51b5 Less engrish 9 years ago
Michael Baydoun 98c16a4f1f Update ec2.py
Documentation is not clear that tag used in count_tags must be an existing instance_tag
9 years ago
James Cammarata e2f8ed1609 Merge pull request #2735 from noqcks/no-default-sec-groups
Elasticache Module: changing default cache_security_group to none
9 years ago
Scott Brown 2f329f832e Fixing missing interpolation variable 9 years ago
Ashwanth Kumar 3150c094b5 Doing exponential backoff on route53 upon AWS throttling 9 years ago
Toshio Kuratomi 29b81a4153 Merge pull request #2826 from shawnsilva/cloudformation-req-params
The parameters 'template' and 'template_url' are incorrectly required in all cases in the cloudformation module
9 years ago
Ryan-Neal Mes c30bca6808 Indented code so it only executes tag comparison for matching cird values 9 years ago
Toshio Kuratomi 93d02189f6 Remove duplicate documentation fields 9 years ago