From fff7915faaea10a2cd0d706f2e638476e7907c5f Mon Sep 17 00:00:00 2001 From: znantho <39103358+znantho@users.noreply.github.com> Date: Fri, 11 May 2018 07:44:46 -0700 Subject: [PATCH] [aws][doc] Update documentation for wait_timeout option (#39875) Based on the documentation, 'wait_timeout' is 'Used in conjunction with instance_ids option'. This lead me to believe that I could not use this parameter to try and solve the 'Waited too long for ELB instances to be healthy' error I was experiencing. --- lib/ansible/modules/cloud/amazon/ec2_asg.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/ansible/modules/cloud/amazon/ec2_asg.py b/lib/ansible/modules/cloud/amazon/ec2_asg.py index 35f4d5630f..6622538d28 100644 --- a/lib/ansible/modules/cloud/amazon/ec2_asg.py +++ b/lib/ansible/modules/cloud/amazon/ec2_asg.py @@ -114,7 +114,8 @@ options: version_added: "2.0" wait_timeout: description: - - how long before wait instances to become viable when replaced. Used in conjunction with instance_ids option. + - How long to wait for instances to become viable when replaced. If you experience the error "Waited too long for ELB instances to be healthy", + try increasing this value. default: 300 version_added: "1.8" wait_for_instances: