Skip to content

community.aws 1.2.0

Compare
Choose a tag to compare
@github-actions github-actions released this 10 Aug 18:38
· 1208 commits to main since this release
315f546

Minor Changes

  • Add retries for aws_api_gateway when AWS throws TooManyRequestsException
  • Migrate the remaning boto3 based modules to the module based helpers for creating AWS connections.

Bugfixes

  • aws_codecommit - fixes issue where module execution would fail if an existing repository has empty description (#195)
  • aws_kms_info - fixes issue where module execution fails because certain AWS KMS keys (e.g. aws/acm) do not permit the calling the API kms:GetKeyRotationStatus (example - https://forums.aws.amazon.com/thread.jspa?threadID=312992) (#199)
  • ec2_instance - Fix a bug where tags were updated in check_mode.
  • ec2_instance - fixes issue where security groups were not changed if the instance already existed. #22
  • iam - Fix false positive warning regarding use of no_log on update_password