amazon.aws 9.1.0
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_nameas an alias for thenameparameter (#2396). - autoscaling_group_info - adds
group_nameas an alias for thenameparameter (#2396). - autoscaling_instance_refresh - adds
group_nameas an alias for thenameparameter (#2396). - autoscaling_instance_refresh_info - adds
group_nameas an alias for thenameparameter (#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_tagsto 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_capacityparameter 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 theamazon.aws.autoscaling_instancemodule (#2396). - autoscaling_group - the
replace_batch_size,lc_checkandlt_checkparameters 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 theamazon.aws.autoscaling_instance_refreshmodule (#2396). - autoscaling_group - the functionality provided through the
detach_instancesparameter 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 theamazon.aws.autoscaling_instancemodule (#2396). - autoscaling_group - the functionality provided through the
replace_all_instancesparameter 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 theamazon.aws.autoscaling_instance_refreshmodule (#2396). - autoscaling_group - the functionality provided through the
replace_instancesparameter 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 theamazon.aws.autoscaling_instancemodule (#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.