Results 3 comments of Mohit Agarwal

This appears to have been fixed in https://github.com/AdRoll/goamz/commit/677007167a3af6dcee5965751384b7e268c584ac.

As mentioned in one of the comments above, similar behavior is observed using `image-available`: ``` sh aws ec2 wait image-available --image-ids ${image-id} --filter "Name=state,Values=available" ``` This times out after 20...