ansible/cloud/amazon
Rob 3360cef024 Update ec2_vol.py
Changed=true now reported on new volume.
Only detach volume when instance is specified as 'None' or '' rather than whenever instance is not specified at all
Fix regression caused by 6b27cdc where by no volume is created if id or Name is not supplied
Remove unnecessary empty aliases
Corrected example to use acceptable parameter for ions
Added exception handling to get_all_instances call
Moved the attachment state validation code to attach_volume function rather than create_volume function
Refactored attach_volume and detach_volume so that changed state can be passed back to call
Created get_volume_info function so that state=present and state=list can return the same data.  Also added instance_id as a returned value in attachment_set dict
Updated aws connection method so that boto profile can be used
2015-10-15 01:20:23 +00:00
..
__init__.py added __init__.py to new cloud subcategories so builds work again 2014-11-05 11:07:19 -05:00
_ec2_ami_search.py Remove unneeded urllib2 import 2015-07-31 20:58:04 -07:00
cloudformation.py Merge pull request #725 from robbwagoner/cloudformation-resources 2015-10-07 21:35:39 -04:00
ec2.py Merge pull request #2214 from fperks/fix-ec2-error-on-instance-status-change 2015-10-12 18:38:10 -04:00
ec2_ami.py changed modules to use common ec2 docs for region 2015-10-07 16:16:24 -04:00
ec2_ami_find.py minor doc fixes 2015-07-28 14:50:01 -04:00
ec2_asg.py Update ec2_asg.py 2015-10-09 14:35:26 +02:00
ec2_eip.py changed modules to use common ec2 docs for region 2015-10-07 16:16:24 -04:00
ec2_elb.py changed modules to use common ec2 docs for region 2015-10-07 16:16:24 -04:00
ec2_elb_lb.py changed modules to use common ec2 docs for region 2015-10-07 16:16:24 -04:00
ec2_facts.py minor doc fixes 2015-07-28 14:50:01 -04:00
ec2_group.py changed modules to use common ec2 docs for region 2015-10-07 16:16:24 -04:00
ec2_key.py changed modules to use common ec2 docs for region 2015-10-07 16:16:24 -04:00
ec2_lc.py changed modules to use common ec2 docs for region 2015-10-07 16:16:24 -04:00
ec2_metric_alarm.py Merge pull request #2216 from wimnat/feature/revert-1906 2015-10-08 11:03:21 -04:00
ec2_scaling_policy.py changed modules to use common ec2 docs for region 2015-10-07 16:16:24 -04:00
ec2_snapshot.py changed modules to use common ec2 docs for region 2015-10-07 16:16:24 -04:00
ec2_tag.py changed modules to use common ec2 docs for region 2015-10-07 16:16:24 -04:00
ec2_vol.py Update ec2_vol.py 2015-10-15 01:20:23 +00:00
ec2_vpc.py changed modules to use common ec2 docs for region 2015-10-07 16:16:24 -04:00
ec2_vpc_net.py changed modules to use common ec2 docs for region 2015-10-07 16:16:24 -04:00
elasticache.py changed modules to use common ec2 docs for region 2015-10-07 16:16:24 -04:00
elasticache_subnet_group.py changed modules to use common ec2 docs for region 2015-10-07 16:16:24 -04:00
iam.py changed modules to use common ec2 docs for region 2015-10-07 16:16:24 -04:00
iam_cert.py Merge pull request #2169 from stelligent/devel 2015-10-07 21:26:14 -04:00
iam_policy.py Merge pull request #2086 from wimnat/feature/issue-2085 2015-10-07 21:34:00 -04:00
rds.py Fix for modifying the size of an RDS instance. 2015-09-22 10:46:20 -04:00
rds_param_group.py changed modules to use common ec2 docs for region 2015-10-07 16:16:24 -04:00
rds_subnet_group.py changed modules to use common ec2 docs for region 2015-10-07 16:16:24 -04:00
route53.py minor doc fixes 2015-07-28 14:50:01 -04:00
s3.py Update s3.py 2015-09-14 15:57:48 +02:00