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
The InstanceTerminated waiter fails if the instance is in either the pending or stopping state (relevant code).
But per the AWS docs, EC2 allows instances to be stopped if they are in either of these states.
Is this the expected behaviour of the waiter? I'm happy to open a PR and update if it's unintentional.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
The InstanceTerminated waiter fails if the instance is in either the pending or stopping state (relevant code).
But per the AWS docs, EC2 allows instances to be stopped if they are in either of these states.
Is this the expected behaviour of the waiter? I'm happy to open a PR and update if it's unintentional.
Beta Was this translation helpful? Give feedback.
All reactions