.. |
__init__.py
|
…
|
|
_ec2_ami_search.py
|
deprecated ec2_ami_search
|
2016-12-08 11:22:54 -05:00 |
cloudformation.py
|
Handle the case where a stack rollback fails.
|
2016-12-08 11:22:58 -05:00 |
ec2.py
|
Use get_aws_connection_info to get AWS creds.
|
2016-12-08 11:22:58 -05:00 |
ec2_ami.py
|
minor doc fixes, set version added for new tags: parameter should Fix #10894
|
2016-12-08 11:22:56 -05:00 |
ec2_ami_find.py
|
Several cleanups to many modules:
|
2016-12-08 11:22:58 -05:00 |
ec2_asg.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_eip.py
|
Use existing ec2_eip address if already associated
|
2016-12-08 11:22:57 -05:00 |
ec2_elb.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_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
|
ec2_group: prioritise current VPC group names over others
|
2016-12-08 11:22:59 -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
|
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_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
|
fixes issue 122, where the module recreates the route table in each run
|
2016-12-08 11:22:58 -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 |
rds.py
|
Added postgresql-license type
|
2016-12-08 11:22:59 -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
|
Fix typo in rds_subnet_group.py
|
2016-12-08 11:22:53 -05:00 |
route53.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 |
s3.py
|
avoid exception when boto is not available
|
2016-12-08 11:22:56 -05:00 |