Release Summary
The amazon.aws 4.4.0 release includes a number of security and minor bug fixes.
Minor Changes
- ec2_instance - refacter
tower_callback
code to handle parameter validation as part of the argument specification (#1199). - ec2_instance - the
tower_callback
parameter has been renamed toaap_callback
,tower_callback
remains as an alias. This change should have no observable effect for users outside the module documentation (#1199).
Security Fixes
- ec2_instance - fixes leak of password into logs when using
tower_callback.windows=True
andtower_callback.set_password
(#1199).