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
{{ message }}
This repository was archived by the owner on Nov 25, 2024. It is now read-only.
If the AMI copy process fails, you see logs that look like this
16:57:43 Waiting for ami-XXXXXXXX in eu-central-1 to become Available
16:57:43 my-ami is still in the pending state, sleeping...
16:58:44 my-ami is still in the pending state, sleeping...
16:59:45 my-ami is still in the failed state, sleeping...
17:00:46 my-ami is still in the failed state, sleeping...
If the AMI copy process fails, you see logs that look like this
The "in the failed state" lines continue forever until the process is killed. It looks like the waiting state is
true
if the state returned from AWS is not "available".The
:wait
task should exit (maybe throw an exception?) if the state returned from AWS is "failing".The text was updated successfully, but these errors were encountered: