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
aws_ssm connection plugin - Change the (internal) variable name from timeout to plugin_timeout to avoid conflicts with ansible/ansible default timeout (#69284,
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.
Bugfixes
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. (#221, #222)
rds_instance - fixed tag type conversion issue for creating read replicas.