You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/cloud/amazon
Joel Thompson a39d11e8f5 Add exponential backoff retries to ec2_elb_lb (#3379)
ec2_elb_lb doesn't react well to AWS API throttling errors. This
implements an exponential backoff operation around some of the AWS API
calls (with random jitter, in line with AWS recommendations) to make
this more resilient.
9 years ago
..
__init__.py added __init__.py to new cloud subcategories so builds work again 10 years ago
_ec2_ami_search.py Remove duplicate documentation fields 9 years ago
cloudformation.py Merge pull request #2421 from willthames/ec2_fix_vpc_security_token 9 years ago
ec2.py Merge pull request #2421 from willthames/ec2_fix_vpc_security_token 9 years ago
ec2_ami.py Speed up AMI code by not attempting to create the AMI without checkin… (#2551) 9 years ago
ec2_ami_find.py Merge pull request #3077 from jjshoe/devel 9 years ago
ec2_asg.py Don't raise or catch StandardError in amazon modules 9 years ago
ec2_eip.py return allocation id for vpc address. 9 years ago
ec2_elb.py Don't raise or catch StandardError in amazon modules 9 years ago
ec2_elb_lb.py Add exponential backoff retries to ec2_elb_lb (#3379) 9 years ago
ec2_facts.py Added ap-northeast-2 region (#2849) 9 years ago
ec2_group.py Fix for issue #3109: Executing ec2_group with rules fails with "Invalid rule parameter '['" 9 years ago
ec2_key.py changed modules to use common ec2 docs for region 9 years ago
ec2_lc.py Updated ec2_lc docs 9 years ago
ec2_metric_alarm.py Don't raise or catch StandardError in amazon modules 9 years ago
ec2_scaling_policy.py Don't raise or catch StandardError in amazon modules 9 years ago
ec2_snapshot.py Fix to ensure youngest snapshot is retrieved rather than oldest (#3115) 9 years ago
ec2_tag.py Fixing issue #3057 - AttributeError: 'str' object has no attribute 'items' 9 years ago
ec2_vol.py Various simple linting type cleanups on modules 9 years ago
ec2_vpc.py fixed doc quoting 9 years ago
ec2_vpc_net.py Don't raise or catch StandardError in amazon modules 9 years ago
elasticache.py corrected required docs as only boolean is allowed 9 years ago
elasticache_subnet_group.py changed modules to use common ec2 docs for region 9 years ago
iam.py Merge pull request #2278 from wimnat/feature/iam_doc_fix 9 years ago
iam_cert.py Merge pull request #2421 from willthames/ec2_fix_vpc_security_token 9 years ago
iam_policy.py Fix and add more error handling for role policies 9 years ago
rds.py Fixes read replica create BC break (#3365) 9 years ago
rds_param_group.py Merge pull request #2421 from willthames/ec2_fix_vpc_security_token 9 years ago
rds_subnet_group.py Use connect_to_aws where possible 9 years ago
route53.py 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
s3.py fix typo in documentation 9 years ago