You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
lambda_info - use paginator for list queries (#777).
rds - replaced use of deprecated backoff decorator (#764).
redshift_subnet_group - added support for check_mode (#724).
redshift_subnet_group - the group_description option has been renamed to description and is now optional. The old parameter name will continue to work (#724).
redshift_subnet_group - the group_subnets option has been renamed to subnets and is now only required when creating a new group. The old parameter name will continue to work (#724).
redshift_subnet_group - the module has been migrated to the boto3 AWS SDK (#724).
route53_health_check - add support for tagging health checks (#765).
route53_health_check - added support for check_mode (#734).
route53_health_check - added support for disabling health checks (#756).
route53_health_check - migrated to boto3 SDK (#734).
route53_zone - add support for tagging Route 53 zones (#565).
sqs_queue - Providing a kms_master_key_id will now enable SSE properly (#762)
Deprecated Features
dynamodb_table - DynamoDB does not support specifying non-key-attributes when creating an ALL index. Passing includes for such indexes is currently ignored but will result in failures after version 3.0.0 (#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 (#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 (#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 (#728).
iam_server_certificate - Passing file names to the cert, chain_cert and key parameters has been deprecated. We recommend using a lookup plugin to read the files instead, see the documentation for an example (#735).
iam_server_certificate - the default value for the dup_ok parameter is currently false, in version 4.0.0 this will be updated to true. To preserve the current behaviour explicitly set the dup_ok parameter to false (#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 (#783).