.. |
__init__.py
|
added __init__.py to new cloud subcategories so builds work again
|
2016-12-08 11:22:25 -05:00 |
cloudformation.py
|
update to use connect_to_region to avoid errors with china
|
2016-12-08 11:22:34 -05:00 |
ec2.py
|
Allow vpc_subnet_id to remain unspecified (see bc0c169)
|
2016-12-08 11:22:47 -05:00 |
ec2_ami.py
|
now captures connection exceptions and returns in 'nicer' module failure
|
2016-12-08 11:22:44 -05:00 |
ec2_ami_search.py
|
Added better region handling and enabled eu-central-1
|
2016-12-08 11:22:33 -05:00 |
ec2_asg.py
|
vpc_zone_identifier must be a csv string when an asg is updated.
|
2016-12-08 11:22:37 -05:00 |
ec2_eip.py
|
More EC2 doc tweaks
|
2016-12-08 11:22:29 -05:00 |
ec2_elb.py
|
Added better region handling and enabled eu-central-1
|
2016-12-08 11:22:33 -05:00 |
ec2_elb_lb.py
|
add hosted_zone information to ec2_elb_lb return
|
2016-12-08 11:22:44 -05:00 |
ec2_facts.py
|
Added better region handling and enabled eu-central-1
|
2016-12-08 11:22:33 -05:00 |
ec2_group.py
|
Fixes issue 697 -- only purge the grants that need to be purged
|
2016-12-08 11:22:44 -05:00 |
ec2_key.py
|
More EC2 doc tweaks
|
2016-12-08 11:22:29 -05:00 |
ec2_lc.py
|
Allow ec2_lc to create EC2-Classic Launch Configs
|
2016-12-08 11:22:36 -05:00 |
ec2_metric_alarm.py
|
check keys is in dim2 before evaluating
|
2016-12-08 11:22:47 -05:00 |
ec2_scaling_policy.py
|
Added better region handling and enabled eu-central-1
|
2016-12-08 11:22:33 -05:00 |
ec2_snapshot.py
|
Added the ability to remove snapshots
|
2016-12-08 11:22:29 -05:00 |
ec2_tag.py
|
Remove potentially out of date or specific product references.
|
2016-12-08 11:22:29 -05:00 |
ec2_vol.py
|
fix instance=None documentation
|
2016-12-08 11:22:43 -05:00 |
ec2_vpc.py
|
Sort subnets by the order they are specified in the play
|
2016-12-08 11:22:47 -05:00 |
elasticache.py
|
Potential fix for 640
|
2016-12-08 11:22:38 -05:00 |
rds.py
|
corrected version added for latest features
|
2016-12-08 11:22:40 -05:00 |
rds_param_group.py
|
More EC2 doc tweaks
|
2016-12-08 11:22:29 -05:00 |
rds_subnet_group.py
|
Fix slight typo in doco
|
2016-12-08 11:22:37 -05:00 |
route53.py
|
Compare DNS names case insensitively.
|
2016-12-08 11:22:45 -05:00 |
s3.py
|
Moving the import to the top of the file and getting rid of the redundancy
|
2016-12-08 11:22:46 -05:00 |