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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Minor Changes
ec2_vpc_igw - Add AWSRetry decorators to improve reliability (#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 (#318).
ec2_vpc_igw_info - Add AWSRetry decorators to improve reliability (#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 (#318).
rds_instance - set no_log=False on force_update_password to clear warning (#241).
redshift - add support for setting tags.
s3_lifecycle - Add support for intelligent tiering and deep archive storage classes (#270)
Deprecated Features
ec2_vpc_igw_info - After 2022-06-22 the convert_tags parameter default value will change from False to True to match the collection standard behavior (#318).
Bugfixes
aws_kms_info - fixed incompatibility with external and custom key-store keys. The module was attempting to call GetKeyRotationStatus, which raises UnsupportedOperationException for these key types (#311).
ec2_win_password - on success return state as not changed (#145)
ec2_win_password - return failed if unable to decode the password (#142)
ecs_service - fix element type for load_balancers parameter (#265).
ecs_taskdefinition - fixes elements type for containers parameter (#264).
iam_policy - Added jittered_backoff to handle AWS rate limiting (#324).
iam_policy_info - Added jittered_backoff to handle AWS rate limiting (#324).
kinesis_stream - fixes issue where kinesis streams with > 100 shards get stuck in an infinite loop (#93)