Minor Changes
- ec2 module_utils - Update
ec2_connect
(boto2) behaviour so thatec2_url
overridesregion
. - module_utils.core - Support passing arbitrary extra keys to fail_json_aws, matching capabilities of fail_json.
Deprecated Features
- All AWS Modules -
aws_access_key
,aws_secret_key
andsecurity_token
will be made mutually exclusive withprofile
after 2022-06-01.
Bugfixes
- ec2 module_utils - Ensure boto3 verify parameter isn't overridden by setting a profile (#129)
- s3_bucket - Ceph compatibility: treat error code NoSuchTagSetError used by Ceph synonymously to NoSuchTagSet used by AWS