Minor Changes
- ec2_instance - remove unnecessary raise when exiting with a failure (#460).
Bugfixes
- ec2_vol - Fixes
changed
status whenmodify_volume
is used, but no new disk is being attached. The module incorrectly reported that no change had occurred even when disks had been modified (iops, throughput, type, etc.). (#482). - ec2_vol - fix iops setting and enforce iops/throughput parameters usage (#334)