..
__init__.py
added __init__.py to new cloud subcategories so builds work again
2014-11-05 11:07:19 -05:00
cloudformation.py
update to use connect_to_region to avoid errors with china
2014-12-17 19:55:54 -05:00
ec2.py
Fix for py2.6 (no dict comprehensions on py2.6)
2015-03-11 19:07:55 -07:00
ec2_ami.py
now captures connection exceptions and returns in 'nicer' module failure
2015-02-20 09:28:11 -05:00
ec2_ami_search.py
Merge pull request #260 from willthames/aws_frankfurt
2014-12-22 08:47:27 -05:00
ec2_asg.py
Fix review comments from @bcoca in #745
2015-03-20 09:52:19 -07:00
ec2_eip.py
More EC2 doc tweaks
2014-12-01 15:14:57 -05:00
ec2_elb.py
Merge pull request #260 from willthames/aws_frankfurt
2014-12-22 08:47:27 -05:00
ec2_elb_lb.py
Merge branch 'route53-alias' of https://github.com/Coderah/ansible-modules-core into Coderah-route53-alias
2015-02-27 09:50:00 -06:00
ec2_facts.py
Merge pull request #260 from willthames/aws_frankfurt
2014-12-22 08:47:27 -05:00
ec2_group.py
Support specifying cidr_ip as a list
2015-07-29 19:11:43 +10:00
ec2_key.py
More EC2 doc tweaks
2014-12-01 15:14:57 -05:00
ec2_lc.py
Allow ec2_lc to create EC2-Classic Launch Configs
2015-01-06 09:30:44 -02:00
ec2_metric_alarm.py
check keys is in dim2 before evaluating
2015-01-29 16:36:35 -05:00
ec2_scaling_policy.py
Added better region handling and enabled eu-central-1
2014-11-22 11:35:46 +10:00
ec2_snapshot.py
Added the ability to remove snapshots
2014-12-02 11:18:53 +10:00
ec2_tag.py
Remove potentially out of date or specific product references.
2014-12-01 15:16:22 -05:00
ec2_vol.py
fix instance=None documentation
2015-02-18 13:32:50 -05:00
ec2_vpc.py
Sort subnets by the order they are specified in the play
2015-03-06 14:55:11 -08:00
elasticache.py
Potential fix for 640
2015-01-13 22:39:20 -08:00
rds.py
corrected version added for latest features
2015-01-28 12:55:05 -05:00
rds_param_group.py
More EC2 doc tweaks
2014-12-01 15:14:57 -05:00
rds_subnet_group.py
Fix slight typo in doco
2015-01-14 12:12:02 +11:00
route53.py
Fix KeyError in public zones in route53
2015-03-11 17:30:20 +02:00
s3.py
cloud/amazon/s3: update documentation
2015-03-13 21:08:30 +00:00