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
Abhijit Menon-Sen 55d51b3946 Fix spot instance creation by ignoring instance_initiated_shutdown_behavior (#4741)
Before this, all spot instance requests would fail because the code
_always_ called module.fail_json when the parameter was set (which it
always was, because the module parameter's default was set to 'stop').

As the comment said, this parameter doesn't make sense for spot
instances at all, so the error message was also misleading.
10 years ago
..
__init__.py
_ec2_ami_search.py Fix for #16518 - added missing regions 10 years ago
cloudformation.py Properly support tag updates on CloudFormation stack-update actions (#3638) 10 years ago
ec2.py Fix spot instance creation by ignoring instance_initiated_shutdown_behavior (#4741) 10 years ago
ec2_ami.py added missing colons to documentation (#3913) 10 years ago
ec2_ami_find.py
ec2_asg.py Fix #2526 (#2527) 10 years ago
ec2_eip.py Fixes #3144 (#4305) 10 years ago
ec2_elb.py
ec2_elb_lb.py Merge pull request #4275 from shaunbrady/ec2_elb_lb_respect_vpc 10 years ago
ec2_facts.py Fix for #16518 - added missing regions 10 years ago
ec2_group.py Fix for validate rule. Ensure rule is a dict. (#4640) 10 years ago
ec2_key.py
ec2_lc.py Improve documentation on security_groups-option 10 years ago
ec2_metric_alarm.py
ec2_scaling_policy.py
ec2_snapshot.py
ec2_tag.py
ec2_vol.py
ec2_vpc.py Getting rid of a None type error when no resource tags are defined. (#4638) 10 years ago
ec2_vpc_net.py Check mode fixes for ec2_vpc_net module (#2179) 10 years ago
elasticache.py
elasticache_subnet_group.py
iam.py Merge pull request #3863 from ryansb/iam-pass-module 10 years ago
iam_cert.py Enforce boolean type for dup_ok 10 years ago
iam_policy.py Remove spurious `changed` state on iam_policy module (#4381) 10 years ago
rds.py Add default port for aurora (#4102) 10 years ago
rds_param_group.py Add support for PostgreSQL 9.5 in rds_param_group (fix for #3846) 10 years ago
rds_subnet_group.py
route53.py Add an example to delete Route53 alias record set (#3834) 10 years ago
s3.py Add s3_url requirement in doc when rgw support is enabled in s3.py 10 years ago