Topics
- v7.1.0
- v7.0.0
- v6.2.0
- v6.1.0
- v6.0.0
- v5.5.1
- v5.5.0
- v5.4.0
- v5.3.0
- v5.2.0
- v5.1.0
- v5.0.0
- v4.5.1
- v4.5.0
- v4.4.0
- v4.3.0
- v4.2.0
- v4.1.1
- v4.1.0
- v4.0.0
- v3.6.0
- v3.5.0
- v3.4.0
- v3.3.0
- v3.2.1
- v3.2.0
- v3.1.0
- v3.0.1
- v3.0.0
- v2.6.1
- v2.6.0
- v2.5.0
- v2.4.0
- v2.3.0
- v2.2.0
- v2.1.0
- v2.0.0
- v1.5.0
- v1.4.0
- v1.3.0
- v1.2.1
- v1.2.0
- v1.1.0
- v1.0.0
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.
- 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. (ansible-collections#1775).
- cloudfront_distribution - added support for
cache_policy_id
andorigin_request_policy_id
for behaviors (ansible-collections#1589) - mq_broker - add support to wait for broker state via
wait
andwait_timeout
parameter values (ansible-collections#1879).
- aws_ssm - disable
enable-bracketed-paste
to fix issue with amazon linux 2023 and other OSes (ansible-collections#1756)
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. (ansible-collections/amazon.aws#1763).
- api_gateway - use fstrings where appropriate (ansible-collections/amazon.aws#1962).
- api_gateway_info - use fstrings where appropriate (ansible-collections/amazon.aws#1962).
- community.aws collection - apply isort code formatting to ensure consistent formatting of code (ansible-collections#1962)
- ecs_taskdefinition - Add parameter
runtime_platform
(ansible-collections#1891). - eks_nodegroup - ensure wait also waits for deletion to complete when
wait==True
(ansible-collections#1994).
- 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 (ansible-collections/amazon.aws#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 - 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. (ansible-collections/amazon.aws#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
(ansible-collections#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
(ansible-collections#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
(ansible-collections#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
(ansible-collections#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
(ansible-collections#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
.
- mq_broker - ensure broker is created with
tags
when passed (ansible-collections#1832). - opensearch - Don't try to read a non existing key from the domain config (ansible-collections#1910).
This release includes some new features for the community.aws.ec2_vpc_vpn
and community.aws.api_gateway
modules.
- api_gateway - add support for parameters
name
,lookup
,tags
andpurge_tags
(ansible-collections#1845). - ec2_vpc_vpn - add support for connecting VPNs to a transit gateway (ansible-collections#1877).
- Remove
apigateway
andapigateway_deployment
from meta/runtime.yml (ansible-collections#1905).
This release brings a new inventory plugin, some new features, and several bugfixes.
- dynamodb_table - added waiter when updating indexes to avoid concurrency issues (ansible-collections#1866).
- dynamodb_table - increased default timeout based on time to update indexes in CI (ansible-collections#1866).
- iam_group - refactored ARN validation handling (ansible-collections#1848).
- iam_role - refactored ARN validation handling (ansible-collections#1848).
- sns_topic - refactored ARN validation handling (ansible-collections#1848).
- batch_compute_environment - fixed incorrect handling of Gov Cloud ARNs in
compute_environment_name
parameter (ansible-collections#1846). - cloudfront_distribution - The origins recognises the s3 domains with region part now (ansible-collections#1819).
- cloudfront_distribution - no longer crashes when waiting for completion of creation (ansible-collections#255).
- cloudfront_distribution - now honours the
enabled
setting (ansible-collections#1823). - dynamodb_table - secondary indexes are now created (ansible-collections#1825).
- ec2_launch_template - fixed incorrect handling of Gov Cloud ARNs in
compute_environment_name
parameter (ansible-collections#1846). - elasticache_info - remove hard coded use of
aws
partition (ansible-collections#1846). - iam_role - fixed incorrect rejection of Gov Cloud ARNs in
boundary
parameter (ansible-collections#1846). - msk_cluster - remove hard coded use of
aws
partition (ansible-collections#1846). - redshift - fixed hard coded use of
aws
partition (ansible-collections#1846).
- aws_mq - MQ broker inventory source
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.
- The
black
code formatter has been run across the collection to improve code consistency (ansible-collections#1784). - aws_config_delivery_channel - add support for encrypted objects in S3 via KMS key (ansible-collections#1786).
- aws_ssm - Updated the documentation to explicitly mention that the
ansible_user
andremote_user
variables are not supported by the plugin (ansible-collections#1682). - bulk migration of
%
and.format()
to fstrings (ansible-collections#1810). - cloudfront_distribution - add
http3
support via parameter valuehttp2and3
for parameterhttp_version
(ansible-collections#1753). - cloudfront_distribution - add
origin_shield
options (ansible-collections#1557). - cloudfront_distribution - documented
connection_attempts
andconnection_timeout
the module was already capable of using them - community.aws - updated document fragments based on changes in amazon.aws (ansible-collections#1738).
- community.aws - updated imports based on changes in amazon.aws (ansible-collections#1738).
- ecs_ecr - use
compare_policies
when comparing lifecycle policies instead of naivesort_json_policy_dict
comparisons (ansible-collections#1551). - elasticache - Use the
cache.t3.small
node type in the example.cache.m1.small
is not deprecated. - minor code fixes and enable integration tests for modules cloudfront_distribution, cloudfront_invalidation and cloudfront_origin_access_identity (ansible-collections#1596).
- module_utils.botocore - Add Ansible AWS User-Agent identification (ansible-collections#1632).
- wafv2_rule_group_info - remove unused and deprecated
state
parameter (ansible-collections#1555).
- 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 (ansible-collections#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 (ansible-collections#853). - codebuild_project -
tags
parameter now accepts a dict representing the tags, rather than the boto3 format (ansible-collections#1643).
- 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 (ansible-collections#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. (ansible-collections#1743).
- opensearch_info - Fix the name of the domain_name key in the example (ansible-collections#1811).
- ses_identity - fix clearing notification topic (ansible-collections#150).
- ec2_carrier_gateway - Manage an AWS VPC Carrier gateway
- ec2_carrier_gateway_info - Gather information about carrier gateways in AWS
- lightsail_snapshot - Creates snapshots of AWS Lightsail instances
- mq_broker - MQ broker management
- mq_broker_config - Update Amazon MQ broker configuration
- mq_broker_info - Retrieve MQ Broker details
- mq_user - Manage users in existing Amazon MQ broker
- mq_user_info - List users of an Amazon MQ broker
- ssm_inventory_info - Get SSM inventory information for EC2 instance
This release brings several bugfixes.
- cloudfront_distribution - no longer crashes when waiting for completion of creation (ansible-collections#255).
- cloudfront_distribution - now honours the
enabled
setting (ansible-collections#1823).
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.
- ec2_launch_template - Add parameter
version_description
(ansible-collections#1763). - msk_cluster - add option for SASL/IAM authentication and add support to disable unauthenticated clients (ansible-collections#1761).
- cloudformation_stack_set - add a waiter to ensure that update operation complete before adding stack instances (ansible-collections#1608).
- eks_nodegroup - fix handling of
remote_access
option (ansible-collections#1771). - elasticache_info - ignore the
CacheClusterNotFound
exception when collecting tags (ansible-collections#1777). - elb_target_group - ensure
AvailabilityZone
is kept in target definitions whenId
andPort
are passed (ansible-collections#1736). - elb_target_group - get
ProtocolVersion
key fromtarget_group
attributes only when exists (ansible-collections#1800). - msk_cluster - fix creating a cluster with SASL/SCRAM authentication (ansible-collections#1761).
- s3_lifecycle - fix invalid value type for transitions list (ansible-collections#1774)
This minor release brings minor new features to the sns
and ecs_service
modules.
- ecs_service - added new parameter
enable_execute_command
(ansible-collections#488). - ecs_service - handle SDK errors more cleanly on update failures (ansible-collections#488).
- sns - Add support for
message_group_id
andmessage_deduplication_id
(ansible-collections#1733).
This release brings some minor changes, bugfixes and deprecations.
- aws_ssm - added support for specifying the endpoint to use when connecting to the S3 API (ansible-collections#1619).
- aws_ssm - remove unused imports (ansible-collections#1707).
- aws_ssm - rework environment variable handling to use built in Ansible plugin support (ansible-collections#514).
- batch_job_definition - make trailing comma tuple explicitly a tuple (ansible-collections#1707).
- ecs_service -
task_definition
is now optional whenforce_new_deployment
isTrue
(ansible-collections#1680). - ecs_service - new parameter
purge_placement_constraints
to have the ability to remove the placement constraints of an ECS Service (ansible-collections#1716). - ecs_service - new parameter
purge_placement_strategy
to have the ability to remove the placement strategy of an ECS Service (ansible-collections#1716). - iam_role - added
assume_role_policy_document_raw
to the role return values, this doesn't convert policy document contents from CamelCase to snake_case (ansible-collections#551). - iam_role_info - added
assume_role_policy_document_raw
to the role return values, this doesn't convert policy document contents from CamelCase to snake_case (ansible-collections#551). - inspector_target - minor linting fix (ansible-collections#1707).
- s3_lifecycle - add parameter
noncurrent_version_keep_newer
to set the number of newest noncurrent versions to retain (ansible-collections#1606). - secretsmanager_secret - added support for region replication using the
replica
parameter (ansible-collections#827). - secretsmanager_secret - added the
overwrite
parameter to support only setting the secret if it doesn't exist (ansible-collections#1628). - sns_topic - add support for
content_based_deduplication
parameter (ansible-collections#1693). - sns_topic - add support for
tags
andpurge_tags
(ansible-collections#972). - sqs_queue - add support for
deduplication_scope
parameter (ansible-collections#1603). - sqs_queue - add support for
fifo_throughput_limit
parameter (ansible-collections#1603). - ssm_parameter - add support for tags in ssm parameters (ansible-collections#1573).
- ecs_service - In a release after 2024-06-01, tha default value of
purge_placement_constraints
will be change fromfalse
totrue
(ansible-collections#1716). - ecs_service - In a release after 2024-06-01, tha default value of
purge_placement_strategy
will be change fromfalse
totrue
(ansible-collections#1716). - iam_role - All top level return values other than
iam_role
andchanged
have been deprecated and will be removed in a release after 2023-12-01 (ansible-collections#551). - iam_role - 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 (ansible-collections#551). - 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 (ansible-collections#551).
- aws_ssm - fix copying empty file with older curl versions (ansible-collections#1686).
- eks_cluster - adding tags to eks cluster creation (ansible-collections#1591).
- sns_topic - avoid fetching attributes from subscribers when not setting them, this can cause permissions issues (ansible-collections#1418).
- eks_nodegroup - Manage EKS Nodegroup module
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.
- aws_ssm - add
ansible_aws_ssm_s3_addressing_style
to allow setting the S3 addressing style (ansible-collections#1633). - aws_ssm - add support for custom SSM documents (ansible-collections#876).
- aws_ssm - avoid overloading
subprocess
(ansible-collections#1660). - aws_ssm - cleanup logging output (ansible-collections#1660).
- aws_ssm - minor refactoring (ansible-collections#1660).
- aws_ssm - refactor boto3 client initialization (ansible-collections#1663).
- aws_ssm - refactor remote command generation (ansible-collections#1664).
- ecs_cluster - add support for
capacity_providers
andcapacity_provider_strategy
features (ansible-collections#1640). - ecs_cluster - append default value to documentation (ansible-collections#1636).
- ecs_ecr - add
encryption_configuration
option (ansible-collections#1623). - ecs_service - support load balancer update for existing ECS services (ansible-collections#1625).
- iam_role - Drop deprecation warning, because the standard value for purge parameters is
true
(ansible-collections#1636). - ssm_parameter - fix typo in examples
paramater
(ansible-collections#1642).
- aws_ssm - fix
invalid literal for int
error on some operating systems (ansible-collections#113). - aws_ssm - fixes bug with presigned S3 URLs in post-2019 AWS regions (ansible-collections#1616).
- ecs_service - respect
placement_constraints
for existing ECS services (ansible-collections#1601). - s3_lifecycle - module no longer calls
put_lifecycle_configuration
if there is no change (ansible-collections#1624). - ssm_parameter - fix a
KeyError
when adding a description to an existing parameter (ansible-collections#1471).
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.
- elasticache_parameter_group - add
redis6.x
group family on the module input choices (ansible-collections#1476). - elb_target_group - add support for
protocol_version
parameter (ansible-collections#1496).
- aws_ssm - fixes S3 bucket region detection by ensuring boto client has correct credentials and exists in correct partition (ansible-collections#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 (ansible-collections#1419). - ecs_ecr - fix a
RepositoryNotFound
exception when trying to create repositories in check mode (ansible-collections#1550). - opensearch - Fix cluster creation when using advanced security options (ansible-collections#1613).
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.
The community.aws collection has dropped support for botocore<1.21.0
and boto3<1.18.0
.
Support for ansible-core<2.11
has also been dropped.
This release also brings some new features, bugfixes, breaking changes and deprecated features.
- acm_certificate - Move to jittered backoff (ansible-collections/amazon.aws#946).
- acm_certificate_info - Move to jittered backoff (ansible-collections/amazon.aws#946).
- api_gateway_domain - Move to jittered backoff (ansible-collections#1386).
- autoscaling_group_info - minor sanity test fixes (ansible-collections#1410).
- aws_acm - the
aws_acm
module has been renamed toacm_certificate
,aws_acm
remains as an alias (ansible-collections#1263). - aws_acm_info - the
aws_acm_info
module has been renamed toacm_certificate_info
,aws_acm_info
remains as an alias (ansible-collections#1263). - aws_api_gateway - the
aws_api_gateway
module has been renamed toapi_gateway
,aws_api_gateway
remains as an alias (ansible-collections#1288). - aws_api_gateway_domain - the
aws_api_gateway_domain
module has been renamed toapi_gateway_domain
,aws_api_gateway_domain
remains as an alias (ansible-collections#1288). - aws_application_scaling_policy - the
aws_application_scaling_policy
module has been renamed toapplication_autoscaling_policy
,aws_application_scaling_policy
remains as an alias (ansible-collections#1314). - aws_batch_compute_environment - the
aws_batch_compute_environment
module has been renamed tobatch_compute_environment
,aws_batch_compute_environment
remains as an alias (ansible-collections#1272). - aws_batch_job_definition - the
aws_batch_job_definition
module has been renamed tobatch_job_definition
,aws_batch_job_definition
remains as an alias (ansible-collections#1272). - aws_batch_job_queue - the
aws_batch_job_queue
module has been renamed tobatch_job_queue
,aws_batch_job_queue
remains as an alias (ansible-collections#1272). - aws_codebuild - the
aws_codebuild
module has been renamed tocodebuild_project
,aws_codebuild
remains as an alias (ansible-collections#1308). - aws_codecommit - the
aws_codecommit
module has been renamed tocodecommit_repository
,aws_codecommit
remains as an alias (ansible-collections#1308). - aws_codepipeline - the
aws_codepipeline
module has been renamed tocodepipeline
,aws_codepipeline
remains as an alias (ansible-collections#1308). - aws_config_aggregation_authorization - the
aws_config_aggregation_authorization
module has been renamed toconfig_aggregation_authorization
,aws_config_aggregation_authorization
remains as an alias (ansible-collections#1305). - aws_config_aggregator - the
aws_config_aggregator
module has been renamed toconfig_aggregator
,aws_config_aggregator
remains as an alias (ansible-collections#1305). - aws_config_delivery_channel - the
aws_config_delivery_channel
module has been renamed toconfig_delivery_channel
,aws_config_delivery_channel
remains as an alias (ansible-collections#1305). - aws_config_recorder - the
aws_config_recorder
module has been renamed toconfig_recorder
,aws_config_recorder
remains as an alias (ansible-collections#1305). - aws_config_rule - the
aws_config_rule
module has been renamed toconfig_rule
,aws_config_rule
remains as an alias (ansible-collections#1305). - aws_direct_connect_confirm_connection - the
aws_direct_connect_confirm_connection
module has been renamed todirectconnect_confirm_connection
,aws_direct_connect_confirm_connection
remains as an alias (ansible-collections#1286). - aws_direct_connect_connection - the
aws_direct_connect_connection
module has been renamed todirectconnect_connection
,aws_direct_connect_connection
remains as an alias (ansible-collections#1286). - aws_direct_connect_gateway - the
aws_direct_connect_gateway
module has been renamed todirectconnect_gateway
,aws_direct_connect_gateway
remains as an alias (ansible-collections#1286). - aws_direct_connect_link_aggregation_group - the
aws_direct_connect_link_aggregation_group
module has been renamed todirectconnect_link_aggregation_group
,aws_direct_connect_link_aggregation_group
remains as an alias (ansible-collections#1286). - aws_direct_connect_virtual_interface - the
aws_direct_connect_virtual_interface
module has been renamed todirectconnect_virtual_interface
,aws_direct_connect_virtual_interface
remains as an alias (ansible-collections#1286). - aws_eks_cluster - the
aws_eks_cluster
module has been renamed toeks_cluster
,aws_eks_cluster
remains as an alias (ansible-collections#1269). - aws_glue_connection - the
aws_glue_connection
module has been renamed toglue_connection
,aws_glue_connection
remains as an alias (ansible-collections#1300). - aws_glue_crawler - the
aws_glue_crawler
module has been renamed toglue_crawler
,aws_glue_crawler
remains as an alias (ansible-collections#1300). - aws_glue_job - the
aws_glue_job
module has been renamed toglue_job
,aws_glue_job
remains as an alias (ansible-collections#1300). - aws_inspector_target - the
aws_inspector_target
module has been renamed toinspector_target
,aws_inspector_target
remains as an alias (ansible-collections#1318). - aws_kms - the
aws_kms
module has been renamed tokms_key
,aws_kms
remains as an alias (ansible-collections#1284). - aws_kms_info - the
aws_kms_info
module has been renamed tokms_key_info
,aws_kms_info
remains as an alias (ansible-collections#1284). - aws_msk_cluster - the
aws_msk_cluster
module has been renamed tomsk_cluster
,aws_msk_cluster
remains as an alias (ansible-collections#1311). - aws_msk_config - the
aws_msk_config
module has been renamed tomsk_config
,aws_msk_config
remains as an alias (ansible-collections#1311). - aws_s3_bucket_info - the
aws_s3_bucket_info
module has been renamed tos3_bucket_info
,aws_s3_bucket_info
remains as an alias (ansible-collections#1271). - aws_s3_cors - the
aws_s3_cors
module has been renamed tos3_cors
,aws_s3_cors
remains as an alias (ansible-collections#1271). - aws_secret - the
aws_secret
module has been renamed tosecretsmanager_secret
,aws_secret
remains as an alias (ansible-collections#1315). - aws_ses_identity - the
aws_ses_identity
module has been renamed toses_identity
,aws_ses_identity
remains as an alias (ansible-collections#1264). - aws_ses_identity_policy - the
aws_ses_identity_policy
module has been renamed toses_identity_policy
,aws_ses_identity_policy
remains as an alias (ansible-collections#1264). - aws_ses_rule_set - the
aws_ses_rule_set
module has been renamed toses_rule_set
,aws_ses_rule_set
remains as an alias (ansible-collections#1264). - aws_sgw_info - the
aws_sgw_info
module has been renamed tostoragegateway_info
,aws_sgw_info
remains as an alias (ansible-collections#1301). - aws_ssm_parameter_store - the
aws_ssm_parameter_store
module has been renamed tossm_parameter
,aws_ssm_parameter_store
remains as an alias (ansible-collections#1313). - aws_step_functions_state_machine - the
aws_step_functions_state_machine
module has been renamed tostepfunctions_state_machine
,aws_step_functions_state_machine
remains as an alias (ansible-collections#1310). - aws_step_functions_state_machine_execution - the
aws_step_functions_state_machine_execution
module has been renamed tostepfunctions_state_machine_execution
,aws_step_functions_state_machine_execution
remains as an alias (ansible-collections#1310). - aws_waf_condition - the
aws_waf_condition
module has been renamed towaf_condition
,aws_waf_condition
remains as an alias (ansible-collections#1299). - aws_waf_info - the
aws_waf_info
module has been renamed towaf_info
,aws_waf_info
remains as an alias (ansible-collections#1299). - aws_waf_rule - the
aws_waf_rule
module has been renamed towaf_rule
,aws_waf_rule
remains as an alias (ansible-collections#1299). - aws_waf_web_acl - the
aws_waf_web_acl
module has been renamed towaf_web_acl
,aws_waf_web_acl
remains as an alias (ansible-collections#1299). - cloudfront_distribution - minor sanity test fixes (ansible-collections#1410).
- cloudfront_info - the
cloudfront_info
module has been renamed tocloudfront_distribution_info
,cloudfront_info
remains as an alias (ansible-collections#1352). - cloudfront_origin_access_identity - minor sanity test fixes (ansible-collections#1410).
- cloudtrail - minor sanity test fixes (ansible-collections#1410).
- community.aws modules - the
ec2_url
parameter has been renamed toendpoint_url
for consistency,ec2_url
remains as an alias (ansible-collections/amazon.aws#992). - ec2_asg - the
ec2_asg
module has been renamed toautoscaling_group
,ec2_asg
remains as an alias (ansible-collections#1294). - ec2_asg_info - the
ec2_asg_info
module has been renamed toautoscaling_group_info
,ec2_asg_info
remains as an alias (ansible-collections#1294). - ec2_asg_instance_refresh - the
ec2_asg_instance_refresh
module has been renamed toautoscaling_instance_refresh
,ec2_asg_instance_refresh
remains as an alias (ansible-collections#1294). - ec2_asg_instance_refresh_info - the
ec2_asg_instance_refresh_info
module has been renamed toautoscaling_instance_refresh_info
,ec2_asg_instance_refresh_info
remains as an alias (ansible-collections#1294). - ec2_asg_lifecycle_hook - the
ec2_asg_lifecycle_hook
module has been renamed toautoscaling_lifecycle_hool
,ec2_asg_lifecycle_hook
remains as an alias (ansible-collections#1294). - ec2_asg_scheduled_action - the
ec2_asg_scheduled_action
module has been renamed toautoscaling_scheduled_action
,ec2_asg_scheduled_action
remains as an alias (ansible-collections#1294). - ec2_lc - the
ec2_lc
module has been renamed toautoscaling_launch_config
,ec2_lc
remains as an alias (ansible-collections#1294). - ec2_lc_find - the
ec2_lc_find
module has been renamed toautoscaling_launch_config_find
,ec2_lc_find
remains as an alias (ansible-collections#1294). - ec2_lc_info - the
ec2_lc_info
module has been renamed toautoscaling_launch_config_info
,ec2_lc_info
remains as an alias (ansible-collections#1294). - ec2_metric_alarm - the
ec2_metric_alarm
module has been renamed tocloudwatch_metric_alarm
,ec2_metric_alarm
remains as an alias (ansible-collections#1304). - ec2_scaling_policy - the
ec2_scaling_policy
module has been renamed toautoscaling_policy
,ec2_scaling_policy
remains as an alias (ansible-collections#1294). - ec2_vpc_nacl - minor sanity test fixes (ansible-collections#1410).
- ec2_vpc_vpn - minor tweak to
VPNConnectionException
to pass message through to the superclass (ansible-collections#1407). - eks_fargate_profile - minor sanity test fixes (ansible-collections#1410).
- elb_target_group - instead of completely ignoring
health_check_path
andsuccessful_response_codes
ifhealth_check_protocol
is not supplied, now raises an error (ansible-collections#29). - redshift - minor sanity test fixes (ansible-collections#1410).
- s3_bucket_info - minor sanity test fixes (ansible-collections#1410).
- waf_condition - Move to jittered backoff (ansible-collections/amazon.aws#946).
- waf_info - Move to jittered backoff (ansible-collections/amazon.aws#946).
- waf_rule - Move to jittered backoff (ansible-collections/amazon.aws#946).
- waf_web_acl - Move to jittered backoff (ansible-collections/amazon.aws#946).
- acm_certificate - the previously deprecated default value of
purge_tags=False
has been updated topurge_tags=True
(ansible-collections#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
. - autoscaling_group_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.autoscaling_group_info
. - cloudfront_distribution - the previously deprecated default value of
purge_tags=False
has been updated topurge_tags=True
(ansible-collections#1343). - cloudtrail - 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.cloudtrail
. - cloudwatch_metric_alarm - 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.cloudwatch_metric_alarm
. - cloudwatchevent_rule - 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.cloudwatchevent_rule
. - cloudwatchlogs_log_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.cloudwatchlogs_log_group
. - cloudwatchlogs_log_group_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.cloudwatchlogs_log_group_info
. - cloudwatchlogs_log_group_metric_filter - 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.cloudwatchlogs_log_group_metric_filter
. - community.aws collection - Support for ansible-core < 2.11 has been dropped (ansible-collections#1541).
- community.aws collection - The community.aws collection has dropped support for
botocore<1.21.0
andboto3<1.18.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 (ansible-collections#1362). - ec2_eip - 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.ec2_eip
. - ec2_eip_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.ec2_eip_info
. - ec2_vpc_vpn - the previously deprecated default value of
purge_tags=False
has been updated topurge_tags=True
(ansible-collections#1343). - elb_application_lb - 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.elb_application_lb
. - elb_application_lb_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.elb_application_lb_info
. - execute_lambda - 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.execute_lambda
. - iam_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_policy
. - iam_policy_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_policy_info
. - iam_server_certificate - Passing file names to the
cert
,chain_cert
andkey
parameters has been removed. We recommend using a lookup plugin to read the files instead, see the documentation for an example (ansible-collections#1265). - iam_server_certificate - the default value for the
dup_ok
parameter has been changed totrue
. To preserve the original behaviour explicitly set thedup_ok
parameter tofalse
(ansible-collections#1265). - iam_user - 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_user
. - iam_user_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_user_info
. - kms_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.kms_key
. - kms_key - managing the KMS IAM Policy via
policy_mode
andpolicy_grant_types
was previously deprecated and has been removed in favor of thepolicy
option (ansible-collections#1344). - kms_key - the previously deprecated default value of
purge_tags=False
has been updated topurge_tags=True
(ansible-collections#1343). - kms_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.kms_key_info
. - lambda - 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.lambda
. - lambda_alias - 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.lambda_alias
. - lambda_event - 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.lambda_event
. - lambda_execute - 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.lambda_execute
. - lambda_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.lambda_info
. - lambda_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.lambda_policy
. - rds_cluster - 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.rds_cluster
. - rds_cluster_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.rds_cluster_info
. - rds_cluster_snapshot - 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.rds_cluster_snapshot
. - rds_instance - 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.rds_instance
. - rds_instance_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.rds_instance_info
. - rds_instance_snapshot - 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.rds_instance_snapshot
. - rds_option_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.rds_option_group
. - rds_option_group_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.rds_option_group_info
. - rds_param_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.rds_param_group
. - rds_param_group - the previously deprecated default value of
purge_tags=False
has been updated topurge_tags=True
(ansible-collections#1343). - rds_snapshot_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.rds_snapshot_info
. - rds_subnet_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.rds_subnet_group
. - route53 - 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.route53
. - route53_health_check - 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.route53_health_check
. - route53_health_check - the previously deprecated default value of
purge_tags=False
has been updated topurge_tags=True
(ansible-collections#1343). - route53_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.route53_info
. - route53_zone - 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.route53_zone
. - route53_zone - the previously deprecated default value of
purge_tags=False
has been updated topurge_tags=True
(ansible-collections#1343). - sqs_queue - the previously deprecated default value of
purge_tags=False
has been updated topurge_tags=True
(ansible-collections#1343).
- 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 (ansible-collections#1361).
- ec2_placement_group - Handle a potential race creation during the creation of a new Placement Group (ansible-collections#1477).
- elb_network_lb - fixes bug where
ip_address_type
in return value was not updated (ansible-collections#1365). - rds_cluster - fixes bug where specifiying an rds cluster parameter group raises a
KeyError
(ansible-collections#1417). - s3_sync - fix etag generation when running in FIPS mode (ansible-collections#757).
- accessanalyzer_validate_policy_info - Performs validation of IAM policies
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.
- sns_topic - avoid fetching attributes from subscribers when not setting them, this can cause permissions issues (ansible-collections#1418).
This is the minor release of the community.aws
collection.
- ecs_service - support load balancer update for existing ecs services(ansible-collections#1625).
- iam_role - Drop deprecation warning, because the standard value for purge parametes is
true
(ansible-collections#1636).
- aws_ssm - fix
invalid literal for int
error on some operating systems (ansible-collections#113). - ecs_service - respect
placement_constraints
for existing ecs services (ansible-collections#1601). - s3_lifecycle - Module no longer calls
put_lifecycle_configuration
if there is no change. (ansible-collections#1624) - ssm_parameter - Fix a
KeyError
when adding a description to an existing parameter (ansible-collections#1471).
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.
- elasticache_parameter_group - add
redis6.x
group family on the module input choices (ansible-collections#1476).
- aws_ssm - fixes S3 bucket region detection by ensuring boto client has correct credentials and exists in correct partition (ansible-collections#1428).
- ecs_ecr - fix a
RepositoryNotFound
exception when trying to create repositories in check mode (ansible-collections#1550). - opensearch - Fix cluster creation when using advanced security options (ansible-collections#1613).
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.
- autoscaling_group_info - minor sanity test fixes (ansible-collections#1410).
- cloudfront_distribution - minor sanity test fixes (ansible-collections#1410).
- cloudfront_origin_access_identity - minor sanity test fixes (ansible-collections#1410).
- cloudtrail - minor sanity test fixes (ansible-collections#1410).
- ec2_vpc_nacl - minor sanity test fixes (ansible-collections#1410).
- eks_fargate_profile - minor sanity test fixes (ansible-collections#1410).
- redshift - minor sanity test fixes (ansible-collections#1410).
- s3_bucket_info - minor sanity test fixes (ansible-collections#1410).
- ec2_placement_group - Handle a potential race creation during the creation of a new Placement Group (ansible-collections#1477).
- rds_cluster - fixes bug where specifiying an rds cluster parameter group raises a
KeyError
(ansible-collections#1417).
- s3_lifecycle - fix bug when deleting rules with an empty prefix (ansible-collections#1398).
- ecs_service - fixes KeyError for
deployment_controller
parameter (ansible-collections#1393).
- aws_glue_connection - added new
raw_connection_parameters
return key which doesn't snake case the connection parameters (ansible-collections#518). - aws_ssm_parameter_store - added support for check_mode (ansible-collections#1309).
- cloudwatchevent_rule - Added
targets.input_transformer.input_paths_map
andtargets.input_transformer.input_template
parameters to support configuring on CloudWatch event rule input transformation (ansible-collections#623). - cloudwatchevent_rule - Applied validation of
targets
arguments (ansible-collections#201). - cloudwatchlogs_log_group - Added check_mode support (ansible-collections#1373).
- ec2_launch_template - Adds support for specifying the
source_version
upon which template updates are based (ansible-collections#239). - ec2_scaling_policy - add TargetTrackingScaling as a scaling policy option (ansible-collections#771)
- ec2_vpc_vgw_info - updated to not throw an error when run in check_mode (ansible-collections#137).
- ecs_ecr - add
force_absent
parameter for removing repositories that contain images (ansible-collections#1316). - ecs_service - add
wait
parameter and waiter for deleting services (ansible-collections#1209). - ecs_service - added
tags
andtag_propagation
support to the module (ansible-collections#543). - ecs_service - added parameter
deployment_controller
so service can be controlled by Code Deploy (ansible-collections#340). - ecs_task - add
wait
parameter and waiter for running and stopping tasks (ansible-collections#1209). - elasticache_info - added
replication_group
to the returned information for an elasticache cluster (ansible-collections#646). - iam_policy - added support for
--diff
mode (ansible-collections#560). - iam_policy - attempts to continue when read requests are denied by IAM policy (ansible-collections#1375).
- iam_server_certificate - the deprecation for the
iam_cert
alias has been extended from release 4.0.0 to release 5.0.0 (ansible-collections#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 (ansible-collections#1256). - lambda_info - add return key
functions
which returns a list of dictionaries instead of the previously returnedfunction
, which returned a dictionary of dictionaries (ansible-collections#1239). - lambda_info - now returns basic configuration information of each lambda function, regardless of query (ansible-collections#1239).
- rds_instance_snapshot - the deprecation for the
rds_snapshot
alias has been extended from release 4.0.0 to release 5.0.0 (ansible-collections#1257). - route53_health_check - Added new parameter
health_check_id
with aliasid
to allow update and delete health check by ID (ansible-collections#1143). - route53_health_check - Added new parameter
use_unique_names
used with new parameterhealth_check_name
with aliasname
to set health check name as unique identifier (ansible-collections#1143). - s3_sync - improves error handling during
HEAD
operation to compare existing files (ansible-collections#58). - secretsmanager_secret - add support for storing JSON in secrets (ansible-collections#656).
- sns_topic - Added
attributes
parameter tosubscriptions
items with support for RawMessageDelievery (SQS)
- 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 (ansible-collections#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 (ansible-collections#1361).
- iam_policy - the
policies
return value has been renamedpolicy_names
and will be removed in a release after 2024-08-01, both values are currently returned (ansible-collections#1375). - lambda_info - The
function
return key returns a dictionary of dictionaries and has been deprecated. In a release after 2025-01-01, this key will be removed in favor offunctions
, which returns a list of dictionaries (ansible-collections#1239). - 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 (ansible-collections#1322).
- aws_api_gateway_domain - added the
aws_api_gateway_domain
module to the aws module_defaults group (ansible-collections#1283). - aws_config_aggregator - Fix
KeyError
when updating existing aggregator (ansible-collections#645). - aws_config_aggregator - Fix idempotency when
account_sources
parameter is not specified (ansible-collections#645). - aws_ssm - pull S3 bucket region for session generated for file transfer during playbooks (ansible-collections#1190).
- aws_ssm_parameter_store - fixed bug where module wasn't consistently idempotent (ansible-collections#1309).
- cloudfront_response_headers_policy - added the
cloudfront_response_headers_policy
module to the aws module_defaults group (ansible-collections#1283). - ec2_vpc_peer - fix idempotency when requester/accepter is reversed (ansible-collections#580).
- kms_key_info - handle access denied errors more liberally (ansible-collections#206).
- route53 - fixes bug preventing creating a DNS record with a weight of zero (ansible-collections#1378)
- route53_info - fix
max_items
parameter when used with non-paginated commands (ansible-collections#1383). - sns_topic - fix bug which prevented the module being used in GovCloud (ansible-collections#836).
- autoscaling_complete_lifecycle_action - Completes the lifecycle action of an instance
- aws_glue_crawler - Manage an AWS Glue crawler
- lightsail_static_ip - Manage static IP addresses in AWS Lightsail
- 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 (ansible-collections#956).
- aws_acm -
resource_tags
has been added as an alias for thetags
parameter (ansible-collections#1185). - aws_glue_job -
resource_tags
has been added as an alias for thetags
parameter (ansible-collections#1182). - aws_kms -
resource_tags
has been added as an alias for thetags
parameter (ansible-collections#1185). - aws_kms - add extra key/value pair to return data (key_policies) to return each policy as a dictionary rather than json string (ansible-collections#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 (ansible-collections#1052).
- aws_kms - the default value for
tags
has been updated, to remove all tags thetags
parameter must be explicitly set to the empty dict{}
andpurge_tags
toTrue
(ansible-collections#1183). - aws_msk_cluster -
resource_tags
has been added as an alias for thetags
parameter (ansible-collections#1182). - aws_secret -
resource_tags
has been added as an alias for thetags
parameter (ansible-collections#1182). - aws_secret - addition of the
purge_tags
parameter (ansible-collections#1146). - aws_ssm_parameter_store - add parameter_metadata to the returned values (ansible-collections#1241).
- aws_step_functions_state_machine -
resource_tags
has been added as an alias for thetags
parameter (ansible-collections#1182). - cloudfront_distribution -
resource_tags
has been added as an alias for thetags
parameter (ansible-collections#1185). - cloudfront_distribution - the default value for
tags
has been updated, to remove all tags thetags
parameter must be explicitly set to the empty dict{}
andpurge_tags
toTrue
(ansible-collections#1183). - cloudtrail -
resource_tags
has been added as an alias for thetags
parameter (ansible-collections#1219). - cloudtrail - the default value for
tags
has been updated, to remove all tags thetags
parameter must be explicitly set to the empty dict{}
(ansible-collections#1219). - cloudtrail - updated to pass tags as part of the create API call rather than tagging the trail after creation (ansible-collections#1219).
- cloudwatchlogs_log_group - adds support for returning tags (ansible-collections#1233).
- cloudwatchlogs_log_group - adds support for updating tags (ansible-collections#1233).
- cloudwatchlogs_log_group - now consistently returns the values as defined in the return documentation (ansible-collections#1233).
- cloudwatchlogs_log_group_info - adds support for returning tags (ansible-collections#1233).
- data_pipeline -
resource_tags
has been added as an alias for thetags
parameter (ansible-collections#1204). - dms_endpoint -
endpointtype
andenginename
no longer required when deleting an endpoint (ansible-collections#1234). - dms_endpoint -
resource_tags
added as an alias fortags
(ansible-collections#1234). - dms_endpoint - added support for
purge_tags
(ansible-collections#1234). - dms_endpoint - now returns details of the endpoint (ansible-collections#1234).
- dynamodb_table -
resource_tags
has been added as an alias for thetags
parameter (ansible-collections#1199). - ec2_ami_copy -
resource_tags
has been added as an alias for thetags
parameter (ansible-collections#1204). - ec2_asg - add check mode support (ansible-collections#1033).
- ec2_asg - bugfix to make test setup run once (ansible-collections#1061).
- ec2_asg_lifecycle_hook - Added check_mode support (ansible-collections#1060).
- ec2_asg_lifecycle_hook - add integration tests (ansible-collections#1048).
- ec2_asg_lifecycle_hook - module now returns info about Life Cycle Hook (ansible-collections#1048).
- ec2_eip -
resource_tags
has been added as an alias for thetags
parameter (ansible-collections#1182). - ec2_launch_template -
resource_tags
has been added as an alias for thetags
parameter (ansible-collections#1204). - ec2_snapshot_copy -
resource_tags
has been added as an alias for thetags
parameter (ansible-collections#1201). - ec2_snapshot_copy - updated to pass tags as part of the copy API call rather than tagging the snapshot after creation (ansible-collections#1201).
- ec2_transit_gateway - code updated to use common
ensure_ec2_tags
helper (ansible-collections#1183). - ec2_transit_gateway - the default value for
tags
has been updated, to remove all tags thetags
parameter must be explicitly set to the empty dict{}
(ansible-collections#1183). - ec2_transit_gateway - wait and retry if API returns an IncorrectState error.
- ec2_vpc_nacl -
resource_tags
has been added as an alias for thetags
parameter (ansible-collections#1189). - ec2_vpc_nacl - add support for
purge_tags
parameter (ansible-collections#1189). - ec2_vpc_nacl - the default value for
tags
has been updated, to remove all tags thetags
parameter must be explicitly set to the empty dict{}
andpurge_tags
toTrue
(ansible-collections#1189). - ec2_vpc_peer -
resource_tags
has been added as an alias for thetags
parameter (ansible-collections#1182). - ec2_vpc_vgw - add support for
purge_tags
parameter (ansible-collections#1232). - ec2_vpc_vgw - the default behaviour for
tags
has been updated, to remove all tags thetags
parameter must be explicitly set to the empty dict{}
andpurge_tags
toTrue
(ansible-collections#1232). - ec2_vpc_vgw - updated to set tags as part of VGW creation instead of tagging the VGW after creation (ansible-collections#1232).
- ec2_vpc_vgw_info - added
resource_tags
to the return values (ansible-collections#1232). - ec2_vpc_vpn -
resource_tags
has been added as an alias for thetags
parameter (ansible-collections#1185). - ec2_vpc_vpn - the default value for
tags
has been updated, to remove all tags thetags
parameter must be explicitly set to the empty dict{}
andpurge_tags
toTrue
(ansible-collections#1183). - ecs_ecr - Will now return repository permission policy if it exists, even if we did not create or modify it. (ansible-collections#1171).
- ecs_service - Now allows for a
capacity_provider_strategy
to be utilized when creating/updating a service (ansible-collections#1181). - ecs_task -
resource_tags
has been added as an alias for thetags
parameter (ansible-collections#1204). - efs - the default value for
tags
has been updated, to remove all tags thetags
parameter must be explicitly set to the empty dict{}
(ansible-collections#1183). - eks_fargate_profile - the default value for
tags
has been updated, to remove all tags thetags
parameter must be explicitly set to the empty dict{}
(ansible-collections#1183). - elb_application_lb -
resource_tags
has been added as an alias for thetags
parameter (ansible-collections#1182). - elb_network_lb -
resource_tags
has been added as an alias for thetags
parameter (ansible-collections#1182). - elb_target_group - explicitly setting the
tags
parameter to the empty dict{}
will now remove all tags unlespurge_tags
is explicitly set toFalse
(ansible-collections#1183). - iam_policy - update broken examples and add RETURN section to documentation; add extra integration tests for idempotency check mode runs (ansible-collections#1093).
- iam_role -
resource_tags
has been added as an alias for thetags
parameter (ansible-collections#1182). - iam_role - delete inline policies prior to deleting role (ansible-collections#1054).
- iam_role - remove global vars and refactor accordingly (ansible-collections#1054).
- iam_user -
resource_tags
has been added as an alias for thetags
parameter (ansible-collections#1182). - iam_user - add
user
value to return data structure to deprecate oldiam_user
(ansible-collections#1059). - lambda -
resource_tags
has been added as an alias for thetags
parameter (ansible-collections#1202). - lambda - add kms_key_arn parameter (ansible-collections#1108).
- lambda - the behavior for
tags
has been updated, to remove all tags thetags
parameter must be explicitly set to the empty dict{}
andpurge_tags
toTrue
(ansible-collections#1202). - rds_cluster -
resource_tags
has been added as an alias for thetags
parameter (ansible-collections#1182). - rds_instance -
resource_tags
has been added as an alias for thetags
parameter (ansible-collections#1182). - rds_instance - add
deletion_protection
parameter (ansible-collections#1105). - rds_instance - add support for addition/removal of iam roles to db instance (ansible-collections#1002).
- rds_instance_snapshot -
resource_tags
has been added as an alias for thetags
parameter (ansible-collections#1200). - rds_instance_snapshot - add
check_mode
(ansible-collections#789). - rds_instance_snapshot - add copy_db_snapshot functionality (ansible-collections#1078).
- rds_instance_snapshot - add integration tests (ansible-collections#789).
- rds_instance_snapshot - update module to use handlers defined in module_utils/rds.py (ansible-collections#789).
- rds_option_group -
resource_tags
has been added as an alias for thetags
parameter (ansible-collections#1182). - rds_param_group -
resource_tags
has been added as an alias for thetags
parameter (ansible-collections#1185). - rds_param_group - the default value for
tags
has been updated, to remove all tags thetags
parameter must be explicitly set to the empty dict{}
andpurge_tags
toTrue
(ansible-collections#1183). - rds_subnet_group -
resource_tags
has been added as an alias for thetags
parameter (ansible-collections#1182). - redshift -
resource_tags
has been added as an alias for thetags
parameter (ansible-collections#1182). - route53 - add support for GeoLocation param (ansible-collections/amazon.aws#1117).
- route53_health_check -
resource_tags
has been added as an alias for thetags
parameter (ansible-collections#1185). - route53_info - add RETURN section to documentation (ansible-collections#1240).
- route53_zone -
resource_tags
has been added as an alias for thetags
parameter (ansible-collections#1185). - sqs_queue -
resource_tags
has been added as an alias for thetags
parameter (ansible-collections#1185). - wafv2_ip_set - Added support for
purge_tags
parameter (ansible-collections#1205). - wafv2_ip_set - Added support for returning tags (ansible-collections#1205).
- wafv2_ip_set - Added support for updating tags (ansible-collections#1205).
- wafv2_ip_set_info - Added support for returning tags (ansible-collections#1205).
- wafv2_rule_group - Added support for
purge_tags
parameter (ansible-collections#1210). - wafv2_rule_group - Added support for returning tags (ansible-collections#1210).
- wafv2_rule_group - Added support for updating tags (ansible-collections#1210).
- wafv2_rule_group_info - Added support for returning tags (ansible-collections#1210).
- wafv2_web_acl - Added support for
purge_tags
(ansible-collections#1218). - wafv2_web_acl - Added support for updating tags (ansible-collections#1218).
- wafv2_web_acl -
resource_tags
has been added as an alias for thetags
parameter (ansible-collections#1218). - wafv2_web_acl - added support for returning tags (ansible-collections#1218).
- wafv2_web_acl_info - added support for returning tags (ansible-collections#1218).
- Tags beginning with
aws:
will not be removed when purging tags, these tags are reserved by Amazon and may not be updated or deleted (ansible-collections/amazon.aws#817). - aws_secret - tags are no longer removed when the
tags
parameter is not set. To remove all tags settags={}
(ansible-collections#1146). - community.aws collection - The
community.aws
collection has now dropped support for and any requirements upon the originalboto
AWS SDK, and now uses theboto3
/botocore
AWS SDK (ansible-collections#898). - community.aws collection - the
profile
parameter is now mutually exclusive with theaws_access_key
,aws_secret_key
andsecurity_token
parameters (ansible-collections/amazon.aws#834). - ec2_vpc_route_table - 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.ec2_vpc_route_table
. - ec2_vpc_route_table_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.ec2_vpc_route_table_info
. - elb_instance - the
ec2_elbs
fact has been removed,updated_elbs
has been added the return values and includes the same information (ansible-collections#1173). - elb_network_lb - the default value of
state
has changed fromabsent
topresent
(ansible-collections#1167). - 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. (ansible-collections#898)
- 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
. - cloudfront_distribution - the current default value of
False
forpurge_tags
has been deprecated and will be updated in release 5.0.0 toTrue
. - ec2_vpc_vpn - the current default value of
False
forpurge_tags
has been deprecated and will be updated in release 5.0.0 toTrue
. - rds_param_group - the current default value of
False
forpurge_tags
has been deprecated and will be updated in release 5.0.0 toTrue
. - route53_health_check - the current default value of
False
forpurge_tags
has been deprecated and will be updated in release 5.0.0 toTrue
. - route53_zone - the current default value of
False
forpurge_tags
has been deprecated and will be updated in release 5.0.0 toTrue
. - sqs_queue - the current default value of
False
forpurge_tags
has been deprecated and will be updated in release 5.0.0 toTrue
.
- aws_kms_info - the unused and deprecated
keys_attr
parameter has been removed (ansible-collections/amazon.aws#1172). - data_pipeline - the
version
option has always been ignored and has been removed (ansible-collections#1160 - ec2_eip - The
wait_timeout
option has been removed. It has always been ignored by the module (ansible-collections#1159). - ec2_lc - the
associate_public_ip_address
option has been removed. It has always been ignored by the module (ansible-collections#1158). - ec2_metric_alarm - support for using the
<=
,<
,>
and>=
operators for comparison has been dropped. Please useLessThanOrEqualToThreshold
,LessThanThreshold
,GreaterThanThreshold
orGreaterThanOrEqualToThreshold
instead (ansible-collections/amazon.aws#1164). - ecs_ecr - The deprecated alias
delete_policy
has been removed. Please usepurge_policy
instead (ansible-collections#1161). - iam_managed_policy - the unused
fail_on_delete
parameter has been removed (ansible-collections#1168) - s3_lifecycle - the unused parameter
requester_pays
has been removed (ansible-collections#1165). - s3_sync - remove unused
retries
parameter (ansible-collections#1166).
- aws_ssm connection plugin - fix linting errors in documentation data (ansible-collections#965).
- aws_ssm_parameter_store - fix exception when description was set without value (ansible-collections#1241).
- don't require
db_instance_identifier
on state = present (ansible-collections#1078). - dynamodb_table - fix an issue when creating secondary indexes with global_keys_only (ansible-collections#967).
- ec2_asg - Change the default value of
purge_tags
tofalse
. Restores previous behaviour (ansible-collections#1064). - ec2_vpc_vpn - fix exception when no tags are passed in check mode (ansible-collections#1242).
- ecs_service - add missing change detect of
health_check_grace_period_seconds
parameter (ansible-collections#1145). - ecs_service - fix broken compare of
task_definition
that results always in a changed task (ansible-collections#1145). - ecs_service - fix validation for
placement_constraints
. It's possible to usedistinctInstance
placement constraint now (ansible-collections#1058) - ecs_taskdefinition - fix broken change detect of
launch_type
parameter (ansible-collections#1145). - elb_application_lb_info - Up default value AWS backoff retries for paginated calls. (ansible-collections#1113).
- elb_target_group_info - Up default value AWS backoff retries for paginated calls. (ansible-collections#1113).
- execute_lamba - add waiter for function_updated (ansible-collections#1108).
- execute_lambda - fix check mode and update RETURN documentation (ansible-collections#1115).
- iam_policy - require one of
policy_document
andpolicy_json
when state is present to prevent MalformedPolicyDocumentException from being thrown (ansible-collections#1093). - iam_user - don't delete user login profile on check mode (ansible-collections#1059).
- iam_user_info - gracefully handle when no users are found (ansible-collections#1059).
- lambda - fix bug where tag keys were mangled in the return values (ansible-collections#1202).
- lambda - fix bug where the lambda module was modifying tags in check mode (ansible-collections#1202).
- lambda - fix check mode on creation (ansible-collections#1108).
- rds_instance - fix check_mode and idempotency issues and added integration tests for all tests in suite (ansible-collections#1002).
- s3_lifecycle - add support of value 0 for
transition_days
(ansible-collections#1077). - s3_lifecycle - check that configuration is complete before returning (ansible-collections#1085).
- wafv2_rule_group - fix bug where description of resource state was missing when rule groups were updated (ansible-collections#1210).
- wafv2_rule_group - fix bug where updating just the description did not update the changed state (ansible-collections#1210).
- 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
- eks_fargate_profile - Manage EKS Fargate Profile
- networkfirewall - manage AWS Network Firewall firewalls
- networkfirewall_info - describe AWS Network Firewall firewalls
- networkfirewall_policy - manage AWS Network Firewall policies
- networkfirewall_policy_info - describe AWS Network Firewall policies
- networkfirewall_rule_group - create, delete and modify AWS Network Firewall rule groups
- networkfirewall_rule_group_info - describe AWS Network Firewall rule groups
- opensearch - Creates OpenSearch or ElasticSearch domain
- opensearch_info - obtain information about one or more OpenSearch or ElasticSearch domain
- rds_cluster_snapshot - Manage Amazon RDS snapshots of DB clusters
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.
- autoscaling_group_info - minor sanity test fixes (ansible-collections#1410).
- cloudfront_distribution - minor sanity test fixes (ansible-collections#1410).
- cloudfront_origin_access_identity - minor sanity test fixes (ansible-collections#1410).
- cloudtrail - minor sanity test fixes (ansible-collections#1410).
- ec2_asg_lifecycle_hook - minor sanity test fixes (ansible-collections#1410).
- ec2_vpc_nacl - minor sanity test fixes (ansible-collections#1410).
- redshift - minor sanity test fixes (ansible-collections#1410).
- s3_bucket_info - minor sanity test fixes (ansible-collections#1410).
- ec2_placement_group - Handle a potential race creation during the creation of a new Placement Group (ansible-collections#1477).
- s3_lifecycle - fix bug when deleting rules with an empty prefix (ansible-collections#1398).
- iam_server_certificate - the deprecation for the
iam_cert
alias has been extended from release 4.0.0 to release 5.0.0 (ansible-collections#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 (ansible-collections#1256). - rds_instance_snapshot - the deprecation for the
rds_snapshot
alias has been extended from release 4.0.0 to release 5.0.0 (ansible-collections#1257). - s3_sync - improves error handling during
HEAD
operation to compare existing files (ansible-collections#58).
- aws_api_gateway_domain - added the
aws_api_gateway_domain
module to the aws module_defaults group (ansible-collections#1283). - aws_config_aggregator - Fix
KeyError
when updating existing aggregator (ansible-collections#645). - aws_config_aggregator - Fix idempotency when
account_sources
parameter is not specified (ansible-collections#645). - aws_ssm - pull S3 bucket region for session generated for file transfer during playbooks (ansible-collections#1190).
- cloudfront_response_headers_policy - added the
cloudfront_response_headers_policy
module to the aws module_defaults group (ansible-collections#1283). - ec2_vpc_peer - fix idempotency when requester/accepter is reversed (ansible-collections#580).
- kms_key_info - handle access denied errors more liberally (ansible-collections#206).
- route53 - fixes bug preventing creating a DNS record with a weight of zero (ansible-collections#1378)
- route53_info - fix
max_items
parameter when used with non-paginated commands (ansible-collections#1383).
- aws_codebuild - add support for
purge_tags
parameter (ansible-collections#1221). - aws_codebuild - add the
resource_tags
parameter which takes the dictionary format for tags instead of the list of dictionaries format (ansible-collections#1221). - aws_codebuild - add the
resource_tags
return value which returns the standard dictionary format for tags instead of the list of dictionaries format (ansible-collections#1221). - aws_codebuild - the
source
andartifacts
parameters are now optional unless creating a new project (ansible-collections#1221). - ecs_service -
deployment_circuit_breaker
has been added as a supported feature (ansible-collections#1215). - ecs_service - add
service
alias to address the ecs service name with the same parameter as the ecs_service_info module is doing (ansible-collections#1187). - ecs_service_info - add
name
alias to address the ecs service name with the same parameter as the ecs_service module is doing (ansible-collections#1187). - ecs_tag -
resource_tags
has been added as an alias for thetags
parameter (ansible-collections#1184). - efs_tag -
resource_tags
has been added as an alias for thetags
parameter (ansible-collections#1184). - rds_instance - add snapshot tests to test suite to test restoring db from snapshot (ansible-collections#1081).
- rds_instance_info - add retries on common AWS failures (ansible-collections#1026).
- wafv2_web_acl - relax botocore requirement to bare minimum required (ansible-collections#1216).
- 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 (ansible-collections#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.
- aws_codebuild - fix bug where the result may be spuriously flagged as
changed
when multiple tags were set on the project (ansible-collections#1221). - ecs_service - fix broken change detect of
health_check_grace_period_seconds
parameter when not specified (ansible-collections#1212). - ecs_service - use default cluster name of
default
when not input (ansible-collections#1212). - ecs_task - dont require
cluster
and use name ofdefault
when not input (ansible-collections#1212). - lambda_info - fix bug that forces query=config when getting info for all lambdas. Now, if function name is specified, query will default to all. This may have a performance impact when querying a large number of lambdas. If function name is not specified, query will default to config (ansible-collections#1152).
- rds_instance - fix bugs associated with restoring db instance from snapshot (ansible-collections#1081).
- wafv2_ip_set - fix bug where incorrect changed state was returned when only changing the description (ansible-collections#1211).
- wafv2_web_acl - consistently return web ACL info as described in module documentation (ansible-collections#1216).
- wafv2_web_acl - fix
changed
status when description not specified (ansible-collections#1216).
This is the minor release of the community.aws
collection.
- aws_kms - add extra key/value pair to return data (key_policies) to return each policy as a dictionary rather than json string (ansible-collections#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 (ansible-collections#1052).
- ec2_asg - add check mode support (ansible-collections#1033).
- iam_policy - update broken examples and add RETURN section to documentation; add extra integration tests for idempotency check mode runs (ansible-collections#1093).
- iam_user - add
user
value to return data structure to deprecate oldiam_user
(ansible-collections#1059). - lambda - add kms_key_arn parameter (ansible-collections#1108).
- rds_instance - add
deletion_protection
parameter (ansible-collections#1105). - rds_instance - add support for addition/removal of iam roles to db instance (ansible-collections#1002).
- rds_instance_snapshot - add
check_mode
(ansible-collections#789). - rds_instance_snapshot - add copy_db_snapshot functionality (ansible-collections#1078).
- rds_instance_snapshot - add integration tests (ansible-collections#789).
- rds_instance_snapshot - update module to use handlers defined in module_utils/rds.py (ansible-collections#789).
- route53 - add support for GeoLocation param (ansible-collections/amazon.aws#1117).
- dynamodb_table - fix an issue when creating secondary indexes with global_keys_only (ansible-collections#967).
- ecs_service - add missing change detect of
health_check_grace_period_seconds
parameter (ansible-collections#1145). - ecs_service - fix broken compare of
task_definition
that results always in a changed task (ansible-collections#1145). - ecs_service - fix validation for
placement_constraints
. It's possible to usedistinctInstance
placement constraint now (ansible-collections#1058) - ecs_taskdefinition - fix broken change detect of
launch_type
parameter (ansible-collections#1145). - execute_lambda - add waiter for function_updated (ansible-collections#1108).
- execute_lambda - fix check mode and update RETURN documentation (ansible-collections#1115).
- iam_policy - require one of
policy_document
andpolicy_json
when state is present to prevent MalformedPolicyDocumentException from being thrown (ansible-collections#1093). - iam_user - don't delete user login profile on check mode (ansible-collections#1059).
- iam_user_info - gracefully handle when no users are found (ansible-collections#1059).
- lambda - fix check mode on creation (ansible-collections#1108).
- rds_instance - fix check_mode and idempotency issues and added integration tests for all tests in suite (ansible-collections#1002).
- rds_instance_snapshot - don't require
db_instance_identifier
on state = present (ansible-collections#1078). - s3_lifecycle - add support of value 0 for
transition_days
(ansible-collections#1077). - s3_lifecycle - check that configuration is complete before returning (ansible-collections#1085).
- aws_api_gateway_domain - Manage AWS API Gateway custom domains
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
value true
, possibly breaks existing playbooks for users
if they don't update their playbooks and specify
purge_tags: false
. However, this release restores the
previous behaviour.
- iam_role - delete inline policies prior to deleting role (ansible-collections#1054).
- iam_role - remove global vars and refactor accordingly (ansible-collections#1054).
- ec2_asg - Change the default value of
purge_tags
tofalse
. Restores previous behaviour (ansible-collections#1064).
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.
- s3_bucket_notifications - refactor module to support SNS / SQS targets as well as the existing support for Lambda functions (ansible-collections#140).
- aws_acm - Add
tags
andpurge_tags
parameters to tag certificates in ACM (ansible-collections#870). - cloudfront_distribution - Added support for retries (AWSRetry.jittered_backoff) (ansible-collections#296)
- ec2_asg - Added functionality to detach specific instances and/or decrement desired capacity from ASG without terminating instances (ansible-collections#933).
- ec2_asg - Restructure integration tests to run in parallel and reduce runtime (ansible-collections#1036).
- ec2_asg - add support for
purge_tags
to ec2_asg (ansible-collections#960). - ec2_eip - refactor module by fixing check_mode and more clear return obj. added integration tests (ansible-collections#936)
- elb_application_lb - Add support for alb specific attributes and check_mode support for modifying them (ansible-collections#963).
- elb_application_lb - add check_mode support and refactor integration tests (ansible-collections#894)
- elb_application_lb_info - update documentation and refactor integration tests (ansible-collections#894)
- elb_target_group - add support for alb target_type and update documentation (ansible-collections#966).
- elb_target_group - add support for setting load_balancing_algorithm_type (ansible-collections#1016).
- rds_instance - add
choices
for valid engine value (ansible-collections#1034). - rds_subnet_group - add
check_mode
(ansible-collections#562). - rds_subnet_group - add
tags
feature (ansible-collections#562).
- ecs_taskdefinition - include launch_type comparison when comparing task definitions (ansible-collections#840)
- elb_application_lb - Fix empty security groups list behaves inconsistently on create/update by treating empty security group as VPC's defaault (ansible-collections#971).
- elb_application_lb_info - Add backoff retry logic (ansible-collections#977)
- elb_target_group_info - Add backoff retry logic (ansible-collections#1001)
- iam_role - Removes unnecessary removal of permission boundary from a role when deleting a role. Unlike inline policies, permission boundaries do not need to be removed from an IAM role before deleting the IAM role. This behavior causes issues when a permission boundary is inherited that prevents removal of the permission boundary. (ansible-collections#961)
- redshift_info - fix invalid import path for botocore exceptions (ansible-collections#968).
- wafv2_web_acl - fix exception when a rule contains lists values (ansible-collections#962).
- 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
- ec2_asg_instance_refresh_info - Gather information about ec2 Auto Scaling Group (ASG) Instance Refreshes in AWS
- rds_cluster - rds_cluster module
- rds_cluster_info - Obtain information about one or more RDS clusters
- sns_topic_info - sns_topic_info module
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.
- aws_secret - Add
resource_policy
parameter (ansible-collections#843). - aws_ssm connection plugin - add parameters to explicitly specify SSE mode and KMS key id for uploads on the file transfer bucket. (ansible-collections#763)
- dynamodb_table - the
table_class
parameter has been added (ansible-collections#880). - ec2_launch_template - Add metadata options parameter
http_protocol_ipv6
andinstance_metadata_tags
(ansible-collections#917). - ec2_lc - add support for throughput parameter (ansible-collections#790).
- ec2_placement_group - add support for partition strategy and partition count (ansible-collections#872).
- elb_instance -
wait
parameter is no longer ignored (ansible-collections#826) - elb_target_group - add support for parameter
deregistration_connection_termination
(ansible-collections#913). - iam_managed_policy - refactor module adding
check_mode
and better AWSRetry backoff logic (ansible-collections#893). - iam_user - add parameter
password_reset_required
(ansible-collections#860). - wafv2_web_acl - Documentation updates wafv2_web_acl and aws_waf_web_acl (ansible-collections#721).
- wafv2_web_acl - Extended the wafv2_web_acl module to also take the
custom_response_bodies
argument (ansible-collections#721).
- Add backoff retry logic to route53_info (ansible-collections#865).
- Add backoff retry logic to route53_zone (ansible-collections#865).
- cloudfront_distribution - Dont pass
s3_origin_access_identity_enabled
to API request (ansible-collections#881). - execute_lambda - Wait for Lambda function State = Active before executing (ansible-collections#857)
- lambda - Wait for Lambda function State = Active & LastUpdateStatus = Successful before updating (ansible-collections#857)
- rds_instance - Fix updates of
iops
orallocated_storage
forio1
DB instances when only one value is changing (ansible-collections#878).
This is a path release of the community.aws
collection.
- aws_msk_config - remove duplicated and unspecific requirements (ansible-collections#863).
- ecs_taskdefinition - remove duplicated and unspecific requirements (ansible-collections#863).
- s3_lifecycle - Add
abort_incomplete_multipart_upload_days
andexpire_object_delete_marker
parameters (ansible-collections#794).
- 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 (ansible-collections#809).
- aws_glue_job - Added
command_python_version
parameter (ansible-collections#480). - aws_glue_job - Added
glue_version
parameter (ansible-collections#480). - aws_glue_job - Added support for check mode (ansible-collections#480).
- aws_glue_job - Added support for tags (ansible-collections#480).
- aws_ssm connection plugin - add parameters to explicitly specify SSE mode and KMS key id for uploads on the file transfer bucket. (ansible-collections#763)
- iam_user - add boto3 waiter for iam user creation (ansible-collections#822).
- iam_user - add password management support bringing parity with
iam
module (ansible-collections#822). - route53 -
ttl
andvalue
are not required for deleting records (ansible-collections#801). - route53_info -
max_items
andtype
are no longer ignored fixing a regression (ansible-collections#813).
- 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. - aws_kms_info - Deprecated
keys_attr
field is now ignored (ansible-collections#838). - aws_region_facts - Remove deprecated alias
aws_region_facts
. Please useaws_region_info
instead. - aws_s3_bucket_facts - Remove deprecated alias
aws_s3_bucket_facts
. Please useaws_s3_bucket_info
instead. - aws_sgw_facts - Remove deprecated alias
aws_sgw_facts
. Please useaws_sgw_info
instead. - aws_waf_facts - Remove deprecated alias
aws_waf_facts
. Please useaws_waf_info
instead. - cloudfront_facts - Remove deprecated alias
cloudfront_facts
. Please usecloudfront_info
instead. - cloudwatchlogs_log_group_facts - Remove deprecated alias
cloudwatchlogs_log_group_facts
. Please usecloudwatchlogs_log_group_info
instead. - dynamodb_table - deprecated updates currently ignored for primary keys and global_all indexes will now result in a failure. (ansible-collections#837).
- ec2_asg_facts - Remove deprecated alias
ec2_asg_facts
. Please useec2_asg_info
instead. - ec2_customer_gateway_facts - Remove deprecated alias
ec2_customer_gateway_facts
. Please useec2_customer_gateway_info
instead. - ec2_eip_facts - Remove deprecated alias
ec2_eip_facts
. Please useec2_eip_info
instead. - ec2_elb_facts - Remove deprecated alias
ec2_elb_facts
. Please useec2_elb_info
instead. - ec2_elb_info - The
ec2_elb_info
module has been removed. Please usethe ``elb_classic_lb_info
module. - ec2_lc_facts - Remove deprecated alias
ec2_lc_facts
. Please useec2_lc_info
instead. - ec2_placement_group_facts - Remove deprecated alias
ec2_placement_group_facts
. Please useec2_placement_group_info
instead. - ec2_vpc_nacl_facts - Remove deprecated alias
ec2_vpc_nacl_facts
. Please useec2_vpc_nacl_info
instead. - ec2_vpc_peering_facts - Remove deprecated alias
ec2_vpc_peering_facts
. Please useec2_vpc_peering_info
instead. - ec2_vpc_route_table_facts - Remove deprecated alias
ec2_vpc_route_table_facts
. Please useec2_vpc_route_table_info
instead. - ec2_vpc_vgw_facts - Remove deprecated alias
ec2_vpc_vgw_facts
. Please useec2_vpc_vgw_info
instead. - ec2_vpc_vpn_facts - Remove deprecated alias
ec2_vpc_vpn_facts
. Please useec2_vpc_vpn_info
instead. - ecs_service_facts - Remove deprecated alias
ecs_service_facts
. Please useecs_service_info
instead. - ecs_taskdefinition_facts - Remove deprecated alias
ecs_taskdefinition_facts
. Please useecs_taskdefinition_info
instead. - efs_facts - Remove deprecated alias
efs_facts
. Please useefs_info
instead. - elasticache_facts - Remove deprecated alias
elasticache_facts
. Please useelasticache_info
instead. - elb_application_lb_facts - Remove deprecated alias
elb_application_lb_facts
. Please useelb_application_lb_info
instead. - elb_classic_lb_facts - Remove deprecated alias
elb_classic_lb_facts
. Please useelb_classic_lb_info
instead. - elb_target_facts - Remove deprecated alias
elb_target_facts
. Please useelb_target_info
instead. - elb_target_group_facts - Remove deprecated alias
elb_target_group_facts
. Please useelb_target_group_info
instead. - iam - Removed deprecated
community.aws.iam
module. Please usecommunity.aws.iam_user
,community.aws.iam_access_key
orcommunity.aws.iam_group
(ansible-collections#839). - iam_cert_facts - Remove deprecated alias
iam_cert_facts
. Please useiam_cert_info
instead. - iam_mfa_device_facts - Remove deprecated alias
iam_mfa_device_facts
. Please useiam_mfa_device_info
instead. - iam_role_facts - Remove deprecated alias
iam_role_facts
. Please useiam_role_info
instead. - iam_server_certificate_facts - Remove deprecated alias
iam_server_certificate_facts
. Please useiam_server_certificate_info
instead. - lambda_facts - Remove deprecated module lambda_facts``. Please use
lambda_info
instead. - rds - Removed deprecated
community.aws.rds
module. Please usecommunity.aws.rds_instance
(ansible-collections#839). - rds_instance_facts - Remove deprecated alias
rds_instance_facts
. Please userds_instance_info
instead. - rds_snapshot_facts - Remove deprecated alias
rds_snapshot_facts
. Please userds_snapshot_info
instead. - redshift_facts - Remove deprecated alias
redshift_facts
. Please useredshift_info
instead. - route53_facts - Remove deprecated alias
route53_facts
. Please useroute53_info
instead.
- aws_eks - Fix EKS cluster creation with short names (ansible-collections#818).
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.
This is the last planned 2.x release of the community.aws
collection.
Consider upgrading to the latest version of community.aws
soon.
- ecs_service -
deployment_circuit_breaker
has been added as a supported feature (ansible-collections#1215). - ecs_service - add
service
alias to address the ecs service name with the same parameter as the ecs_service_info module is doing (ansible-collections#1187). - ecs_service_info - add
name
alias to address the ecs service name with the same parameter as the ecs_service module is doing (ansible-collections#1187).
- ecs_service - fix broken change detect of
health_check_grace_period_seconds
parameter when not specified (ansible-collections#1212). - ecs_service - use default cluster name of
default
when not input (ansible-collections#1212). - ecs_task - dont require
cluster
and use name ofdefault
when not input (ansible-collections#1212). - wafv2_ip_set - fix bug where incorrect changed state was returned when only changing the description (ansible-collections#1211).
This is the minor release of the community.aws
collection.
- iam_policy - update broken examples and add RETURN section to documentation; add extra integration tests for idempotency check mode runs (ansible-collections#1093).
- iam_role - delete inline policies prior to deleting role (ansible-collections#1054).
- iam_role - remove global vars and refactor accordingly (ansible-collections#1054).
- ecs_service - add missing change detect of
health_check_grace_period_seconds
parameter (ansible-collections#1145). - ecs_service - fix broken compare of
task_definition
that results always in a changed task (ansible-collections#1145). - ecs_service - fix validation for
placement_constraints
. It's possible to usedistinctInstance
placement constraint now (ansible-collections#1058) - ecs_taskdefinition - fix broken change detect of
launch_type
parameter (ansible-collections#1145). - execute_lambda - fix check mode and update RETURN documentation (ansible-collections#1115).
- iam_policy - require one of
policy_document
andpolicy_json
when state is present to prevent MalformedPolicyDocumentException from being thrown (ansible-collections#1093). - s3_lifecycle - add support of value 0 for
transition_days
(ansible-collections#1077). - s3_lifecycle - check that configuration is complete before returning (ansible-collections#1085).
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.
- Added suport for retries (AWSRetry.jittered_backoff) for cloudfront_distribution (ansible-collections#296)
- Add backoff retry logic to elb_application_lb_info (ansible-collections#977)
- ecs_taskdefinition - include launch_type comparison when comparing task definitions (ansible-collections#840)
- elb_target_group_info - Add backoff retry logic (ansible-collections#1001)
- iam_role - Removes unnecessary removal of permission boundary from a role when deleting a role. Unlike inline policies, permission boundaries do not need to be removed from an IAM role before deleting the IAM role. This behavior causes issues when a permission boundary is inherited that prevents removal of the permission boundary. (ansible-collections#961)
- redshift_info - fix invalid import path for botocore exceptions (ansible-collections#968).
- wafv2_web_acl - fix exception when a rule contains lists values (ansible-collections#962).
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.
- elb_instance -
wait
parameter is no longer ignored (ansible-collections#826)
- cloudfront_distribution - Dont pass
s3_origin_access_identity_enabled
to API request (ansible-collections#881). - execute_lambda - Wait for Lambda function State = Active before executing (ansible-collections#857)
- lambda - Wait for Lambda function State = Active & LastUpdateStatus = Successful before updating (ansible-collections#857)
This is a backport release of the community.aws
collection.
- aws_msk_config - remove duplicated and unspecific requirements (ansible-collections#863).
- aws_ssm connection plugin - add parameters to explicitly specify SSE mode and KMS key id for uploads on the file transfer bucket. (ansible-collections#763)
- ecs_taskdefinition - remove duplicated and unspecific requirements (ansible-collections#863).
- iam_user - add boto3 waiter for iam user creation (ansible-collections#822).
- iam_user - add password management support bringing parity with
iam
module (ansible-collections#822). - s3_lifecycle - Add
abort_incomplete_multipart_upload_days
andexpire_object_delete_marker
parameters (ansible-collections#794).
- aws_eks - Fix EKS cluster creation with short names (ansible-collections#818).
- ec2_asg_scheduled_action - Create, modify and delete ASG scheduled scaling actions.
- aws_config_delivery_channel - replaced use of deprecated backoff decorator (ansible-collections#764).
- aws_direct_connect_confirm_connection - replaced use of deprecated backoff decorator (ansible-collections#764).
- aws_direct_connect_connection - replaced use of deprecated backoff decorator (ansible-collections#764).
- aws_direct_connect_link_aggregation_group - replaced use of deprecated backoff decorator (ansible-collections#764).
- aws_direct_connect_virtual_interface - replaced use of deprecated backoff decorator (ansible-collections#764).
- aws_inspector_target - replaced use of deprecated backoff decorator (ansible-collections#764).
- aws_kms - add support for
kms_spec
andkms_usage
parameter (ansible-collections#774). - aws_kms - replaced use of deprecated backoff decorator (ansible-collections#764).
- aws_kms_info - replaced use of deprecated backoff decorator (ansible-collections#764).
- cloudformation_stack_set - replaced use of deprecated backoff decorator (ansible-collections#764).
- cloudfront_distribution - add
TLSv1.2_2021
security policy for viewer connections (ansible-collections#707). - dms_endpoint - replaced use of deprecated backoff decorator (ansible-collections#764).
- dms_replication_subnet_group - replaced use of deprecated backoff decorator (ansible-collections#764).
- dynamodb_table - add support for setting the
billing_mode
option (ansible-collections#753). - dynamodb_table - the module has been updated to use the boto3 AWS SDK (ansible-collections#726).
- ec2_asg - replaced use of deprecated backoff decorator (ansible-collections#764).
- ec2_eip - added support for tagging EIPs (ansible-collections#332).
- ec2_eip_info - added automatic retries for common temporary API failures (ansible-collections#332).
- ec2_eip_info - added support for tagging EIPs (ansible-collections#332).
- ec2_elb_info - replaced use of deprecated backoff decorator (ansible-collections#764).
- ec2_win_password - module updated to use the boto3 AWS SDK (ansible-collections#759).
- ecs_service - added support for forcing deletion of a service (ansible-collections#228).
- ecs_service_info - replaced use of deprecated backoff decorator (ansible-collections#764).
- ecs_taskdefinition - add
placement_constraints
option (ansible-collections#741). - efs - add
transition_to_ia
parameter to support specifying the number of days before transitioning data to inactive storage (ansible-collections#522). - elb_instance - added new
updated_elbs
return value (ansible-collections#773). - elb_instance - the module has been migrated to the boto3 AWS SDK (ansible-collections#773).
- elb_target_group - add
preserve_client_ip_enabled
option (ansible-collections#670). - elb_target_group - add
proxy_protocol_v2_enabled
option (ansible-collections#670). - iam_managed_policy - replaced use of deprecated backoff decorator (ansible-collections#764).
- iam_role - Added
wait
option for IAM role creation / updates (ansible-collections#767). - iam_saml_federation - replaced use of deprecated backoff decorator (ansible-collections#764).
- iam_server_certificate - add support for check_mode (ansible-collections#737).
- iam_server_certificate - migrate module to using the boto3 SDK (ansible-collections#737).
- lambda_info - add automatic retries for recoverable errors (ansible-collections#777).
- lambda_info - add support for tags (ansible-collections#375).
- lambda_info - use paginator for list queries (ansible-collections#777).
- rds - replaced use of deprecated backoff decorator (ansible-collections#764).
- redshift_subnet_group - added support for check_mode (ansible-collections#724).
- redshift_subnet_group - the
group_description
option has been renamed todescription
and is now optional. The old parameter name will continue to work (ansible-collections#724). - redshift_subnet_group - the
group_subnets
option has been renamed tosubnets
and is now only required when creating a new group. The old parameter name will continue to work (ansible-collections#724). - redshift_subnet_group - the module has been migrated to the boto3 AWS SDK (ansible-collections#724).
- route53_health_check - add support for tagging health checks (ansible-collections#765).
- route53_health_check - added support for check_mode (ansible-collections#734).
- route53_health_check - added support for disabling health checks (ansible-collections#756).
- route53_health_check - migrated to boto3 SDK (ansible-collections#734).
- route53_zone - add support for tagging Route 53 zones (ansible-collections#565).
- sqs_queue - Providing a kms_master_key_id will now enable SSE properly (ansible-collections#762)
- 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 (ansible-collections#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 (ansible-collections#726).
- elb_instance - setting of the
ec2_elb
fact has been deprecated and will be removed in release 4.0.0 of the collection. See the module documentation for an alternative example using the register keyword (ansible-collections#773). - iam_cert - the iam_cert module has been renamed to iam_server_certificate for consistency with the companion iam_server_certificate_info module. The usage of the module has not changed. The iam_cert alias will be removed in version 4.0.0 (ansible-collections#728).
- iam_server_certificate - Passing file names to the
cert
,chain_cert
andkey
parameters has been deprecated. We recommend using a lookup plugin to read the files instead, see the documentation for an example (ansible-collections#735). - iam_server_certificate - the default value for the
dup_ok
parameter is currentlyfalse
, in version 4.0.0 this will be updated totrue
. To preserve the current behaviour explicitly set thedup_ok
parameter tofalse
(ansible-collections#737). - 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 (ansible-collections#783).
- AWS action group - added missing
aws_direct_connect_confirm_connection
andefs_tag
entries (ansible-collections/amazon.aws#557). - cloudfront_info - Switch to native boto3 paginators to fix reported bug when over 100 distributions exist (ansible-collections#769).
- ec2_eip - fix bug when allocating an EIP but not associating it to a VPC (ansible-collections#731).
- elb_classic_lb_info - fix empty list returned when names not defined (ansible-collections#693).
- elb_instance - Python 3 compatibility fix (ansible-collections#384).
- iam_role_info - switch to jittered backoff to reduce rate limiting failures (ansible-collections#748).
- rds_instance - Fixed issue with enabling enhanced monitoring on a pre-existing RDS instance (ansible-collections#747).
- route53 - add missing set identifier in resource_record_set (ansible-collections#595).
- route53 - fix diff mode when deleting records (ansible-collections#802).
- route53 - return empty result for nonexistent records (ansible-collections#799).
- sns_topic - define suboptions for delivery_policy option (ansible-collections#713).
- iam_access_key - Manage AWS IAM User access keys
- iam_access_key_info - fetch information about AWS IAM User access keys
- rds_option_group - rds_option_group module
- rds_option_group_info - rds_option_group_info module
- community.aws collection - The community.aws collection has dropped support for
botocore<1.18.0
andboto3<1.15.0
(ansible-collections#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 (ansible-collections/amazon.aws#442).
- aws_eks_cluster - Tests for compatibility with older versions of the AWS SDKs have been removed (ansible-collections#675).
- aws_kms_info - use a generator rather than list comprehension (ansible-collections#688).
- aws_s3_bucket_info - added test for botocore>=1.18.11 when attempting to fetch bucket ownership controls (ansible-collections#682)
- aws_ses_rule_set - use a generator rather than list comprehension (ansible-collections#688).
- aws_sgw_info - ensure module runs in check_mode (ansible-collections#659).
- cloudformation_exports_info - ensure module runs in check_mode (ansible-collections#659).
- cloudformation_stack_set - Tests for compatibility with older versions of the AWS SDKs have been removed (ansible-collections#675).
- cloudfront_info - ensure module runs in check_mode (ansible-collections#659).
- cloudwatchevent_rule - use a generator rather than list comprehension (ansible-collections#688).
- dynamodb_table - Tests for compatibility with older versions of the AWS SDKs have been removed (ansible-collections#675).
- dynamodb_ttl - Tests for compatibility with older versions of the AWS SDKs have been removed (ansible-collections#675).
- ec2_ami_copy - Tests for compatibility with older versions of the AWS SDKs have been removed (ansible-collections#675).
- ec2_asg - Tests for compatibility with older versions of the AWS SDKs have been removed (ansible-collections#675).
- ec2_asg_info - ensure module runs in check_mode (ansible-collections#659).
- ec2_launch_template - Tests for compatibility with older versions of the AWS SDKs have been removed (ansible-collections#675).
- ec2_lc_info - ensure module runs in check_mode (ansible-collections#659).
- ec2_transit_gateway - Tests for compatibility with older versions of the AWS SDKs have been removed (ansible-collections#675).
- ec2_transit_gateway_info - Tests for compatibility with older versions of the AWS SDKs have been removed (ansible-collections#675).
- ec2_vpc_peer - Tests for compatibility with older versions of the AWS SDKs have been removed (ansible-collections#675).
- ec2_vpc_peer - use shared code for tagging peering connections (ansible-collections#614).
- ec2_vpc_route_table - use shared code for tagging route tables (ansible-collections#616).
- ec2_vpc_vgw - fix arguments-renamed pylint issue (ansible-collections#686).
- ec2_vpc_vpn - fix arguments-renamed pylint issue (ansible-collections#686).
- ecs_ecr - Tests for compatibility with older versions of the AWS SDKs have been removed (ansible-collections#675).
- ecs_service - Tests for compatibility with older versions of the AWS SDKs have been removed (ansible-collections#675).
- ecs_task - Tests for compatibility with older versions of the AWS SDKs have been removed (ansible-collections#675).
- ecs_task - remove unused import (ansible-collections#686).
- ecs_taskdefinition - Tests for compatibility with older versions of the AWS SDKs have been removed (ansible-collections#675).
- efs - Tests for compatibility with older versions of the AWS SDKs have been removed (ansible-collections#675).
- efs_info - Tests for compatibility with older versions of the AWS SDKs have been removed (ansible-collections#675).
- elasticache_subnet_group - add return values (ansible-collections#723).
- elasticache_subnet_group - add support for check_mode (ansible-collections#723).
- elasticache_subnet_group - module migrated to boto3 AWS SDK (ansible-collections#723).
- elb_application_lb - added
ip_address_type
parameter to support changing application load balancer configuration (ansible-collections#499). - elb_application_lb_info - added
ip_address_type
in output when gathering application load balancer parameters (ansible-collections#499). - elb_instance - make elb_instance idempotent when deregistering instances. Merged from ec2_elb U(ansible/ansible#31660).
- elb_network_lb - added
ip_address_type
parameter to support changing network load balancer configuration (ansible-collections#499). - elb_target_group - Tests for compatibility with older versions of the AWS SDKs have been removed (ansible-collections#675).
- elb_target_group - use a generator rather than list comprehension (ansible-collections#688).
- iam - use a generator rather than list comprehension (ansible-collections#688).
- iam_group - use a generator rather than list comprehension (ansible-collections#688).
- iam_mfa_device_info - ensure module runs in check_mode (ansible-collections#659).
- iam_role - Tests for compatibility with older versions of the AWS SDKs have been removed (ansible-collections#675).
- iam_role - use a generator rather than list comprehension (ansible-collections#688).
- iam_server_certificate_info - ensure module runs in check_mode (ansible-collections#659).
- iam_user - use a generator rather than list comprehension (ansible-collections#688).
- kms_info - added a new
keys_attr
parameter to continue returning the key details in thekeys
attribute as well as thekms_keys
attribute (ansible-collections#648). - lambda - Tests for compatibility with older versions of the AWS SDKs have been removed (ansible-collections#675).
- rds_instance - Tests for compatibility with older versions of the AWS SDKs have been removed (ansible-collections#675).
- rds_instance - convert
preferred_maintenance_window
days into lowercase so changed returns properly (ansible-collections#516). - rds_instance - use a generator rather than list comprehension (ansible-collections#688).
- route53 - add rate-limiting retries while waiting for changes to propagate (ansible-collections#564).
- route53 - add retries on
PriorRequestNotComplete
errors (ansible-collections#564). - route53 - update retry
max_delay
setting so that it can be set above 60 seconds (ansible-collections#564). - sns_topic - Added
topic_type
parameter to select type of SNS topic (either FIFO or Standard) (ansible-collections#599). - sqs_queue - Tests for compatibility with older versions of the AWS SDKs have been removed (ansible-collections#675).
- various community.aws modules - remove unused imports (ansible-collections#629)
- wafv2_resources_info - ensure module runs in check_mode (ansible-collections#659).
- wafv2_web_acl_info - ensure module runs in check_mode (ansible-collections#659).
- 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
. - ec2_vpc_endpoint - 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.ec2_vpc_endpoint
. - ec2_vpc_endpoint_facts - 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.ec2_vpc_endpoint_info
. - ec2_vpc_endpoint_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.ec2_vpc_endpoint_info
. - ec2_vpc_endpoint_service_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.ec2_vpc_endpoint_service_info
. - ec2_vpc_igw - 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.ec2_vpc_igw
. - ec2_vpc_igw_facts - 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.ec2_vpc_igw_info
. - ec2_vpc_igw_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.ec2_vpc_igw_info
. - ec2_vpc_nat_gateway - 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.ec2_vpc_nat_gateway
. - ec2_vpc_nat_gateway_facts - 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.ec2_vpc_nat_gateway_info
. - ec2_vpc_nat_gateway_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.ec2_vpc_nat_gateway_info
. - kms_info - key details are now returned in the
kms_keys
attribute rather than thekeys
attribute (ansible-collections#648).
- 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 (ansible-collections#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 (ansible-collections#586). - elb_classic_lb - the
elb_classic_lb
module has been removed and redirected to theamazon.aws.ec2_elb_lb
module which functions identically. - iam - the boto based
iam
module has been deprecated in favour of the boto3 basediam_user
,iam_group
andiam_role
modules. Theiam
module will be removed in release 3.0.0 (ansible-collections#664). - rds - the boto based
rds
module has been deprecated in favour of the boto3 basedrds_instance
module. Therds
module will be removed in release 3.0.0 (ansible-collections#663). - 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
amazon.aws.ec2
inventory plugin.
- aws_secret - fix deletion idempotency when not using instant deletion (ansible-collections#681).
- aws_ssm - rename
retries
toreconnection_retries
to avoid conflict with task retries - ec2_vpc_peer - automatically retry when attempting to tag freshly created peering connections (ansible-collections#614).
- ec2_vpc_route_table - automatically retry when attempting to modify freshly created route tables (ansible-collections#616).
- ecs_taskdefinition - ensure cast to integer (ansible-collections#574).
- ecs_taskdefinition - fix idempotency (ansible-collections#574).
- ecs_taskdefinition - fix typo in ecs task defination for env file validations (ansible-collections#600).
- iam_role - Modified iam_role internal code to replace update_role_description with update_role (ansible-collections#697).
- route53 - fix typo in waiter configuration that prevented management of the delays (ansible-collections#564).
- s3_sync - fix handling individual file path to upload a individual file to s3 bucket (ansible-collections#692).
- sqs_queue - fix queue attribute comparison to make module idempotent (ansible-collections#592).
- aws_msk_cluster - Manage Amazon MSK clusters.
- aws_msk_config - Manage Amazon MSK cluster configurations.
- efs_tag - create and remove tags on Amazon EFS resources
- aws_config_aggregator - Fix typos in attribute names (ansible-collections#553).
- aws_glue_connection - Added multple connection types (ansible-collections#503).
- aws_glue_connection - Added support for check mode (ansible-collections#503).
- aws_glue_job - added
number_of_workers
,worker_type
andglue_version
attributes to the module (ansible-collections#370). - aws_region_info - Add retries on common AWS failures (ansible-collections#422).
- aws_s3_bucket_info - new module options
name
,name_filter
,bucket_facts
andtransform_location
(ansible-collections#260). - aws_ssm connection plugin - add support for specifying a profile to be used when connecting (ansible-collections#278).
- aws_ssm_parameter_store - added tier parameter option (ansible/ansible#59738).
- ec2_asg module - add support for all mixed_instances_policy parameters (ansible-collections#231).
- ec2_asg_info - gather information about asg lifecycle hooks (ansible-collections#233).
- ec2_instance - wait for new instances to return a status before attempting to set additional parameters (ansible-collections#533).
- ec2_instance_info - add retries on common AWS failures (ansible-collections#521).
- ec2_launch_template - added
metadata_options
parameter to support changing the IMDS configuration for instances (ansible-collections#322). - ec2_metric_alarm - Added support for check mode (ansible-collections#470).
- ec2_metric_alarm - Made
unit
parameter optional (ansible-collections#470). - ec2_vpc_egress_igw - Add retries on common AWS failures (ansible-collections#421).
- ec2_vpc_endpoint - Add retries on common AWS failures. (ansible-collections#473)
- ec2_vpc_endpoint - Added support for specifying
vpc_endpoint_type
(ansible-collections#460). - ec2_vpc_endpoint - The module now supports tagging endpoints. (ansible-collections#473)
- ec2_vpc_endpoint - The module will now lookup existing endpoints and try to match on the provided parameters before creating a new endpoint for better idempotency. (ansible-collections#473)
- ec2_vpc_endpoint_info - ensure paginated endpoint description is retried on common AWS failures (ansible-collections#537).
- ec2_vpc_endpoint_info - use boto3 paginator when fetching services (ansible-collections#537).
- ec2_vpc_endpoint_service_info - new module added for fetching information about available VPC endpoint services (ansible-collections#346).
- ec2_vpc_nacl - add support for IPv6 (ansible-collections#398).
- ec2_vpc_nat_gateway - add AWSRetry decorators to improve reliability (ansible-collections#427).
- ec2_vpc_nat_gateway - code cleaning (ansible-collections#445)
- ec2_vpc_nat_gateway - imporove documentation (ansible-collections#445)
- ec2_vpc_nat_gateway - improve error handling (ansible-collections#445)
- ec2_vpc_nat_gateway - use custom waiters to manage NAT gateways states (deleted and available) (ansible-collections#445)
- ec2_vpc_nat_gateway - use pagination on describe calls to ensure all results are fetched (ansible-collections#427).
- ec2_vpc_nat_gateway_info - Add paginator (ansible-collections#472).
- ec2_vpc_nat_gateway_info - Improve documentation (ansible-collections#472).
- ec2_vpc_nat_gateway_info - Improve error handling (ansible-collections#472)
- ec2_vpc_nat_gateway_info - Use normalize_boto3_result (ansible-collections#472)
- ec2_vpc_nat_gateway_info - solve RequestLimitExceeded error by adding retry decorator (ansible-collections#446)
- ec2_vpc_peer - More return info added, also simplified module code a bit and extended tests (ansible-collections#355)
- ec2_vpc_peer - add support for waiting on state changes (ansible-collections#501).
- ec2_vpc_peering_info - add
vpc_peering_connections
return value to be consistent with boto3 modules (ansible-collections#501). - ec2_vpc_peering_info - add retries on common AWS failures (ansible-collections#536).
- ec2_vpc_route_table - add AWSRetry decorators to improve reliability (ansible-collections#442).
- ec2_vpc_route_table - add boto3 pagination for some searches (ansible-collections#442).
- ec2_vpc_route_table_info - migrate to boto3 (ansible-collections#442).
- ec2_vpc_vgw - Add automatic retries for recoverable errors (ansible-collections#162).
- ec2_vpc_vpn - Add automatic retries for recoverable errors (ansible-collections#162).
- ecs_service - Add
platform_version
parameter toecs_service
(ansible-collections#353). - ecs_task - added
assign_public_ip
option for network_configuration (ansible-collections#395). - ecs_taskdefinition - Documentation improvement (ansible-collections#520)
- elasticache - Improve docs a little, add intgration tests (ansible-collections#410).
- elb_classic_info - If the provided load balancer doesn't exist, return an empty list instead of throwing an error. (ansible-collections#215).
- elb_target_group - Add elb target group attributes
stickiness_app_cookie_name
andstickiness_app_cookie_duration_seconds
. Also update docs for stickiness_type to mention application cookie (ansible-collections#548) - iam - Make iam module more predictable when returning the
user_name
it creates or deletes (ansible-collections#369). - iam_saml_federation - module now returns the state of the provider when no changes are made (ansible-collections#419).
- kinesis_stream - check_mode is now based on the live settings rather than comparisons with a hard coded/fake stream definition (ansible-collections#27).
- kinesis_stream - now returns changed more accurately (ansible-collections#27).
- kinesis_stream - now returns tags consistently (ansible-collections#27).
- kinesis_stream - return values are now the same format when working with both encrypted and un-encrypted streams (ansible-collections#27).
- lambda_alias - add retries on common AWS failures (ansible-collections#396).
- lambda_alias - use common helper functions to create AWS connections (ansible-collections#396).
- lambda_alias - use common helper functions to perform snake_case to CamelCase conversions (ansible-collections#396).
- rds_instance - new
purge_security_groups
parameter (ansible-collections#385). - rds_param_group - Add AWSRetry (ansible-collections#532).
- rds_param_group - Fix integration tests (ansible-collections#532).
- rds_param_group - Support check_mode (ansible-collections#532).
- rds_snapshot - added to the aws module_defaults group (ansible-collections#515).
- route53 - fixes AWS API error when attempting to create Alias records (ansible-collections#434).
- s3_lifecycle - Add a
wait
parameter to wait for changes to propagate after being set (ansible-collections#448). - s3_lifecycle - Add retries on common AWS failures (ansible-collections#448).
- s3_lifecycle - Fix idempotency when using dates instead of days (ansible-collections#448).
- s3_logging - added support for check_mode (ansible-collections#447).
- s3_logging - migrated from boto to boto3 (ansible-collections#447).
- s3_sync - new
storage_class
feature allowing to specify the storage class when any object is added to an S3 bucket (ansible-collections#358). - sanity tests - add ignore.txt for 2.12 (ansible-collections#527).
- state_machine_arn - return
state_machine_arn
when state is unchanged (ansible-collections#302).
- ec2_vpc_endpoint_info - the
query
option has been deprecated and will be removed after 2022-12-01 (ansible-collections#346). The ec2_vpc_endpoint_info now defaults to listing information about endpoints. The ability to search for information about available services has been moved to the dedicated moduleec2_vpc_endpoint_service_info
.
- aws_direct_connect_virtual_interface - mark the
authentication_key
parameter asno_log
to avoid accidental leaking of secrets in logs (ansible-collections#475). - aws_secret - flag the
secret
parameter as containing sensitive data which shouldn't be logged (ansible-collections#471). - sts_assume_role - mark the
mfa_token
parameter asno_log
to avoid accidental leaking of secrets in logs (ansible-collections#475). - sts_session_token - mark the
mfa_token
parameter asno_log
to avoid accidental leaking of secrets in logs (ansible-collections#475).
- aws_ssm - Adds destructor to SSM connection plugin to ensure connections are properly cleaned up after usage (ansible-collections#542).
- aws_ssm - enable aws ssm connections if AWS_SESSION_TOKEN is missing (ansible-collections#535).
- cloudtrail - fix always reporting changed = true when kms alias used (ansible-collections#506).
- cloudtrail - fix lower casing of tag keys (ansible-collections#506).
- ec2_asg - fix target group update logic (ansible-collections#493).
- ec2_instance - ensure that termination protection isn't modified when using check_mode (ansible/ansible#67716).
- ec2_instance - fix key errors when instance has no tags (ansible-collections#476).
- ec2_launch_template - ensure that empty parameters are properly removed before passing to AWS (ansible-collections#230).
- ec2_launch_template - fixes parameter validation failure when passing a instance profile ARN instead of just the role name (ansible-collections#371).
- ec2_vpc_peer - fix idempotency when rejecting and deleting peering connections (ansible-collections#501).
- ec2_vpc_route_table - catch RouteAlreadyExists error when rerunning same task twice to make module idempotent (ansible-collections#357).
- elasticache - Fix
KeyError
issue when updating security group (ansible-collections#410). - kinesis_stream - fixed issue where streams get marked as changed even if no encryption actions were necessary (ansible/ansible#65928).
- rds_instance - fixes bug preventing the use of tags when creating an RDS instance from a snapshot (ansible-collections#530).
- route53 - ensure that the old return values are re-added along side the new ones (ansible-collections#523).
- route53 - fix
AttributeError
inget_zone_id_by_name
when a vpc_id on a private zone is provided (ansible-collections#509). - route53 - fix handling for characters escaped by AWS in record names, like
*
and@
. This fixes idempotency for such record names (ansible-collections#524). - route53 - fix when using
state=get
on private DNS zones and add tests to cover this scenario (ansible-collections#424). - route53 - make sure that CAA values order is again ignored during idempotency comparsion (ansible-collections#524).
- sns_topic - Add
+
to allowable characters in SMS endpoints (ansible-collections#454). - sqs_queue - fix UnboundLocalError when passing a boolean parameter (ansible-collections#172).
- ec2_vpc_endpoint_service_info - retrieves AWS VPC endpoint service details
- wafv2_ip_set - wafv2_ip_set
- wafv2_ip_set_info - Get information about wafv2 ip sets
- wafv2_resources - wafv2_web_acl
- wafv2_resources_info - wafv2_resources_info
- wafv2_rule_group - wafv2_web_acl
- wafv2_rule_group_info - wafv2_web_acl_info
- wafv2_web_acl - wafv2_web_acl
- wafv2_web_acl_info - wafv2_web_acl
- aws_kms - add support for setting the deletion window using
pending_window
(PendingWindowInDays) (ansible-collections#200). - aws_kms_info - Add
key_id
andalias
parameters to support fetching a single key (ansible-collections#200). - dynamodb_ttl - use
botocore_at_least
helper for checking the available botocore version (ansible-collections#280). - ec2_instance - add automatic retries on all paginated queries for temporary errors (ansible-collections#373).
- ec2_instance - migrate to shared implementation of get_ec2_security_group_ids_from_names. The module will now return an error if the subnet provided isn't in the requested VPC. (ansible-collections#214)
- ec2_instance_info - added
minimum_uptime
option with aliasuptime
for filtering instances that have only been online for certain duration of time in minutes (ansible-collections#356). - ec2_launch_template - Add retries on common AWS failures (ansible-collections#326).
- ec2_vpc_peer - use
botocore_at_least
helper for checking the available botocore version (ansible-collections#280). - ecs_task - use
botocore_at_least
helper for checking the available botocore version (ansible-collections#280). - route53 - migrated from boto to boto3 (ansible-collections#405).
- various community.aws modules - cleanup error handling to use
is_boto3_error_code
andis_boto3_error_message
helpers (ansible-collections#268). - various community.aws modules - cleanup of Python imports (ansible-collections#360).
- various community.aws modules - improve consistency of handling Boto3 exceptions (ansible-collections#268).
- various community.aws modules - migrate exception error message handling from fail_json to fail_json_aws (ansible-collections#361).
- ec2_eip - formally deprecate the
instance_id
alias fordevice_id
(ansible-collections#349). - ec2_vpc_endpoint - deprecate the policy_file option and recommend using policy with a lookup (ansible-collections#366).
- aws_kms - fixes issue where module execution fails without the kms:GetKeyRotationStatus permission. (ansible-collections#200).
- aws_kms_info - ensure that searching by tag works when tag only exists on some CMKs (ansible-collections#276).
- aws_s3_cors - fix element type for rules parameter. (ansible-collections#408).
- aws_ssm - fix the generation of CURL URL used to download Ansible Python file from S3 bucket by
_get_url()
due to due to non-assignment of aws region in the URL and not using V4 signature as specified for AWS S3 signature URL by_get_boto_client()
in (ansible-collections#352). - aws_ssm - fixed
UnicodeEncodeError
error when using unicode file names (ansible-collections#295). - ec2_eip - fix eip association by instance id & private ip address due to case-sensitivity of the
PrivateIpAddress
parameter (ansible-collections#328). - ec2_vpc_endpoint - ensure
changed
is correctly set when deleting an endpoint (ansible-collections#362). - ec2_vpc_endpoint - fix exception when attempting to delete an endpoint which has already been deleted (ansible-collections#362).
- ecs_task - use
required_if
to enforce mandatory parameters based on specified operation (ansible-collections#402). - elb_application_lb - during the removal of an instance, the associated listeners are also removed.
- ec2_vpc_igw - Add AWSRetry decorators to improve reliability (ansible-collections#318).
- ec2_vpc_igw - Add
purge_tags
parameter so that tags can be added without purging existing tags to match the collection standard tagging behaviour (ansible-collections#318). - ec2_vpc_igw_info - Add AWSRetry decorators to improve reliability (ansible-collections#318).
- ec2_vpc_igw_info - Add
convert_tags
parameter so that tags can be returned in standard dict format rather than the both list of dict format (ansible-collections#318). - rds_instance - set
no_log=False
onforce_update_password
to clear warning (ansible-collections#241). - redshift - add support for setting tags.
- s3_lifecycle - Add support for intelligent tiering and deep archive storage classes (ansible-collections#270)
- ec2_vpc_igw_info - After 2022-06-22 the
convert_tags
parameter default value will change fromFalse
toTrue
to match the collection standard behavior (ansible-collections#318).
- aws_kms_info - fixed incompatibility with external and custom key-store keys. The module was attempting to call
GetKeyRotationStatus
, which raisesUnsupportedOperationException
for these key types (ansible-collections#311). - ec2_win_password - on success return state as not changed (ansible-collections#145)
- ec2_win_password - return failed if unable to decode the password (ansible-collections#142)
- ecs_service - fix element type for
load_balancers
parameter (ansible-collections#265). - ecs_taskdefinition - fixes elements type for
containers
parameter (ansible-collections#264). - iam_policy - Added jittered_backoff to handle AWS rate limiting (ansible-collections#324).
- iam_policy_info - Added jittered_backoff to handle AWS rate limiting (ansible-collections#324).
- kinesis_stream - fixes issue where kinesis streams with > 100 shards get stuck in an infinite loop (ansible-collections#93)
- s3_sync - fix chunk_size calculation (ansible-collections#272)
- s3_metrics_configuration - Manage s3 bucket metrics configuration in AWS
- aws_ssm connection plugin - Change the (internal) variable name from timeout to plugin_timeout to avoid conflicts with ansible/ansible default timeout (#69284,
- aws_ssm connection plugin - add STS token options to aws_ssm connection plugin.
- ec2_scaling_policy - Add support for step_adjustments
- ec2_scaling_policy - Migrate from boto to boto3
- rds_subnet_group module - Add Boto3 support and remove Boto support.
- aws_ssm connection plugin - namespace file uploads to S3 into unique folders per host, to prevent name collisions. Also deletes files from S3 to ensure temp files are not left behind. (ansible-collections#221, ansible-collections#222)
- rds_instance - fixed tag type conversion issue for creating read replicas.
- Add retries for aws_api_gateway when AWS throws
TooManyRequestsException
- Migrate the remaning boto3 based modules to the module based helpers for creating AWS connections.
- aws_codecommit - fixes issue where module execution would fail if an existing repository has empty description (ansible-collections#195)
- aws_kms_info - fixes issue where module execution fails because certain AWS KMS keys (e.g. aws/acm) do not permit the calling the API kms:GetKeyRotationStatus (example - https://forums.aws.amazon.com/thread.jspa?threadID=312992) (ansible-collections#199)
- ec2_instance - Fix a bug where tags were updated in check_mode.
- ec2_instance - fixes issue where security groups were not changed if the instance already existed. ansible-collections#22
- iam - Fix false positive warning regarding use of
no_log
onupdate_password
- Remaining community.aws AnsibleModule based modules migrated to AnsibleAWSModule.
- sanity - add future imports in all missing places.
- data_pipeline - the
version
option has been deprecated and will be removed in a later release. It has always been ignored by the module. - ec2_eip - the
wait_timeout
option has been deprecated and will be removed in a later release. It has had no effect since Ansible 2.3. - ec2_lc - the
associate_public_ip_address
option has been deprecated and will be removed after a later release. It has always been ignored by the module. - elb_network_lb - in a later release, the default behaviour for the
state
option will change fromabsent
topresent
. To maintain the existing behavior explicitly set state toabsent
. - iam_managed_policy - the
fail_on_delete
option has been deprecated and will be removed after a later release. It has always been ignored by the module. - iam_policy - in a later release, the default value for the
skip_duplicates
option will change fromtrue
tofalse
. To maintain the existing behavior explicitly set it totrue
. - iam_policy - the
policy_document
option has been deprecated and will be removed after a later release. To maintain the existing behavior use thepolicy_json
option and read the file with thelookup
plugin. - iam_role - in a later release, the
purge_policies
option (also know aspurge_policy
) default value will change fromtrue
tofalse
- s3_lifecycle - the
requester_pays
option has been deprecated and will be removed after a later release. It has always been ignored by the module. - s3_sync - the
retries
option has been deprecated and will be removed after 2022-06-01. It has always been ignored by the module.
- Allow all params that boto support in aws_api_gateway module
- aws_acm - Add the module to group/aws for module_defaults.
- aws_acm - Update automatic retries to stabilize the integration tests.
- aws_codecommit - Support updating the description
- aws_kms - Adds the
enable_key_rotation
option to enable or disable automatically key rotation. - aws_kms - code refactor, some error messages updated
- aws_kms_info - Adds the
enable_key_rotation
info to the return value. - ec2_asg - Add support for Max Instance Lifetime
- ec2_asg - Add the ability to use mixed_instance_policy in launch template driven autoscaling groups
- ec2_asg - Migrated to AnsibleAWSModule
- ec2_placement_group - make
name
a required field. - ecs_task_definition - Add network_mode=default to support Windows ECS tasks.
- elb_network_lb - added support to UDP and TCP_UDP protocols
- elb_target - add awsretry to prevent rate exceeded errors (ansible/ansible#51108)
- elb_target_group - allow UDP and TCP_UDP protocols; permit only HTTP/HTTPS health checks using response codes and paths
- iam - make
name
a required field. - iam_cert - make
name
a required field. - iam_policy - The iam_policy module has been migrated from boto to boto3.
- iam_policy - make
iam_name
a required field. - iam_role - Add support for managing the maximum session duration
- iam_role - Add support for removing the related instance profile when we delete the role
- iam_role, iam_user and iam_group - the managed_policy option has been renamed to managed_policies (with an alias added)
- iam_role, iam_user and iam_group - the purge_policy option has been renamed to purge_policies (with an alias added)
- lambda - add a tracing_mode parameter to set the TracingConfig for AWS X-Ray. Also allow updating Lambda runtime.
- purefa_volume - Change I(qos) parameter to I(bw_iops), but retain I(qos) as an alias for backwards compatibility (ansible/ansible#61577).
- redshift - Add AWSRetry calls for errors outside our control
- route53 - the module now has diff support.
- sns_topic - Add backoff when we get Topic
NotFound
exceptions while listing the subscriptions. - sqs_queue - Add support for tagging, KMS and FIFO queues
- sqs_queue - updated to use boto3 instead of boto
- cloudformation - The
template_format
option had no effect since Ansible 2.3 and will be removed after 2022-06-01 - data_pipeline - The
version
option had no effect and will be removed after 2022-06-01 - ec2_eip - The
wait_timeout
option had no effect and will be removed after 2022-06-01 - ec2_key - The
wait_timeout
option had no effect and will be removed after 2022-06-01 - ec2_key - The
wait
option had no effect and will be removed after 2022-06-01 - ec2_lc - The
associate_public_ip_address
option had no effect and will be removed after 2022-06-01 - elb_network_lb - The current default value of the
state
option has been deprecated and will change from absent to present after 2022-06-01 - iam_managed_policy - The
fail_on_delete
option had no effect and will be removed after 2022-06-01 - iam_policy - The
policy_document
will be removed after 2022-06-01. To maintain the existing behavior use thepolicy_json
option and read the file with thelookup
plugin. - iam_policy - The default value of
skip_duplicates
will change after 2022-06-01 fromtrue
tofalse
. - iam_role - The default value of the purge_policies has been deprecated and will change from true to false after 2022-06-01
- s3_lifecycle - The
requester_pays
option had no effect and will be removed after 2022-06-01 - s3_sync - The
retries
option had no effect and will be removed after 2022-06-01
- security issue - Convert CLI provided passwords to text initially, to prevent unsafe context being lost when converting from bytes->text during post processing of PlayContext. This prevents CLI provided passwords from being incorrectly templated (CVE-2019-14856)
- security issue - Update
AnsibleUnsafeText
andAnsibleUnsafeBytes
to maintain unsafe context by overriding.encode
and.decode
. This prevents future issues withto_text
,to_bytes
, orto_native
removing the unsafe wrapper when converting between string types (CVE-2019-14856) - azure_rm_dnsrecordset_info - no longer returns empty
azure_dnsrecordset
facts when called as_info
module. - azure_rm_resourcegroup_info - no longer returns
azure_resourcegroups
facts when called as_info
module. - azure_rm_storageaccount_info - no longer returns empty
azure_storageaccounts
facts when called as_info
module. - azure_rm_virtualmachineimage_info - no longer returns empty
azure_vmimages
facts when called as_info
module. - azure_rm_virtualmachinescaleset_info - fix wrongly empty result, or
ansible_facts
result, when called as_info
module. - azure_rm_virtualnetwork_info - no longer returns empty
azure_virtualnetworks
facts when called as_info
module. - cloudfront_distribution - Always add field_level_encryption_id to cache behaviour to match AWS requirements
- cloudwatchlogs_log_group - Fix a KeyError when updating a log group that does not have a retention period (ansible/ansible#47945)
- cloudwatchlogs_log_group_info - remove limitation of max 50 results
- ec2_asg - Ensure
wait
is honored during replace operations - ec2_launch_template - Update output to include latest_version and default_version, matching the documentation
- ec2_transit_gateway - Use AWSRetry before ClientError is handled when describing transit gateways
- ec2_transit_gateway - fixed issue where auto_attach set to yes was not being honored (ansible/ansible#61907)
- edgeos_config - fix issue where module would silently filter out encrypted passwords
- fixed issue with sns_topic's delivery_policy option resulting in changed always being true
- lineinfile - properly handle inserting a line when backrefs are enabled and the line already exists in the file (ansible/ansible#63756)
- route53 - improve handling of octal encoded characters
- win_credential - Fix issue that errors when trying to add a
name
with wildcards.
- aws_acm - Upload and delete certificates in the AWS Certificate Manager service
- aws_acm_info - Retrieve certificate information from AWS Certificate Manager service
- aws_api_gateway - Manage AWS API Gateway APIs
- aws_application_scaling_policy - Manage Application Auto Scaling Scaling Policies
- aws_batch_compute_environment - Manage AWS Batch Compute Environments
- aws_batch_job_definition - Manage AWS Batch Job Definitions
- aws_batch_job_queue - Manage AWS Batch Job Queues
- aws_codebuild - Create or delete an AWS CodeBuild project
- aws_codecommit - Manage repositories in AWS CodeCommit
- aws_codepipeline - Create or delete AWS CodePipelines
- aws_config_aggregation_authorization - Manage cross-account AWS Config authorizations
- aws_config_aggregator - Manage AWS Config aggregations across multiple accounts
- aws_config_delivery_channel - Manage AWS Config delivery channels
- aws_config_recorder - Manage AWS Config Recorders
- aws_config_rule - Manage AWS Config resources
- aws_direct_connect_connection - Creates, deletes, modifies a DirectConnect connection
- aws_direct_connect_gateway - Manage AWS Direct Connect gateway
- aws_direct_connect_link_aggregation_group - Manage Direct Connect LAG bundles
- aws_direct_connect_virtual_interface - Manage Direct Connect virtual interfaces
- aws_eks_cluster - Manage Elastic Kubernetes Service Clusters
- aws_elasticbeanstalk_app - Create, update, and delete an elastic beanstalk application
- aws_glue_connection - Manage an AWS Glue connection
- aws_glue_job - Manage an AWS Glue job
- aws_inspector_target - Create, Update and Delete Amazon Inspector Assessment Targets
- aws_kms - Perform various KMS management tasks.
- aws_kms_info - Gather information about AWS KMS keys
- aws_region_info - Gather information about AWS regions.
- aws_s3_bucket_info - Lists S3 buckets in AWS
- aws_s3_cors - Manage CORS for S3 buckets in AWS
- aws_secret - Manage secrets stored in AWS Secrets Manager.
- aws_ses_identity - Manages SES email and domain identity
- aws_ses_identity_policy - Manages SES sending authorization policies
- aws_ses_rule_set - Manages SES inbound receipt rule sets
- aws_sgw_info - Fetch AWS Storage Gateway information
- aws_ssm_parameter_store - Manage key-value pairs in aws parameter store.
- aws_step_functions_state_machine - Manage AWS Step Functions state machines
- aws_step_functions_state_machine_execution - Start or stop execution of an AWS Step Functions state machine.
- aws_waf_condition - Create and delete WAF Conditions
- aws_waf_info - Retrieve information for WAF ACLs, Rule , Conditions and Filters.
- aws_waf_rule - Create and delete WAF Rules
- aws_waf_web_acl - Create and delete WAF Web ACLs.
- cloudformation_exports_info - Read a value from CloudFormation Exports
- cloudformation_stack_set - Manage groups of CloudFormation stacks
- cloudfront_distribution - Create, update and delete AWS CloudFront distributions.
- cloudfront_info - Obtain facts about an AWS CloudFront distribution
- cloudfront_invalidation - create invalidations for AWS CloudFront distributions
- cloudfront_origin_access_identity - Create, update and delete origin access identities for a CloudFront distribution
- cloudtrail - manage CloudTrail create, delete, update
- cloudwatchevent_rule - Manage CloudWatch Event rules and targets
- cloudwatchlogs_log_group - create or delete log_group in CloudWatchLogs
- cloudwatchlogs_log_group_info - Get information about log_group in CloudWatchLogs
- cloudwatchlogs_log_group_metric_filter - Manage CloudWatch log group metric filter
- data_pipeline - Create and manage AWS Datapipelines
- dms_endpoint - Creates or destroys a data migration services endpoint
- dms_replication_subnet_group - creates or destroys a data migration services subnet group
- dynamodb_table - Create, update or delete AWS Dynamo DB tables
- dynamodb_ttl - Set TTL for a given DynamoDB table
- ec2_ami_copy - copies AMI between AWS regions, return new image id
- ec2_asg - Create or delete AWS AutoScaling Groups (ASGs)
- ec2_asg_info - Gather information about ec2 Auto Scaling Groups (ASGs) in AWS
- ec2_asg_lifecycle_hook - Create, delete or update AWS ASG Lifecycle Hooks.
- ec2_customer_gateway - Manage an AWS customer gateway
- ec2_customer_gateway_info - Gather information about customer gateways in AWS
- ec2_eip - manages EC2 elastic IP (EIP) addresses.
- ec2_eip_info - List EC2 EIP details
- ec2_elb - De-registers or registers instances from EC2 ELBs
- ec2_elb_info - Gather information about EC2 Elastic Load Balancers in AWS
- ec2_instance - Create & manage EC2 instances
- ec2_instance_info - Gather information about ec2 instances in AWS
- ec2_launch_template - Manage EC2 launch templates
- ec2_lc - Create or delete AWS Autoscaling Launch Configurations
- ec2_lc_find - Find AWS Autoscaling Launch Configurations
- ec2_lc_info - Gather information about AWS Autoscaling Launch Configurations.
- ec2_metric_alarm - Create/update or delete AWS Cloudwatch 'metric alarms'
- ec2_placement_group - Create or delete an EC2 Placement Group
- ec2_placement_group_info - List EC2 Placement Group(s) details
- ec2_scaling_policy - Create or delete AWS scaling policies for Autoscaling groups
- ec2_snapshot_copy - Copies an EC2 snapshot and returns the new Snapshot ID.
- ec2_transit_gateway - Create and delete AWS Transit Gateways
- ec2_transit_gateway_info - Gather information about ec2 transit gateways in AWS
- ec2_vpc_egress_igw - Manage an AWS VPC Egress Only Internet gateway
- ec2_vpc_endpoint - Create and delete AWS VPC Endpoints.
- ec2_vpc_endpoint_info - Retrieves AWS VPC endpoints details using AWS methods.
- ec2_vpc_igw - Manage an AWS VPC Internet gateway
- ec2_vpc_igw_info - Gather information about internet gateways in AWS
- ec2_vpc_nacl - create and delete Network ACLs.
- ec2_vpc_nacl_info - Gather information about Network ACLs in an AWS VPC
- ec2_vpc_nat_gateway - Manage AWS VPC NAT Gateways.
- ec2_vpc_nat_gateway_info - Retrieves AWS VPC Managed Nat Gateway details using AWS methods.
- ec2_vpc_peer - create, delete, accept, and reject VPC peering connections between two VPCs.
- ec2_vpc_peering_info - Retrieves AWS VPC Peering details using AWS methods.
- ec2_vpc_route_table - Manage route tables for AWS virtual private clouds
- ec2_vpc_route_table_info - Gather information about ec2 VPC route tables in AWS
- ec2_vpc_vgw - Create and delete AWS VPN Virtual Gateways.
- ec2_vpc_vgw_info - Gather information about virtual gateways in AWS
- ec2_vpc_vpn - Create, modify, and delete EC2 VPN connections.
- ec2_vpc_vpn_info - Gather information about VPN Connections in AWS.
- ec2_win_password - Gets the default administrator password for ec2 windows instances
- ecs_attribute - manage ecs attributes
- ecs_cluster - Create or terminate ECS clusters.
- ecs_ecr - Manage Elastic Container Registry repositories
- ecs_service - Create, terminate, start or stop a service in ECS
- ecs_service_info - List or describe services in ECS
- ecs_tag - create and remove tags on Amazon ECS resources
- ecs_task - Run, start or stop a task in ecs
- ecs_taskdefinition - register a task definition in ecs
- ecs_taskdefinition_info - Describe a task definition in ECS
- efs - create and maintain EFS file systems
- efs_info - Get information about Amazon EFS file systems
- elasticache - Manage cache clusters in Amazon ElastiCache
- elasticache_info - Retrieve information for AWS ElastiCache clusters
- elasticache_parameter_group - Manage cache parameter groups in Amazon ElastiCache.
- elasticache_snapshot - Manage cache snapshots in Amazon ElastiCache
- elasticache_subnet_group - manage ElastiCache subnet groups
- elb_application_lb - Manage an Application load balancer
- elb_application_lb_info - Gather information about application ELBs in AWS
- elb_classic_lb - Creates or destroys Amazon ELB.
- elb_classic_lb_info - Gather information about EC2 Elastic Load Balancers in AWS
- elb_instance - De-registers or registers instances from EC2 ELBs
- elb_network_lb - Manage a Network Load Balancer
- elb_target - Manage a target in a target group
- elb_target_group - Manage a target group for an Application or Network load balancer
- elb_target_group_info - Gather information about ELB target groups in AWS
- elb_target_info - Gathers which target groups a target is associated with.
- execute_lambda - Execute an AWS Lambda function
- iam - Manage IAM users, groups, roles and keys
- iam_cert - Manage server certificates for use on ELBs and CloudFront
- iam_group - Manage AWS IAM groups
- iam_managed_policy - Manage User Managed IAM policies
- iam_mfa_device_info - List the MFA (Multi-Factor Authentication) devices registered for a user
- iam_password_policy - Update an IAM Password Policy
- iam_policy - Manage inline IAM policies for users, groups, and roles
- iam_policy_info - Retrieve inline IAM policies for users, groups, and roles
- iam_role - Manage AWS IAM roles
- iam_role_info - Gather information on IAM roles
- iam_saml_federation - Maintain IAM SAML federation configuration.
- iam_server_certificate_info - Retrieve the information of a server certificate
- iam_user - Manage AWS IAM users
- iam_user_info - Gather IAM user(s) facts in AWS
- kinesis_stream - Manage a Kinesis Stream.
- lambda - Manage AWS Lambda functions
- lambda_alias - Creates, updates or deletes AWS Lambda function aliases
- lambda_event - Creates, updates or deletes AWS Lambda function event mappings
- lambda_facts - Gathers AWS Lambda function details as Ansible facts
- lambda_info - Gathers AWS Lambda function details
- lambda_policy - Creates, updates or deletes AWS Lambda policy statements.
- lightsail - Manage instances in AWS Lightsail
- rds - create, delete, or modify Amazon rds instances, rds snapshots, and related facts
- rds_instance - Manage RDS instances
- rds_instance_info - obtain information about one or more RDS instances
- rds_param_group - manage RDS parameter groups
- rds_snapshot - manage Amazon RDS snapshots.
- rds_snapshot_info - obtain information about one or more RDS snapshots
- rds_subnet_group - manage RDS database subnet groups
- redshift_cross_region_snapshots - Manage Redshift Cross Region Snapshots
- redshift_info - Gather information about Redshift cluster(s)
- route53 - add or delete entries in Amazons Route53 DNS service
- route53_health_check - Add or delete health-checks in Amazons Route53 DNS service
- route53_info - Retrieves route53 details using AWS methods
- route53_zone - add or delete Route53 zones
- s3_bucket_notification - Creates, updates or deletes S3 Bucket notification for lambda
- s3_lifecycle - Manage s3 bucket lifecycle rules in AWS
- s3_logging - Manage logging facility of an s3 bucket in AWS
- s3_sync - Efficiently upload multiple files to S3
- s3_website - Configure an s3 bucket as a website
- sns - Send Amazon Simple Notification Service messages
- sns_topic - Manages AWS SNS topics and subscriptions
- sqs_queue - Creates or deletes AWS SQS queues.
- sts_assume_role - Assume a role using AWS Security Token Service and obtain temporary credentials
- sts_session_token - Obtain a session token from the AWS Security Token Service