community.aws Release Notes
+community.aws Release Notes
-v7.2.0
+v8.0.0
Release Summary
-This release includes a new module dynamodb_table_info
, new features for the glue_job
and msk_cluster
modules, and a bugfix for the aws_ssm
connection plugin.
Release Summary
+This major release brings several new features, bug fixes, and deprecated features. It also includes the removal of several modules that have been migrated to the amazon.aws
collection. We have also removed support for ansible-core<2.15
.
Minor Changes
+Minor Changes
+-
+
api_gateway - use fstrings where appropriate (https://github.com/ansible-collections/amazon.aws/pull/1962).
+api_gateway_info - use fstrings where appropriate (https://github.com/ansible-collections/amazon.aws/pull/1962).
+community.aws collection - apply isort code formatting to ensure consistent formatting of code (https://github.com/ansible-collections/community.aws/pull/1962)
+ecs_taskdefinition - Add parameter
runtime_platform
(https://github.com/ansible-collections/community.aws/issues/1891).
+eks_nodegroup - ensure wait also waits for deletion to complete when
wait==True
(https://github.com/ansible-collections/community.aws/pull/1994).
+elb_network_lb - add support for Application-Layer Protocol Negotiation (ALPN) policy
AlpnPolicy
for TLS listeners (https://github.com/ansible-collections/community.aws/issues/1566).
+elb_network_lb - add the possibly to update
SslPolicy
andCertificates
for TLS listeners ().
+
Breaking Changes / Porting Guide
+-
+
The community.aws collection has dropped support for
botocore<1.29.0
andboto3<1.26.0
. Most modules will continue to work with older versions of the AWS SDK, however compatability with older versions of the SDK is not guaranteed and will not be tested. When using older versions of the SDK a warning will be emitted by Ansible (https://github.com/ansible-collections/amazon.aws/pull/1763).
+aws_region_info - The module has been migrated from the
community.aws
collection. Playbooks using the Fully Qualified Collection Name for this module should be updated to useamazon.aws.aws_region_info
.
+aws_s3_bucket_info - The module has been migrated from the
community.aws
collection. Playbooks using the Fully Qualified Collection Name for this module should be updated to useamazon.aws.aws_s3_bucket_info
.
+community.aws collection - Support for ansible-core < 2.15 has been dropped (https://github.com/ansible-collections/community.aws/pull/2074).
+community.aws collection - due to the AWS SDKs announcing the end of support for Python less than 3.7 (https://aws.amazon.com/blogs/developer/python-support-policy-updates-for-aws-sdks-and-tools/) support for Python less than 3.7 by this collection wss been deprecated in release 6.0.0 and removed in release 7.0.0. (https://github.com/ansible-collections/amazon.aws/pull/1763).
+iam_access_key - The module has been migrated from the
community.aws
collection. Playbooks using the Fully Qualified Collection Name for this module should be updated to useamazon.aws.iam_access_key
.
+iam_access_key_info - The module has been migrated from the
community.aws
collection. Playbooks using the Fully Qualified Collection Name for this module should be updated to useamazon.aws.iam_access_key_info
.
+iam_group - The module has been migrated from the
community.aws
collection. Playbooks using the Fully Qualified Collection Name for this module should be updated to useamazon.aws.iam_group
(https://github.com/ansible-collections/community.aws/pull/1945).
+iam_managed_policy - The module has been migrated from the
community.aws
collection. Playbooks using the Fully Qualified Collection Name for this module should be updated to useamazon.aws.iam_managed_policy
(https://github.com/ansible-collections/community.aws/pull/1954).
+iam_mfa_device_info - The module has been migrated from the
community.aws
collection. Playbooks using the Fully Qualified Collection Name for this module should be updated to useamazon.aws.iam_mfa_device_info
(https://github.com/ansible-collections/community.aws/pull/1953).
+iam_password_policy - The module has been migrated from the
community.aws
collection. Playbooks using the Fully Qualified Collection Name for this module should be updated to useamazon.aws.iam_password_policy
.
+iam_role - The module has been migrated from the
community.aws
collection. Playbooks using the Fully Qualified Collection Name for this module should be updated to useamazon.aws.iam_role
(https://github.com/ansible-collections/community.aws/pull/1948).
+iam_role_info - The module has been migrated from the
community.aws
collection. Playbooks using the Fully Qualified Collection Name for this module should be updated to useamazon.aws.iam_role_info
(https://github.com/ansible-collections/community.aws/pull/1948).
+s3_bucket_info - The module has been migrated from the
community.aws
collection. Playbooks using the Fully Qualified Collection Name for this module should be updated to useamazon.aws.s3_bucket_info
.
+sts_assume_role - The module has been migrated from the
community.aws
collection. Playbooks using the Fully Qualified Collection Name for this module should be updated to useamazon.aws.sts_assume_role
.
+
Deprecated Features
+-
+
aws_glue_connection - updated the deprecation for removal of the
connection_parameters
return key fromafter 2024-06-01
to release version9.0.0
, it is being replaced by theraw_connection_parameters
key (https://github.com/ansible-collections/community.aws/pull/518).
+ecs_cluster - updated the deprecation for updated default of
purge_capacity_providers
, the current default ofFalse
will be changed toTrue
in release9.0.0
. To maintain the current behaviour explicitly setpurge_capacity_providers=False
(https://github.com/ansible-collections/community.aws/pull/1640).
+ecs_service - updated the deprecation for updated default of
purge_placement_constraints
, the current default ofFalse
will be changed toTrue
in release9.0.0
. To maintain the current behaviour explicitly setpurge_placement_constraints=False
(https://github.com/ansible-collections/community.aws/pull/1716).
+ecs_service - updated the deprecation for updated default of
purge_placement_strategy
, the current default ofFalse
will be changed toTrue
in release9.0.0
. To maintain the current behaviour explicitly setpurge_placement_strategy=False
(https://github.com/ansible-collections/community.aws/pull/1716).
+
Bugfixes
+-
+
mq_broker - ensure broker is created with
tags
when passed (https://github.com/ansible-collections/community.aws/issues/1832).
+opensearch - Don’t try to read a non existing key from the domain config (https://github.com/ansible-collections/community.aws/pull/1910).
+
v7.2.0
+Release Summary
+This release includes a new module dynamodb_table_info
, new features for the glue_job
and msk_cluster
modules, and a bugfix for the aws_ssm
connection plugin.
Minor Changes
glue_job - add support for 2 new instance types which are G.4X and G.8X (https://github.com/ansible-collections/community.aws/pull/2048).
msk_cluster - Support for additional
m5
andm7g
types of MSK clusters (https://github.com/ansible-collections/community.aws/pull/1947).
Bugfixes
+Bugfixes
ssm(connection) - fix bucket region logic when region is
us-east-1
(https://github.com/ansible-collections/community.aws/pull/1908).
New Modules
+New Modules
dynamodb_table_info - Returns information about a Dynamo DB table
v7.1.0
-Release Summary
+v7.1.0
+Release Summary
This release includes new features for the cloudfront_distribution
and mq_broker
modules, as well as a bugfix for the aws_ssm
connection plugin needed when connecting to hosts with Bash 5.1.0 and later.
Minor Changes
+Minor Changes
aws_ssm - Updated the documentation to explicitly state that an S3 bucket is required, the behavior of the files in that bucket, and requirements around that. (https://github.com/ansible-collections/community.aws/issues/1775).
cloudfront_distribution - added support for
cache_policy_id
andorigin_request_policy_id
for behaviors (https://github.com/ansible-collections/community.aws/pull/1589)mq_broker - add support to wait for broker state via
wait
andwait_timeout
parameter values (https://github.com/ansible-collections/community.aws/pull/1879).
Bugfixes
+Bugfixes
aws_ssm - disable
enable-bracketed-paste
to fix issue with amazon linux 2023 and other OSes (https://github.com/ansible-collections/community.aws/issues/1756)
v7.0.0
-Release Summary
+v7.0.0
+Release Summary
This release includes some new features, bugfixes and breaking changes. Several modules have been migrated to amazon.aws and the Fully Qualified Collection Name for these modules needs to be updated. The community.aws collection has dropped support for botocore<1.29.0
and boto3<1.26.0
. Due to the AWS SDKs announcing the end of support for Python less than 3.7 (https://aws.amazon.com/blogs/developer/python-support-policy-updates-for-aws-sdks-and-tools/), support for Python less than 3.7 by this collection was deprecated in release 6.0.0 and removed in release 7.0.0. (https://github.com/ansible-collections/amazon.aws/pull/1763).
Minor Changes
+Minor Changes
api_gateway - use fstrings where appropriate (https://github.com/ansible-collections/amazon.aws/pull/1962).
api_gateway_info - use fstrings where appropriate (https://github.com/ansible-collections/amazon.aws/pull/1962).
@@ -538,8 +602,8 @@
Minor Changeseks_nodegroup - ensure wait also waits for deletion to complete when wait==True
(https://github.com/ansible-collections/community.aws/pull/1994).
wait==True
(https://github.com/ansible-collections/community.aws/pull/1994).Breaking Changes / Porting Guide
+Breaking Changes / Porting Guide
The community.aws collection has dropped support for
botocore<1.29.0
andboto3<1.26.0
. Most modules will continue to work with older versions of the AWS SDK, however compatability with older versions of the SDK is not guaranteed and will not be tested. When using older versions of the SDK a warning will be emitted by Ansible (https://github.com/ansible-collections/amazon.aws/pull/1763).aws_region_info - The module has been migrated from the
community.aws
collection. Playbooks using the Fully Qualified Collection Name for this module should be updated to useamazon.aws.aws_region_info
.
@@ -557,8 +621,8 @@ sts_assume_role - The module has been migrated from the
community.aws
collection. Playbooks using the Fully Qualified Collection Name for this module should be updated to useamazon.aws.sts_assume_role
.
Breaking Changes /
Bugfixes
+Bugfixes
mq_broker - ensure broker is created with
tags
when passed (https://github.com/ansible-collections/community.aws/issues/1832).opensearch - Don’t try to read a non existing key from the domain config (https://github.com/ansible-collections/community.aws/pull/1910).
@@ -566,33 +630,33 @@
Bugfixes
v6.2.0
-Release Summary
+v6.2.0
+Release Summary
This release includes some new features for the community.aws.ec2_vpc_vpn
and community.aws.api_gateway
modules.
Minor Changes
+Minor Changes
api_gateway - add support for parameters
name
,lookup
,tags
andpurge_tags
(https://github.com/ansible-collections/community.aws/pull/1845).ec2_vpc_vpn - add support for connecting VPNs to a transit gateway (https://github.com/ansible-collections/community.aws/pull/1877).
Bugfixes
+Bugfixes
Remove
apigateway
andapigateway_deployment
from meta/runtime.yml (https://github.com/ansible-collections/community.aws/pull/1905).
v6.1.0
-Release Summary
+v6.1.0
+Release Summary
This release brings a new inventory plugin, some new features, and several bugfixes.
Minor Changes
+Minor Changes
dynamodb_table - added waiter when updating indexes to avoid concurrency issues (https://github.com/ansible-collections/community.aws/pull/1866).
dynamodb_table - increased default timeout based on time to update indexes in CI (https://github.com/ansible-collections/community.aws/pull/1866).
@@ -601,8 +665,8 @@
Minor Changessns_topic - refactored ARN validation handling (https://github.com/ansible-collections/community.aws/pull/1848).
Bugfixes
+Bugfixes
batch_compute_environment - fixed incorrect handling of Gov Cloud ARNs in
compute_environment_name
parameter (https://github.com/ansible-collections/community.aws/issues/1846).cloudfront_distribution - The origins recognises the s3 domains with region part now (https://github.com/ansible-collections/community.aws/issues/1819).
@@ -617,9 +681,9 @@
Bugfixes
New Plugins
+New Plugins
Inventory
+Inventory
aws_mq - MQ broker inventory source
Inventory
v6.0.0
-Release Summary
+v6.0.0
+Release Summary
This release brings some new plugins and features. Several bugfixes, breaking changes and deprecated features are also included.
The community.aws collection has dropped support for botocore<1.25.0
and boto3<1.22.0
.
Support for Python 3.6 has also been dropped.
Minor Changes
+Minor Changes
The
black
code formatter has been run across the collection to improve code consistency (https://github.com/ansible-collections/community.aws/pull/1784).aws_config_delivery_channel - add support for encrypted objects in S3 via KMS key (https://github.com/ansible-collections/community.aws/pull/1786).
@@ -653,30 +717,30 @@
Minor Changeswafv2_rule_group_info - remove unused and deprecated state
parameter (https://github.com/ansible-collections/community.aws/pull/1555).
state
parameter (https://github.com/ansible-collections/community.aws/pull/1555).Breaking Changes / Porting Guide
+Breaking Changes / Porting Guide
The community.aws collection has dropped support for
botocore<1.25.0
andboto3<1.22.0
. Most modules will continue to work with older versions of the AWS SDK, however compatability with older versions of the SDK is not guaranteed and will not be tested. When using older versions of the SDK a warning will be emitted by Ansible (https://github.com/ansible-collections/community.aws/pull/1743).aws_ssm - the AWS SSM plugin was incorrectly prepending
sudo
to most commands. This behaviour was incorrect and has been removed. To execute commands as a specific user, including theroot
user, thebecome
andbecome_user
directives should be used. See the Ansible documentation for more information (https://github.com/ansible-collections/community.aws/issues/853).codebuild_project -
tags
parameter now accepts a dict representing the tags, rather than the boto3 format (https://github.com/ansible-collections/community.aws/pull/1643).
Deprecated Features
+Deprecated Features
community.aws collection - due to the AWS SDKs Python support policies (https://aws.amazon.com/blogs/developer/python-support-policy-updates-for-aws-sdks-and-tools/) support for Python less than 3.8 by this collection is expected to be removed in a release after 2024-12-01 (https://github.com/ansible-collections/community.aws/pull/1743).
community.aws collection - due to the AWS SDKs announcing the end of support for Python less than 3.7 (https://aws.amazon.com/blogs/developer/python-support-policy-updates-for-aws-sdks-and-tools/) support for Python less than 3.7 by this collection has been deprecated and will be removed in release 7.0.0. (https://github.com/ansible-collections/community.aws/pull/1743).
Bugfixes
+Bugfixes
opensearch_info - Fix the name of the domain_name key in the example (https://github.com/ansible-collections/community.aws/pull/1811).
ses_identity - fix clearing notification topic (https://github.com/ansible-collections/community.aws/issues/150).
New Modules
+New Modules
ec2_carrier_gateway - Manage an AWS VPC Carrier gateway
ec2_carrier_gateway_info - Gather information about carrier gateways in AWS
@@ -691,13 +755,13 @@
New Modules
v5.5.1
-Release Summary
+v5.5.1
+Release Summary
This release brings several bugfixes.
Bugfixes
+Bugfixes
cloudfront_distribution - no longer crashes when waiting for completion of creation (https://github.com/ansible-collections/community.aws/issues/255).
cloudfront_distribution - now honours the
enabled
setting (https://github.com/ansible-collections/community.aws/issues/1823).
@@ -705,20 +769,20 @@
Bugfixes
v5.5.0
-Release Summary
+v5.5.0
+Release Summary
This release contains a number of bugfixes for various modules, as well as new features for the ec2_launch_template
and msk_cluster
modules. This is the last planned minor release prior to the release of version 6.0.0.
Minor Changes
+Minor Changes
ec2_launch_template - Add parameter
version_description
(https://github.com/ansible-collections/community.aws/pull/1763).msk_cluster - add option for SASL/IAM authentication and add support to disable unauthenticated clients (https://github.com/ansible-collections/community.aws/issues/1761).
Bugfixes
+Bugfixes
cloudformation_stack_set - add a waiter to ensure that update operation complete before adding stack instances (https://github.com/ansible-collections/community.aws/issues/1608).
eks_nodegroup - fix handling of
remote_access
option (https://github.com/ansible-collections/community.aws/issues/1771).
@@ -731,13 +795,13 @@
Bugfixes
v5.4.0
-Release Summary
+v5.4.0
+Release Summary
This minor release brings minor new features to the sns
and ecs_service
modules.
Minor Changes
+Minor Changes
ecs_service - added new parameter
enable_execute_command
(https://github.com/ansible-collections/community.aws/pull/488).ecs_service - handle SDK errors more cleanly on update failures (https://github.com/ansible-collections/community.aws/pull/488).
@@ -746,13 +810,13 @@
Minor Changes
v5.3.0
-Release Summary
+v5.3.0
+Release Summary
This release brings some minor changes, bugfixes and deprecations.
Minor Changes
+Minor Changes
aws_ssm - added support for specifying the endpoint to use when connecting to the S3 API (https://github.com/ansible-collections/community.aws/pull/1619).
aws_ssm - remove unused imports (https://github.com/ansible-collections/community.aws/pull/1707).
@@ -774,8 +838,8 @@
Minor Changesssm_parameter - add support for tags in ssm parameters (https://github.com/ansible-collections/community.aws/issues/1573).
Deprecated Features
+Deprecated Features
ecs_service - In a release after 2024-06-01, tha default value of
purge_placement_constraints
will be change fromfalse
totrue
(https://github.com/ansible-collections/community.aws/pull/1716).ecs_service - In a release after 2024-06-01, tha default value of
purge_placement_strategy
will be change fromfalse
totrue
(https://github.com/ansible-collections/community.aws/pull/1716).
@@ -784,33 +848,33 @@ iam_role_info - In a release after 2023-12-01 the contents of
assume_role_policy_document
will no longer be converted from CamelCase to snake_case. Theassume_role_policy_document_raw
return value already returns the policy document in this future format (https://github.com/ansible-collections/community.aws/issues/551).
Deprecated Features
Bugfixes
+Bugfixes
aws_ssm - fix copying empty file with older curl versions (https://github.com/ansible-collections/community.aws/issues/1686).
eks_cluster - adding tags to eks cluster creation (https://github.com/ansible-collections/community.aws/pull/1591).
sns_topic - avoid fetching attributes from subscribers when not setting them, this can cause permissions issues (https://github.com/ansible-collections/community.aws/pull/1418).
New Modules
+New Modules
eks_nodegroup - Manage EKS Nodegroup module
v5.2.0
-Release Summary
+v5.2.0
+Release Summary
A minor release containing bugfixes for the aws_ssm
connection
plugin and the ecs_service
, s3_lifecycle
and ssm_parameter
modules.
As well as improvements to the ecs_cluster
, ec2_ecr
,
ecs_service
, iam_role
and ssm_parameter
plugins.
Minor Changes
+Minor Changes
aws_ssm - add
ansible_aws_ssm_s3_addressing_style
to allow setting the S3 addressing style (https://github.com/ansible-collections/community.aws/pull/1633).aws_ssm - add support for custom SSM documents (https://github.com/ansible-collections/community.aws/pull/876).
@@ -827,8 +891,8 @@
Minor Changesssm_parameter - fix typo in examples paramater
(https://github.com/ansible-collections/community.aws/issues/1642).
paramater
(https://github.com/ansible-collections/community.aws/issues/1642).Bugfixes
+Bugfixes
aws_ssm - fix
invalid literal for int
error on some operating systems (https://github.com/ansible-collections/community.aws/issues/113).aws_ssm - fixes bug with presigned S3 URLs in post-2019 AWS regions (https://github.com/ansible-collections/community.aws/issues/1616).
@@ -839,22 +903,22 @@
Bugfixes
v5.1.0
-Release Summary
+v5.1.0
+Release Summary
This is the minor release of the community.aws
collection.
This changelog contains all changes to the modules and plugins in this collection
that have been made after the previous release.
Minor Changes
+Minor Changes
elasticache_parameter_group - add
redis6.x
group family on the module input choices (https://github.com/ansible-collections/community.aws/pull/1476).elb_target_group - add support for
protocol_version
parameter (https://github.com/ansible-collections/community.aws/pull/1496).
Bugfixes
+Bugfixes
aws_ssm - fixes S3 bucket region detection by ensuring boto client has correct credentials and exists in correct partition (https://github.com/ansible-collections/community.aws/pull/1428).
ec2_snapshot_copy - including tags caused the erorr
Tag specification resource type must have a value
. Fix sets the ResourceType to snapshot to resolve this issue (https://github.com/ansible-collections/community.aws/pull/1419).
@@ -864,9 +928,9 @@
Bugfixes
v5.0.0
-Release Summary
+v5.0.0
+Release Summary
In this release many community modules have been promoted to Red Hat supported status. Those modules have been moved from the commuity.aws to amazon.aws collection.
@@ -874,8 +938,8 @@Release Summary
Support for ansible-core<2.11
has also been dropped.
This release also brings some new features, bugfixes, breaking changes and deprecated features.
Minor Changes
+Minor Changes
acm_certificate - Move to jittered backoff (https://github.com/ansible-collections/amazon.aws/pull/946).
acm_certificate_info - Move to jittered backoff (https://github.com/ansible-collections/amazon.aws/pull/946).
@@ -953,8 +1017,8 @@
Minor Changeswaf_web_acl - Move to jittered backoff (https://github.com/ansible-collections/amazon.aws/pull/946).
Breaking Changes / Porting Guide
+Breaking Changes / Porting Guide
acm_certificate - the previously deprecated default value of
purge_tags=False
has been updated topurge_tags=True
(https://github.com/ansible-collections/community.aws/pull/1343).autoscaling_group - The module has been migrated from the
community.aws
collection. Playbooks using the Fully Qualified Collection Name for this module should be updated to useamazon.aws.autoscaling_group
.
@@ -1011,14 +1075,14 @@ sqs_queue - the previously deprecated default value of
purge_tags=False
has been updated topurge_tags=True
(https://github.com/ansible-collections/community.aws/pull/1343).
Breaking Changes /
Deprecated Features
+Deprecated Features
community.aws collection - due to the AWS SDKs announcing the end of support for Python less than 3.7 (https://aws.amazon.com/blogs/developer/python-support-policy-updates-for-aws-sdks-and-tools/) support for Python less than 3.7 by this collection has been deprecated and will be removed in a release after 2023-05-31 (https://github.com/ansible-collections/community.aws/pull/1361).
Bugfixes
+Bugfixes
ec2_placement_group - Handle a potential race creation during the creation of a new Placement Group (https://github.com/ansible-collections/community.aws/pull/1477).
elb_network_lb - fixes bug where
ip_address_type
in return value was not updated (https://github.com/ansible-collections/community.aws/pull/1365).
@@ -1026,41 +1090,41 @@
Bugfixess3_sync - fix etag generation when running in FIPS mode (https://github.com/ansible-collections/community.aws/issues/757).
New Modules
+New Modules
accessanalyzer_validate_policy_info - Performs validation of IAM policies
v4.5.1
-Release Summary
+v4.5.1
+Release Summary
This release contains a minor bugfix for the sns_topic
module as well as corrections to the documentation for various modules. This is the last planned release of the 4.x series.
Bugfixes
+Bugfixes
sns_topic - avoid fetching attributes from subscribers when not setting them, this can cause permissions issues (https://github.com/ansible-collections/community.aws/pull/1418).
v4.5.0
-Release Summary
+v4.5.0
+Release Summary
This is the minor release of the community.aws
collection.
Minor Changes
+Minor Changes
ecs_service - support load balancer update for existing ecs services(https://github.com/ansible-collections/community.aws/pull/1625).
iam_role - Drop deprecation warning, because the standard value for purge parametes is
true
(https://github.com/ansible-collections/community.aws/pull/1636).
Bugfixes
+Bugfixes
aws_ssm - fix
invalid literal for int
error on some operating systems (https://github.com/ansible-collections/community.aws/issues/113).ecs_service - respect
placement_constraints
for existing ecs services (https://github.com/ansible-collections/community.aws/pull/1601).
@@ -1070,21 +1134,21 @@
Bugfixes
v4.4.0
-Release Summary
+v4.4.0
+Release Summary
This is the minor release of the community.aws
collection.
This changelog contains all changes to the modules and plugins in this collection
that have been made after the previous release.
Minor Changes
+Minor Changes
elasticache_parameter_group - add
redis6.x
group family on the module input choices (https://github.com/ansible-collections/community.aws/pull/1476).
Bugfixes
+Bugfixes
aws_ssm - fixes S3 bucket region detection by ensuring boto client has correct credentials and exists in correct partition (https://github.com/ansible-collections/community.aws/pull/1428).
ecs_ecr - fix a
RepositoryNotFound
exception when trying to create repositories in check mode (https://github.com/ansible-collections/community.aws/pull/1550).
@@ -1093,14 +1157,14 @@
Bugfixes
v4.3.0
-Release Summary
+v4.3.0
+Release Summary
The community.aws 4.3.0 release includes a number of minor bug fixes and improvements. Following the release of amazon.aws 5.0.0, backports to the 4.x series will be limited to security issues and bugfixes.
Minor Changes
+Minor Changes
autoscaling_group_info - minor sanity test fixes (https://github.com/ansible-collections/community.aws/pull/1410).
cloudfront_distribution - minor sanity test fixes (https://github.com/ansible-collections/community.aws/pull/1410).
@@ -1112,8 +1176,8 @@
Minor Changess3_bucket_info - minor sanity test fixes (https://github.com/ansible-collections/community.aws/pull/1410).
Bugfixes
+Bugfixes
ec2_placement_group - Handle a potential race creation during the creation of a new Placement Group (https://github.com/ansible-collections/community.aws/pull/1477).
rds_cluster - fixes bug where specifiying an rds cluster parameter group raises a
KeyError
(https://github.com/ansible-collections/community.aws/pull/1417).
@@ -1121,27 +1185,27 @@
Bugfixes
v4.2.0
-Bugfixes
+v4.2.0
+Bugfixes
s3_lifecycle - fix bug when deleting rules with an empty prefix (https://github.com/ansible-collections/community.aws/pull/1398).
v4.1.1
-Bugfixes
+v4.1.1
+Bugfixes
ecs_service - fixes KeyError for
deployment_controller
parameter (https://github.com/ansible-collections/community.aws/pull/1393).
v4.1.0
-Minor Changes
+v4.1.0
+Minor Changes
aws_glue_connection - added new
raw_connection_parameters
return key which doesn’t snake case the connection parameters (https://github.com/ansible-collections/community.aws/pull/518).aws_ssm_parameter_store - added support for check_mode (https://github.com/ansible-collections/community.aws/pull/1309).
@@ -1171,8 +1235,8 @@
Minor Changessns_topic - Added attributes
parameter to subscriptions
items with support for RawMessageDelievery (SQS)
attributes
parameter to subscriptions
items with support for RawMessageDelievery (SQS)Deprecated Features
+Deprecated Features
aws_glue_connection - the
connection_parameters
return key has been deprecated and will be removed in a release after 2024-06-01, it is being replaced by theraw_connection_parameters
key (https://github.com/ansible-collections/community.aws/pull/518).community.aws collection - due to the AWS SDKs announcing the end of support for Python less than 3.7 (https://aws.amazon.com/blogs/developer/python-support-policy-updates-for-aws-sdks-and-tools/) support for Python less than 3.7 by this collection has been deprecated and will be removed in a release after 2023-05-31 (https://github.com/ansible-collections/community.aws/pull/1361).
@@ -1181,8 +1245,8 @@ route53_info - The CamelCase return values for
DelegationSets
,CheckerIpRanges
, andHealthCheck
have been deprecated, in the future release you must use snake_case return valuesdelegation_sets
,checker_ip_ranges
, andhealth_check
instead respectively (https://github.com/ansible-collections/community.aws/pull/1322).
Deprecated Features
Bugfixes
+Bugfixes
aws_api_gateway_domain - added the
aws_api_gateway_domain
module to the aws module_defaults group (https://github.com/ansible-collections/community.aws/pull/1283).aws_config_aggregator - Fix
KeyError
when updating existing aggregator (https://github.com/ansible-collections/community.aws/pull/645).
@@ -1197,8 +1261,8 @@
Bugfixessns_topic - fix bug which prevented the module being used in GovCloud (https://github.com/ansible-collections/community.aws/issues/836).
New Modules
+New Modules
autoscaling_complete_lifecycle_action - Completes the lifecycle action of an instance
aws_glue_crawler - Manage an AWS Glue crawler
@@ -1207,15 +1271,15 @@
New Modules
v4.0.0
+v4.0.0
Major Changes
+Major Changes
community.aws collection - The amazon.aws collection has dropped support for
botocore<1.20.0
andboto3<1.17.0
. Most modules will continue to work with older versions of the AWS SDK, however compatibility with older versions of the SDK is not guaranteed and will not be tested. When using older versions of the SDK a warning will be emitted by Ansible (https://github.com/ansible-collections/community.aws/pull/956).
Minor Changes
+Minor Changes
aws_acm -
resource_tags
has been added as an alias for thetags
parameter (https://github.com/ansible-collections/community.aws/pull/1185).aws_glue_job -
resource_tags
has been added as an alias for thetags
parameter (https://github.com/ansible-collections/community.aws/pull/1182).
@@ -1317,8 +1381,8 @@
Minor Changeswafv2_web_acl_info - added support for returning tags (https://github.com/ansible-collections/community.aws/pull/1218).
Breaking Changes / Porting Guide
+Breaking Changes / Porting Guide
Tags beginning with
aws:
will not be removed when purging tags, these tags are reserved by Amazon and may not be updated or deleted (https://github.com/ansible-collections/amazon.aws/issues/817).aws_secret - tags are no longer removed when the
tags
parameter is not set. To remove all tags settags={}
(https://github.com/ansible-collections/community.aws/issues/1146).
@@ -1331,8 +1395,8 @@ script_inventory_ec2 - The ec2.py inventory script has been moved to a new repository. The script can now be downloaded from https://github.com/ansible-community/contrib-scripts/blob/main/inventory/ec2.py and has been removed from this collection. We recommend migrating from the script to the amazon.aws.ec2 inventory plugin. (https://github.com/ansible-collections/community.aws/pull/898)
Breaking Changes /
Deprecated Features
+Deprecated Features
aws_acm - the current default value of
False
forpurge_tags
has been deprecated and will be updated in release 5.0.0 toTrue
.aws_kms - the current default value of
False
forpurge_tags
has been deprecated and will be updated in release 5.0.0 toTrue
.
@@ -1345,7 +1409,7 @@
Deprecated Features
Removed Features (previously deprecated)
+Removed Features (previously deprecated)
aws_kms_info - the unused and deprecated
keys_attr
parameter has been removed (https://github.com/ansible-collections/amazon.aws/pull/1172).data_pipeline - the
version
option has always been ignored and has been removed (https://github.com/ansible-collections/community.aws/pull/1160
@@ -1358,8 +1422,8 @@ s3_sync - remove unused
retries
parameter (https://github.com/ansible-collections/community.aws/pull/1166).
Removed Features (p
Bugfixes
+Bugfixes
aws_ssm connection plugin - fix linting errors in documentation data (https://github.com/ansible-collections/community.aws/pull/965).
aws_ssm_parameter_store - fix exception when description was set without value (https://github.com/ansible-collections/community.aws/pull/1241).
@@ -1388,8 +1452,8 @@
Bugfixeswafv2_rule_group - fix bug where updating just the description did not update the changed state (https://github.com/ansible-collections/community.aws/pull/1210).
New Modules
+New Modules
ec2_transit_gateway_vpc_attachment - Create and delete AWS Transit Gateway VPC attachments
ec2_transit_gateway_vpc_attachment_info - describes AWS Transit Gateway VPC attachments
@@ -1407,13 +1471,13 @@
New Modules
v3.6.0
-Release Summary
+v3.6.0
+Release Summary
Following the release of community.aws 5.0.0, 3.6.0 is a bugfix release and the final planned release for the 3.x series.
Minor Changes
+Minor Changes
autoscaling_group_info - minor sanity test fixes (https://github.com/ansible-collections/community.aws/pull/1410).
cloudfront_distribution - minor sanity test fixes (https://github.com/ansible-collections/community.aws/pull/1410).
@@ -1425,8 +1489,8 @@
Minor Changess3_bucket_info - minor sanity test fixes (https://github.com/ansible-collections/community.aws/pull/1410).
Bugfixes
+Bugfixes
ec2_placement_group - Handle a potential race creation during the creation of a new Placement Group (https://github.com/ansible-collections/community.aws/pull/1477).
s3_lifecycle - fix bug when deleting rules with an empty prefix (https://github.com/ansible-collections/community.aws/pull/1398).
@@ -1434,9 +1498,9 @@
Bugfixes
v3.5.0
-Minor Changes
+v3.5.0
+Minor Changes
iam_server_certificate - the deprecation for the
iam_cert
alias has been extended from release 4.0.0 to release 5.0.0 (https://github.com/ansible-collections/community.aws/pull/1257).iam_server_certificate - the deprecations for
cert_chain
,cert
,key
anddup_ok
have been extended from release 4.0.0 to release 5.0.0 (https://github.com/ansible-collections/community.aws/pull/1256).
@@ -1444,8 +1508,8 @@
Minor Changess3_sync - improves error handling during HEAD
operation to compare existing files (https://github.com/ansible-collections/community.aws/issues/58).
HEAD
operation to compare existing files (https://github.com/ansible-collections/community.aws/issues/58).Bugfixes
+Bugfixes
aws_api_gateway_domain - added the
aws_api_gateway_domain
module to the aws module_defaults group (https://github.com/ansible-collections/community.aws/pull/1283).aws_config_aggregator - Fix
KeyError
when updating existing aggregator (https://github.com/ansible-collections/community.aws/pull/645).
@@ -1460,9 +1524,9 @@
Bugfixes
v3.4.0
-Minor Changes
+v3.4.0
+Minor Changes
aws_codebuild - add support for
purge_tags
parameter (https://github.com/ansible-collections/community.aws/pull/1221).aws_codebuild - add the
resource_tags
parameter which takes the dictionary format for tags instead of the list of dictionaries format (https://github.com/ansible-collections/community.aws/pull/1221).
@@ -1478,15 +1542,15 @@
Minor Changeswafv2_web_acl - relax botocore requirement to bare minimum required (https://github.com/ansible-collections/community.aws/pull/1216).
Deprecated Features
+Deprecated Features
aws_codebuild - The
tags
parameter currently uses a non-standard format and has been deprecated. In release 6.0.0 this parameter will accept a simple key/value pair dictionary instead of the current list of dictionaries. It is recommended to migrate to using the resource_tags parameter which already accepts the simple dictionary format (https://github.com/ansible-collections/community.aws/pull/1221).route53_info - The CamelCase return values for
HostedZones
,ResourceRecordSets
, andHealthChecks
have been deprecated, in the future release you must use snake_case return valueshosted_zones
,resource_record_sets
, andhealth_checks
instead respectively.
Bugfixes
+Bugfixes
aws_codebuild - fix bug where the result may be spuriously flagged as
changed
when multiple tags were set on the project (https://github.com/ansible-collections/community.aws/pull/1221).ecs_service - fix broken change detect of
health_check_grace_period_seconds
parameter when not specified (https://github.com/ansible-collections/community.aws/pull/1212).
@@ -1501,13 +1565,13 @@
Bugfixes
v3.3.0
-Release Summary
+v3.3.0
+Release Summary
This is the minor release of the community.aws
collection.
Minor Changes
+Minor Changes
aws_kms - add extra key/value pair to return data (key_policies) to return each policy as a dictionary rather than json string (https://github.com/ansible-collections/community.aws/pull/1052).
aws_kms - fix some bugs in integration tests and add check mode support for key rotation as well as document issues with time taken for requested changes to be reflected on AWS (https://github.com/ansible-collections/community.aws/pull/1052).
@@ -1524,8 +1588,8 @@
Minor Changesroute53 - add support for GeoLocation param (https://github.com/ansible-collections/amazon.aws/pull/1117).
Bugfixes
+Bugfixes
dynamodb_table - fix an issue when creating secondary indexes with global_keys_only (https://github.com/ansible-collections/community.aws/issues/967).
ecs_service - add missing change detect of
health_check_grace_period_seconds
parameter (https://github.com/ansible-collections/community.aws/pull/1145).
@@ -1544,17 +1608,17 @@
Bugfixess3_lifecycle - check that configuration is complete before returning (https://github.com/ansible-collections/community.aws/pull/1085).
New Modules
+New Modules
aws_api_gateway_domain - Manage AWS API Gateway custom domains
v3.2.1
-Release Summary
+v3.2.1
+Release Summary
This is a bugfix release of the community.aws
collection.
The new parameter purge_tags
in ec2_asg
module, that
was introduced in community.aws 3.2.0
with its default
@@ -1563,36 +1627,36 @@
Release Summary
purge_tags: false
. However, this release restores the
previous behaviour.
Minor Changes
+Minor Changes
iam_role - delete inline policies prior to deleting role (https://github.com/ansible-collections/community.aws/pull/1054).
iam_role - remove global vars and refactor accordingly (https://github.com/ansible-collections/community.aws/pull/1054).
Bugfixes
+Bugfixes
ec2_asg - Change the default value of
purge_tags
tofalse
. Restores previous behaviour (https://github.com/ansible-collections/community.aws/pull/1064).
v3.2.0
-Release Summary
+v3.2.0
+Release Summary
This is the minor release of the community.aws
collection.
This changelog contains all changes to the modules and plugins in this collection
that have been made after the previous release.
Major Changes
+Major Changes
s3_bucket_notifications - refactor module to support SNS / SQS targets as well as the existing support for Lambda functions (https://github.com/ansible-collections/community.aws/issues/140).
Minor Changes
+Minor Changes
aws_acm - Add
tags
andpurge_tags
parameters to tag certificates in ACM (https://github.com/ansible-collections/community.aws/pull/870).cloudfront_distribution - Added support for retries (AWSRetry.jittered_backoff) (https://github.com/ansible-collections/community.aws/issues/296)
@@ -1610,8 +1674,8 @@
Minor Changesrds_subnet_group - add tags
feature (https://github.com/ansible-collections/community.aws/pull/562).
tags
feature (https://github.com/ansible-collections/community.aws/pull/562).Bugfixes
+Bugfixes
ecs_taskdefinition - include launch_type comparison when comparing task definitions (https://github.com/ansible-collections/community.aws/pull/840)
elb_application_lb - Fix empty security groups list behaves inconsistently on create/update by treating empty security group as VPC’s defaault (https://github.com/ansible-collections/community.aws/pull/971).
@@ -1622,8 +1686,8 @@
Bugfixeswafv2_web_acl - fix exception when a rule contains lists values (https://github.com/ansible-collections/community.aws/pull/962).
New Modules
+New Modules
cloudfront_response_headers_policy - Create, update and delete response headers policies to be used in a Cloudfront distribution
ec2_asg_instance_refresh - Start or cancel an EC2 Auto Scaling Group (ASG) instance refresh in AWS
@@ -1635,15 +1699,15 @@
New Modules
v3.1.0
-Release Summary
+v3.1.0
+Release Summary
This is the minor release of the community.aws
collection.
This changelog contains all changes to the modules and plugins in this collection
that have been made after the previous release.
Minor Changes
+Minor Changes
aws_secret - Add
resource_policy
parameter (https://github.com/ansible-collections/community.aws/pull/843).aws_ssm connection plugin - add parameters to explicitly specify SSE mode and KMS key id for uploads on the file transfer bucket. (https://github.com/ansible-collections/community.aws/pull/763)
@@ -1659,8 +1723,8 @@
Minor Changeswafv2_web_acl - Extended the wafv2_web_acl module to also take the custom_response_bodies
argument (https://github.com/ansible-collections/community.aws/pull/721).
custom_response_bodies
argument (https://github.com/ansible-collections/community.aws/pull/721).Bugfixes
+Bugfixes
Add backoff retry logic to route53_info (https://github.com/ansible-collections/community.aws/pull/865).
Add backoff retry logic to route53_zone (https://github.com/ansible-collections/community.aws/pull/865).
@@ -1672,13 +1736,13 @@
Bugfixes
v3.0.1
-Release Summary
+v3.0.1
+Release Summary
This is a path release of the community.aws
collection.
Minor Changes
+Minor Changes
aws_msk_config - remove duplicated and unspecific requirements (https://github.com/ansible-collections/community.aws/pull/863).
ecs_taskdefinition - remove duplicated and unspecific requirements (https://github.com/ansible-collections/community.aws/pull/863).
@@ -1687,15 +1751,15 @@
Minor Changes
v3.0.0
-Major Changes
+v3.0.0
+Major Changes
community.aws collection - The community.aws collection has dropped support for
botocore<1.19.0
andboto3<1.16.0
. Most modules will continue to work with older versions of the AWS SDK, however compatibility with older versions of the SDK is not guaranteed and will not be tested. When using older versions of the SDK a warning will be emitted by Ansible (https://github.com/ansible-collections/community.aws/pull/809).
Minor Changes
+Minor Changes
aws_glue_job - Added
command_python_version
parameter (https://github.com/ansible-collections/community.aws/pull/480).aws_glue_job - Added
glue_version
parameter (https://github.com/ansible-collections/community.aws/pull/480).
@@ -1708,8 +1772,8 @@
Minor Changesroute53_info - max_items
and type
are no longer ignored fixing a regression (https://github.com/ansible-collections/community.aws/pull/813).
max_items
and type
are no longer ignored fixing a regression (https://github.com/ansible-collections/community.aws/pull/813).Breaking Changes / Porting Guide
+Breaking Changes / Porting Guide
aws_acm_facts - Remove deprecated alias
aws_acm_facts
. Please useaws_acm_info
instead.aws_kms_facts - Remove deprecated alias
aws_kms_facts
. Please useaws_kms_info
instead.
@@ -1754,37 +1818,37 @@ route53_facts - Remove deprecated alias
route53_facts
. Please useroute53_info
instead.
Breaking Changes /
Bugfixes
+Bugfixes
aws_eks - Fix EKS cluster creation with short names (https://github.com/ansible-collections/community.aws/pull/818).
v2.6.1
-Release Summary
+v2.6.1
+Release Summary
Bump collection from 2.6.0 to 2.6.1 due to a publishing error with 2.6.0. This release supersedes 2.6.0 entirely, users should skip 2.6.0.
v2.6.0
-Release Summary
+v2.6.0
+Release Summary
This is the last planned 2.x release of the community.aws
collection.
Consider upgrading to the latest version of community.aws
soon.
Minor Changes
+Minor Changes
ecs_service -
deployment_circuit_breaker
has been added as a supported feature (https://github.com/ansible-collections/community.aws/pull/1215).ecs_service - add
service
alias to address the ecs service name with the same parameter as the ecs_service_info module is doing (https://github.com/ansible-collections/community.aws/pull/1187).ecs_service_info - add
name
alias to address the ecs service name with the same parameter as the ecs_service module is doing (https://github.com/ansible-collections/community.aws/pull/1187).
Bugfixes
+Bugfixes
ecs_service - fix broken change detect of
health_check_grace_period_seconds
parameter when not specified (https://github.com/ansible-collections/community.aws/pull/1212).ecs_service - use default cluster name of
default
when not input (https://github.com/ansible-collections/community.aws/pull/1212).
@@ -1794,21 +1858,21 @@
Bugfixes
v2.5.0
-Release Summary
+v2.5.0
+Release Summary
This is the minor release of the community.aws
collection.
Minor Changes
+Minor Changes
iam_policy - update broken examples and add RETURN section to documentation; add extra integration tests for idempotency check mode runs (https://github.com/ansible-collections/community.aws/pull/1093).
iam_role - delete inline policies prior to deleting role (https://github.com/ansible-collections/community.aws/pull/1054).
iam_role - remove global vars and refactor accordingly (https://github.com/ansible-collections/community.aws/pull/1054).
Bugfixes
+Bugfixes
ecs_service - add missing change detect of
health_check_grace_period_seconds
parameter (https://github.com/ansible-collections/community.aws/pull/1145).ecs_service - fix broken compare of
task_definition
that results always in a changed task (https://github.com/ansible-collections/community.aws/pull/1145).
@@ -1822,21 +1886,21 @@
Bugfixes
v2.4.0
-Release Summary
+v2.4.0
+Release Summary
This is the minor release of the community.aws
collection.
This changelog contains all changes to the modules and plugins in this collection
that have been made after the previous release.
Minor Changes
+Minor Changes
Added suport for retries (AWSRetry.jittered_backoff) for cloudfront_distribution (https://github.com/ansible-collections/community.aws/issues/296)
Bugfixes
+Bugfixes
Add backoff retry logic to elb_application_lb_info (https://github.com/ansible-collections/community.aws/pull/977)
ecs_taskdefinition - include launch_type comparison when comparing task definitions (https://github.com/ansible-collections/community.aws/pull/840)
@@ -1848,21 +1912,21 @@
Bugfixes
v2.3.0
-Release Summary
+v2.3.0
+Release Summary
This is the minor release of the community.aws
collection.
This changelog contains all changes to the modules and plugins in this collection
that have been made after the previous release.
Minor Changes
+Minor Changes
elb_instance -
wait
parameter is no longer ignored (https://github.com/ansible-collections/community.aws/pull/826)
Bugfixes
+Bugfixes
cloudfront_distribution - Dont pass
s3_origin_access_identity_enabled
to API request (https://github.com/ansible-collections/community.aws/pull/881).execute_lambda - Wait for Lambda function State = Active before executing (https://github.com/ansible-collections/community.aws/pull/857)
@@ -1871,13 +1935,13 @@
Bugfixes
v2.2.0
-Release Summary
+v2.2.0
+Release Summary
This is a backport release of the community.aws
collection.
Minor Changes
+Minor Changes
aws_msk_config - remove duplicated and unspecific requirements (https://github.com/ansible-collections/community.aws/pull/863).
aws_ssm connection plugin - add parameters to explicitly specify SSE mode and KMS key id for uploads on the file transfer bucket. (https://github.com/ansible-collections/community.aws/pull/763)
@@ -1887,23 +1951,23 @@
Minor Changess3_lifecycle - Add abort_incomplete_multipart_upload_days
and expire_object_delete_marker
parameters (https://github.com/ansible-collections/community.aws/pull/794).
abort_incomplete_multipart_upload_days
and expire_object_delete_marker
parameters (https://github.com/ansible-collections/community.aws/pull/794).Bugfixes
+Bugfixes
aws_eks - Fix EKS cluster creation with short names (https://github.com/ansible-collections/community.aws/pull/818).
New Modules
+New Modules
ec2_asg_scheduled_action - Create, modify and delete ASG scheduled scaling actions.
v2.1.0
-Minor Changes
+v2.1.0
+Minor Changes
aws_config_delivery_channel - replaced use of deprecated backoff decorator (https://github.com/ansible-collections/community.aws/pull/764).
aws_direct_connect_confirm_connection - replaced use of deprecated backoff decorator (https://github.com/ansible-collections/community.aws/pull/764).
@@ -1955,8 +2019,8 @@
Minor Changessqs_queue - Providing a kms_master_key_id will now enable SSE properly (https://github.com/ansible-collections/community.aws/pull/762)
Deprecated Features
+Deprecated Features
dynamodb_table - DynamoDB does not support specifying non-key-attributes when creating an
ALL
index. Passingincludes
for such indexes is currently ignored but will result in failures after version 3.0.0 (https://github.com/ansible-collections/community.aws/pull/726).dynamodb_table - DynamoDB does not support updating the primary indexes on a table. Attempts to make such changes are currently ignored but will result in failures after version 3.0.0 (https://github.com/ansible-collections/community.aws/pull/726).
@@ -1967,8 +2031,8 @@ rds_snapshot - the rds_snapshot module has been renamed to rds_instance_snapshot. The usage of the module has not changed. The rds_snapshot alias will be removed in version 4.0.0 (https://github.com/ansible-collections/community.aws/pull/783).
Deprecated Features
Bugfixes
+Bugfixes
AWS action group - added missing
aws_direct_connect_confirm_connection
andefs_tag
entries (https://github.com/ansible-collections/amazon.aws/issues/557).cloudfront_info - Switch to native boto3 paginators to fix reported bug when over 100 distributions exist (https://github.com/ansible-collections/community.aws/issues/769).
@@ -1983,8 +2047,8 @@
Bugfixessns_topic - define suboptions for delivery_policy option (https://github.com/ansible-collections/community.aws/issues/713).
New Modules
+New Modules
iam_access_key - Manage AWS IAM User access keys
iam_access_key_info - fetch information about AWS IAM User access keys
@@ -1994,15 +2058,15 @@
New Modules
v2.0.0
-Major Changes
+v2.0.0
+Major Changes
community.aws collection - The community.aws collection has dropped support for
botocore<1.18.0
andboto3<1.15.0
(https://github.com/ansible-collections/community.aws/pull/711). Most modules will continue to work with older versions of the AWS SDK, however compatibility with older versions of the SDK is not guaranteed and will not be tested. When using older versions of the SDK a warning will be emitted by Ansible (https://github.com/ansible-collections/amazon.aws/pull/442).
Minor Changes
+Minor Changes
aws_eks_cluster - Tests for compatibility with older versions of the AWS SDKs have been removed (https://github.com/ansible-collections/community.aws/pull/675).
aws_kms_info - use a generator rather than list comprehension (https://github.com/ansible-collections/community.aws/pull/688).
@@ -2065,8 +2129,8 @@
Minor Changeswafv2_web_acl_info - ensure module runs in check_mode (https://github.com/ansible-collections/community.aws/issues/659).
Breaking Changes / Porting Guide
+Breaking Changes / Porting Guide
ec2_instance - The module has been migrated to the
amazon.aws
collection. Playbooks using the Fully Qualified Collection Name for this module should be updated to useamazon.aws.ec2_instance
.ec2_instance_info - The module has been migrated to the
amazon.aws
collection. Playbooks using the Fully Qualified Collection Name for this module should be updated to useamazon.aws.ec2_instance_info
.
@@ -2083,8 +2147,8 @@ kms_info - key details are now returned in the
kms_keys
attribute rather than thekeys
attribute (https://github.com/ansible-collections/community.aws/pull/648).
Breaking Changes /
Deprecated Features
+Deprecated Features
ec2_elb - the
ec2_elb
module has been removed and redirected to theelb_instance
module which functions identically. The originalec2_elb
name is now deprecated and will be removed in release 3.0.0 (https://github.com/ansible-collections/community.aws/pull/586).ec2_elb_info - the boto based
ec2_elb_info
module has been deprecated in favour of the boto3 basedelb_classic_lb_info
module. Theec2_elb_info
module will be removed in release 3.0.0 (https://github.com/ansible-collections/community.aws/pull/586).
@@ -2094,8 +2158,8 @@ script_inventory_ec2 - The ec2.py inventory script is being moved to a new repository. The script can now be downloaded from https://github.com/ansible-community/contrib-scripts/blob/main/inventory/ec2.py and will be removed from this collection in the 3.0 release. We recommend migrating from the script to the