Skip to content

community.aws 7.1.0

Compare
Choose a tag to compare
@github-actions github-actions released this 10 Jan 10:08
· 49 commits to main since this release
7.1.0
cfb9ee6

Release Summary

This release includes new features for the cloudfront_distribution and mq_broker modules, as well as a bugfix for the aws_ssm connection plugin needed when connecting to hosts with Bash 5.1.0 and later.

Minor Changes

  • aws_ssm - Updated the documentation to explicitly state that an S3 bucket is required, the behavior of the files in that bucket, and requirements around that. (#1775).
  • cloudfront_distribution - added support for cache_policy_id and origin_request_policy_id for behaviors (#1589)
  • mq_broker - add support to wait for broker state via wait and wait_timeout parameter values (#1879).

Bugfixes

  • aws_ssm - disable enable-bracketed-paste to fix issue with amazon linux 2023 and other OSes (#1756)