Skip to content

community.aws 1.3.0

Compare
Choose a tag to compare
@github-actions github-actions released this 10 Aug 18:37
· 1164 commits to main since this release
f544697

Minor Changes

  • ec2_vpc_igw - Add AWSRetry decorators to improve reliability (#318).
  • ec2_vpc_igw - Add purge_tags parameter so that tags can be added without purging existing tags to match the collection standard tagging behaviour (#318).
  • ec2_vpc_igw_info - Add AWSRetry decorators to improve reliability (#318).
  • ec2_vpc_igw_info - Add convert_tags parameter so that tags can be returned in standard dict format rather than the both list of dict format (#318).
  • rds_instance - set no_log=False on force_update_password to clear warning (#241).
  • redshift - add support for setting tags.
  • s3_lifecycle - Add support for intelligent tiering and deep archive storage classes (#270)

Deprecated Features

  • ec2_vpc_igw_info - After 2022-06-22 the convert_tags parameter default value will change from False to True to match the collection standard behavior (#318).

Bugfixes

  • aws_kms_info - fixed incompatibility with external and custom key-store keys. The module was attempting to call GetKeyRotationStatus, which raises UnsupportedOperationException for these key types (#311).
  • ec2_win_password - on success return state as not changed (#145)
  • ec2_win_password - return failed if unable to decode the password (#142)
  • ecs_service - fix element type for load_balancers parameter (#265).
  • ecs_taskdefinition - fixes elements type for containers parameter (#264).
  • iam_policy - Added jittered_backoff to handle AWS rate limiting (#324).
  • iam_policy_info - Added jittered_backoff to handle AWS rate limiting (#324).
  • kinesis_stream - fixes issue where kinesis streams with > 100 shards get stuck in an infinite loop (#93)
  • s3_sync - fix chunk_size calculation (#272)

New Modules

  • s3_metrics_configuration - Manage s3 bucket metrics configuration in AWS