From 557c8403e5c371ae4bbb56ce00bad7ceded843e5 Mon Sep 17 00:00:00 2001 From: Ross Williams Date: Fri, 19 Mar 2021 10:21:16 -0400 Subject: [PATCH] ec2_instance: add changelog fragment for #461 --- changelogs/fragments/481-ec2_instance-wait_sanity.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 changelogs/fragments/481-ec2_instance-wait_sanity.yml diff --git a/changelogs/fragments/481-ec2_instance-wait_sanity.yml b/changelogs/fragments/481-ec2_instance-wait_sanity.yml new file mode 100644 index 00000000000..37949988843 --- /dev/null +++ b/changelogs/fragments/481-ec2_instance-wait_sanity.yml @@ -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).