.. |
__init__.py
|
|
|
_ec2_ami_search.py
|
Update module "imports" to new style
|
2016-12-08 11:23:00 -05:00 |
cloudformation.py
|
Add support for SNS notification ARNs in CloudFormation
|
2016-12-08 11:23:06 -05:00 |
ec2.py
|
Do instance update after add tags to instance.
|
2016-12-08 11:23:01 -05:00 |
ec2_ami.py
|
Add "block_device_mapping" parameter on EC2_AMI Amazon module (DOCUMENTATION) - upgraded
|
2016-12-08 11:23:06 -05:00 |
ec2_ami_find.py
|
fixes example documenation
|
2016-12-08 11:23:00 -05:00 |
ec2_asg.py
|
Streamlined rolling udpate algorithm. Still need to account for partials, and not waiting for instances if we're mass terminating them.
|
2016-12-08 11:23:04 -05:00 |
ec2_eip.py
|
Use existing ec2_eip address if already associated
|
2016-12-08 11:22:57 -05:00 |
ec2_elb.py
|
Instance deregistration should try all associated ELBs. Fixes #869
|
2016-12-08 11:23:04 -05:00 |
ec2_elb_lb.py
|
adding stickiness support to ec2_elb_lb.py
|
2016-12-08 11:22:58 -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
|
fix for 11177 where module readds rule even if the rules exists
|
2016-12-08 11:23:05 -05:00 |
ec2_key.py
|
issue #994: use HAS_BOTO to determine if import was successful: - removed import of sys module. - HAS_BOTO constant to check if import was successful. - trigger a failure when import fails. - removed unnecessary imports.
|
2016-12-08 11:22:53 -05:00 |
ec2_lc.py
|
Added volumes dict to ec2_lc example
|
2016-12-08 11:23:05 -05:00 |
ec2_metric_alarm.py
|
removed unused and undefined aws_regions
|
2016-12-08 11:22:56 -05:00 |
ec2_scaling_policy.py
|
removed redundant region def
|
2016-12-08 11:22:56 -05:00 |
ec2_snapshot.py
|
issue #994: use HAS_BOTO to determine if import was successful: - removed import of sys module. - HAS_BOTO constant to check if import was successful. - trigger a failure when import fails. - removed unnecessary imports.
|
2016-12-08 11:22:53 -05:00 |
ec2_tag.py
|
issue #994: use HAS_BOTO to determine if import was successful: - removed import of sys module. - HAS_BOTO constant to check if import was successful. - trigger a failure when import fails. - removed unnecessary imports.
|
2016-12-08 11:22:53 -05:00 |
ec2_vol.py
|
Find or Create volume by name
|
2016-12-08 11:22:58 -05:00 |
ec2_vpc.py
|
made non exec
|
2016-12-08 11:23:04 -05:00 |
elasticache.py
|
issue #994: use HAS_BOTO to determine if import was successful: - removed import of sys module. - HAS_BOTO constant to check if import was successful. - trigger a failure when import fails. - removed unnecessary imports.
|
2016-12-08 11:22:53 -05:00 |
elasticache_subnet_group.py
|
Elasticache Subnet Group
|
2016-12-08 11:23:04 -05:00 |
iam.py
|
Fixed bug in example where updating a user to a group Fixed bug in create_group and update_group whereby paramaters were not being set correctly.
|
2016-12-08 11:23:05 -05:00 |
iam_policy.py
|
author fix
|
2016-12-08 11:23:04 -05:00 |
rds.py
|
Fix for issue #1332 - when instance is has finished deleting and get_db_instance returns None, exit gracefully
|
2016-12-08 11:23:01 -05:00 |
rds_param_group.py
|
Fix Issue #1216 (ValueError with Amazon RDS)
|
2016-12-08 11:22:57 -05:00 |
rds_subnet_group.py
|
Added changed=True flag when new subnet groups created. Added conditional so that modify_db_subnet_group is only called when necessary and changed=True flag will be set.
|
2016-12-08 11:23:04 -05:00 |
route53.py
|
Fix issue #1156
|
2016-12-08 11:23:03 -05:00 |
s3.py
|
Prevent memory-error from a large file
|
2016-12-08 11:23:06 -05:00 |