Skip to content

community.aws 2.4.0

Compare
Choose a tag to compare
@markuman markuman released this 30 Mar 17:41
· 590 commits to main since this release
573381c

Minor Changes

  • Added suport for retries (AWSRetry.jittered_backoff) for cloudfront_distribution (#296)

Bugfixes

  • Add backoff retry logic to elb_application_lb_info (#977)
  • ecs_taskdefinition - include launch_type comparison when comparing task definitions (#840)
  • elb_target_group_info - Add backoff retry logic (#1001)
  • iam_role - Removes unnecessary removal of permission boundary from a role when deleting a role. Unlike inline policies, permission boundaries do not need to be removed from an IAM role before deleting the IAM role. This behavior causes issues when a permission boundary is inherited that prevents removal of the permission boundary. (#961)
  • redshift_info - fix invalid import path for botocore exceptions (#968).
  • wafv2_web_acl - fix exception when a rule contains lists values (#962).