community.aws 2.2.0
Release Summary
This is a backport release of the community.aws
collection.
Minor Changes
- aws_msk_config - remove duplicated and unspecific requirements (#863).
- aws_ssm connection plugin - add parameters to explicitly specify SSE mode and KMS key id for uploads on the file transfer bucket. (#763)
- ecs_taskdefinition - remove duplicated and unspecific requirements (#863).
- iam_user - add boto3 waiter for iam user creation (#822).
- iam_user - add password management support bringing parity with
iam
module (#822). - s3_lifecycle - Add
abort_incomplete_multipart_upload_days
andexpire_object_delete_marker
parameters (#794).
Bugfixes
- aws_eks - Fix EKS cluster creation with short names (#818).
New Modules
- ec2_asg_scheduled_action - Create, modify and delete ASG scheduled scaling actions.