Release Summary
This minor release of the community.aws collection includes new features and bugfixes. Notable changes include a new wait_complete parameter for the ecs_task module, a fix for tag handling on msk_cluster creation, improved result validation in route53_wait, a fix for wafv2_web_acl idempotency with rate-based statements, and support for float types in autoscaling_policy step scaling bounds.
Minor Changes
- ecs_task - Add
wait_completeparameter to wait for tasks to stop and return container exit codes afterrunorstartoperations (#2409). - msk_cluster - Fix tags on cluster creation (#2324).
- route53_wait - make
skippedandinvocationkeys optional in result validation to support modern Ansible loop structures (#2447).
Bugfixes
- autoscaling_policy - allow float type for
step_adjustmentslower_boundandupper_boundparameters (#2355) - wafv2_web_acl - Fixed idempotency issue where rules with rate_based_statement would always show as changed when evaluation_window_sec was not explicitly specified due to AWS returning the default value of 300 (#2427).