github ansible-collections/amazon.aws 3.2.0
amazon.aws 3.2.0

latest releases: 8.2.1, 8.2.0, 8.1.0...
13 months ago

Minor Changes

  • aws_secret - add pagination for bypath functionality (#591).
  • ec2_instance - Fix scope of deprecation warning to not show warning when state in absent (#719).
  • ec2_vpc_route_table - support associating internet gateways (#690).
  • module_utils.elbv2 - Add support for alb specific attributes and compare_elb_attributes method to support check_mode in module_utils.elbv2 (#696).
  • s3_bucket - Add support for enforced bucket owner object ownership (#694).

Bugfixes

  • aws_ec2 inventory - use the iam_role_arn configuration parameter to assume the role before trying to call DescribeRegions if the regions configuration is not set and AWS credentials provided without enough privilege to perform the DescribeRegions action. (#566).
  • ec2_vol - changing a volume from a type that does not support IOPS (like standard) to a type that does (like gp3) fails (#626).
  • ec2_vpc_igw - fix 'NoneType' object is not subscriptable error (#691).
  • ec2_vpc_igw - use paginator for describe internet gateways and add retry to fix NoneType object is not subscriptable error (#695).
  • ec2_vpc_net - In check mode, ensure the module does not change the configuration. Handle case when Amazon-provided ipv6 block is enabled, then disabled, then enabled again. Do not disable IPv6 CIDR association (using Amazon pool) if ipv6_cidr property is not present in the task. If the VPC already exists and ipv6_cidr property, retain the current config (#631).

Don't miss a new amazon.aws release

NewReleases is sending notifications on new releases.