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
But because this is an action it can't be used here. We should probably make a waiter helper that wraps a botocore waiter and isn't tied to an Action so that the AMI waiter can use it too.
That's a different one. Ami building starts a task on AWS and then polls AWS until it's done. So it's fairly easy to inject some more verbosity there. Your issue is with an API call that is blocking in botocore. To make that verbose we'll need to pass the upload function a magic stringio/bytesio or some other fp-like adapter that emits status updates, assuming botocore streams fp-like objects in this case...
Can take longer than 10m on travis to copy an ec2 instance to an AMI, during which time the build is silent and thus it fails.
The text was updated successfully, but these errors were encountered: