Release Summary
This release includes bug fixes for the cloudformation, ec2_security_group, lambda, rds_cluster, and ec2_vpc_net modules as well as one for the ec2 module_util.
Bugfixes
- cloudformation - Fix bug where termination protection is not updated when create_changeset=true is used for stack updates (#2391).
- ec2_security_group - Fix the diff mode issue when creating a security group containing a rule with a managed prefix list (#2373).
- ec2_vpc_net - handle ipv6_cidr
false
and no Ipv6CidrBlockAssociationSet in vpc (#2374). - lambda - Remove non UTF-8 data (contents of Lambda ZIP file) from the module output to avoid Ansible error (#2386).
- module_utils/ec2 - catch error code
InvalidElasticIpID.NotFound
on functioncreate_nat_gateway()
, sometimes theallocate_address
API calls will return the ID for a new elastic IP resource before it can be consistently referenced (#1872). - rds_cluster - Fix issue occurring when updating RDS cluster domain (#2390).