diff --git a/changelogs/fragments/194-ec2-ami-max-attempts.yaml b/changelogs/fragments/194-ec2-ami-max-attempts.yaml index f160f6d4be2..475ce553bb4 100644 --- a/changelogs/fragments/194-ec2-ami-max-attempts.yaml +++ b/changelogs/fragments/194-ec2-ami-max-attempts.yaml @@ -1,3 +1,4 @@ --- minor_changes: - - ec2_ami - fixed and streamlined max_attempts logic when waiting for AMIs to finish and increased wait_timeout to 1200 for a more reliably module run. + - ec2_ami - fixed and streamlined ``max_attempts`` logic when waiting for AMI creation to finish (https://github.com/ansible-collections/amazon.aws/pull/194). + - ec2_ami - increased default ``wait_timeout`` to 1200 seconds (https://github.com/ansible-collections/amazon.aws/pull/194).