ansible/cloud/amazon
Ryan Sydnor a56fe04683 Use boto normalized location for bucket creation
If a bucket is being created in us-east-1, the module passed
'us-east-1' to boto's s3.create_bucket method rather than
Location.DEFAULT (an empty string). This caused boto to generate
invalid XML which AWS was unable to interpret.
2015-11-20 13:55:46 -05:00
..
__init__.py moved cloudtrail to amazon subdir 2015-03-26 01:15:34 -04:00
cloudtrail.py minor doc fixes 2015-07-17 01:19:21 -04:00
dynamodb_table.py updated to use shared region docs from ec2 2015-10-07 23:20:27 -04:00
ec2_ami_copy.py updated to use shared region docs from ec2 2015-10-07 23:20:27 -04:00
ec2_elb_facts.py updated to use shared region docs from ec2 2015-10-07 23:20:27 -04:00
ec2_eni.py updated to use shared region docs from ec2 2015-10-07 23:20:27 -04:00
ec2_eni_facts.py Use filters attribute rather than eni id so facts can be filtered on much more. Matches the new ec2_vpc_route_table_facts and ec2_vpc_subnet_facts modules 2015-10-13 17:54:16 +11:00
ec2_remote_facts.py Prevent ec2_remote_facts from failing when listing a terminated instance 2015-11-03 01:03:31 +00:00
ec2_vpc_igw.py updated to use shared region docs from ec2 2015-10-07 23:20:27 -04:00
ec2_vpc_route_table.py Fix docs for ec2_vpc_route_table 2015-10-28 12:15:24 +01:00
ec2_vpc_route_table_facts.py updated to use shared region docs from ec2 2015-10-07 23:20:27 -04:00
ec2_vpc_subnet.py updated to use shared region docs from ec2 2015-10-07 23:20:27 -04:00
ec2_vpc_subnet_facts.py updated to use shared region docs from ec2 2015-10-07 23:20:27 -04:00
ec2_win_password.py updated to use shared region docs from ec2 2015-10-07 23:20:27 -04:00
ecs_cluster.py updated to use shared region docs from ec2 2015-10-07 23:20:27 -04:00
ecs_task.py updated to use shared region docs from ec2 2015-10-07 23:20:27 -04:00
ecs_taskdefinition.py updated to use shared region docs from ec2 2015-10-07 23:20:27 -04:00
GUIDELINES.md Add GUIDELINES for AWS module development 2015-06-19 12:40:56 +10:00
route53_facts.py Documentation fixes 2015-11-11 12:38:51 -08:00
route53_health_check.py updated to use shared region docs from ec2 2015-10-07 23:20:27 -04:00
route53_zone.py updated to use shared region docs from ec2 2015-10-07 23:20:27 -04:00
s3_bucket.py Use boto normalized location for bucket creation 2015-11-20 13:55:46 -05:00
s3_lifecycle.py updated to use shared region docs from ec2 2015-10-07 23:20:27 -04:00
s3_logging.py updated to use shared region docs from ec2 2015-10-07 23:20:27 -04:00
sns_topic.py Documentation fixes 2015-11-11 12:38:51 -08:00
sqs_queue.py updated to use shared region docs from ec2 2015-10-07 23:20:27 -04:00
sts_assume_role.py Convert from dos line endings to unix because dos line endings break our documentation build. 2015-10-14 08:42:25 -07:00