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
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.
10 years ago
..
GUIDELINES.md Add GUIDELINES for AWS module development 11 years ago
__init__.py moved cloudtrail to amazon subdir 11 years ago
cloudtrail.py minor doc fixes 11 years ago
dynamodb_table.py updated to use shared region docs from ec2 10 years ago
ec2_ami_copy.py updated to use shared region docs from ec2 10 years ago
ec2_elb_facts.py updated to use shared region docs from ec2 10 years ago
ec2_eni.py updated to use shared region docs from ec2 10 years ago
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 10 years ago
ec2_remote_facts.py Prevent ec2_remote_facts from failing when listing a terminated instance 10 years ago
ec2_vpc_igw.py updated to use shared region docs from ec2 10 years ago
ec2_vpc_route_table.py Fix docs for ec2_vpc_route_table 10 years ago
ec2_vpc_route_table_facts.py updated to use shared region docs from ec2 10 years ago
ec2_vpc_subnet.py updated to use shared region docs from ec2 10 years ago
ec2_vpc_subnet_facts.py updated to use shared region docs from ec2 10 years ago
ec2_win_password.py updated to use shared region docs from ec2 10 years ago
ecs_cluster.py updated to use shared region docs from ec2 10 years ago
ecs_task.py updated to use shared region docs from ec2 10 years ago
ecs_taskdefinition.py updated to use shared region docs from ec2 10 years ago
route53_facts.py Documentation fixes 10 years ago
route53_health_check.py updated to use shared region docs from ec2 10 years ago
route53_zone.py updated to use shared region docs from ec2 10 years ago
s3_bucket.py Use boto normalized location for bucket creation 10 years ago
s3_lifecycle.py updated to use shared region docs from ec2 10 years ago
s3_logging.py updated to use shared region docs from ec2 10 years ago
sns_topic.py Documentation fixes 10 years ago
sqs_queue.py updated to use shared region docs from ec2 10 years ago
sts_assume_role.py Convert from dos line endings to unix because dos line endings break our documentation build. 10 years ago