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

14 days ago

Release Summary

This release brings several bugfixes, minor changes, a new rds_instance_param_group_info module, and some deprecations for the autoscaling_group module.

Minor Changes

  • autoscaling_group - adds group_name as an alias for the name parameter (#2396).
  • autoscaling_group_info - adds group_name as an alias for the name parameter (#2396).
  • autoscaling_instance_refresh - adds group_name as an alias for the name parameter (#2396).
  • autoscaling_instance_refresh_info - adds group_name as an alias for the name parameter (#2396).
  • ec2_instance - Fix the issue when trying to run instances using launch template in an AWS environment where no default subnet is defined(#2321).
  • ec2_metadata_facts - add ansible_ec2_instance_tags to return values (#2398).
  • ec2_transit_gateway - handle empty description while deleting transit gateway (ansible-collections/community.aws#2086).

Deprecated Features

  • autoscaling_group - the decrement_desired_capacity parameter has been deprecated and will be removed in release 14.0.0 of this collection. Management of instances attached an autoscaling group can be performed using the amazon.aws.autoscaling_instance module (#2396).
  • autoscaling_group - the replace_batch_size, lc_check and lt_check parameters have been deprecated and will be removed in release 14.0.0 of this collection. Rolling replacement of instances in an autoscaling group can be performed using the amazon.aws.autoscaling_instance_refresh module (#2396).
  • autoscaling_group - the functionality provided through the detach_instances parameter has been deprecated and will be removed in release 14.0.0 of this collection. Management of instances attached an autoscaling group can be performed using the amazon.aws.autoscaling_instance module (#2396).
  • autoscaling_group - the functionality provided through the replace_all_instances parameter has been deprecated and will be removed in release 14.0.0 of this collection. Rolling replacement of instances in an autoscaling group can be performed using the amazon.aws.autoscaling_instance_refresh module (#2396).
  • autoscaling_group - the functionality provided through the replace_instances parameter has been deprecated and will be removed in release 14.0.0 of this collection. Management of instances attached an autoscaling group can be performed using the amazon.aws.autoscaling_instance module (#2396).

Bugfixes

  • elbv2 - Fix load balancer listener comparison when DefaultActions contain any action other than forward (#2377).

New Modules

  • rds_instance_param_group_info - Describes the RDS parameter group.

Don't miss a new amazon.aws release

NewReleases is sending notifications on new releases.