Skip to content

Commit

Permalink
ec2_instance: add changelog fragment for #461
Browse files Browse the repository at this point in the history
  • Loading branch information
overhacked authored and tremble committed Aug 28, 2021
1 parent af5aa40 commit 557c840
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions changelogs/fragments/481-ec2_instance-wait_sanity.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
breaking_changes:
- >-
ec2_instance - if plays require the old behavior of ``ec2_instance``, waiting for
EC2 instance monitoring status to become ``OK`` when launching a new instance,
the action will need to specify ``state: started`` (https://github.com/ansible-collections/amazon.aws/pull/481).
bugfixes:
- >-
ec2_instance - ``ec2_instance`` was waiting on EC2 instance monitoring status
to be ``OK`` when launching a new instance. This could cause a play to wait
multiple minutes for AWS's monitoring to complete status checks
(https://github.com/ansible-collections/amazon.aws/pull/481).

0 comments on commit 557c840

Please sign in to comment.