You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ec2_vpc_route_table - add support for IPv6 in creating route tables (#601).
s3_bucket - Add validate_bucket_name option, to control bucket name validation (#615).
Deprecated Features
ec2_instance - The default value for `instance_type` has been deprecated, in the future release you must set an instance_type or a launch_template (#587).
Bugfixes
Various modules and plugins - use vendored version of distutils.version instead of the deprecated Python standard library distutils (#599).
aws_acm - No longer raising ResourceNotFound exception while retrieving ACM certificates.
aws_s3 - fix exception raised when using module to copy from source to destination and key is missing from source (#602).
ec2_instance - Add a condition to handle default `instance_type` value for fix breaking on instance creation with launch template (#587).
ec2_key - add support for ED25519 key type (#572).
ec2_vol - Sets the Iops value in req_obj even if the iops value has not changed, to allow modifying volume types that require passing an iops value to boto. (#606)
elb_classic_lb - handle security_group_ids when providing security_group_names and fix broken tasks in integration test (#592).
s3_bucket - Enable the management of bucket-level ACLs (#573).