Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Packer fails to find new AWS EC2 Instance #2128

Closed
lokulin opened this issue May 22, 2015 · 4 comments
Closed

Packer fails to find new AWS EC2 Instance #2128

lokulin opened this issue May 22, 2015 · 4 comments

Comments

@lokulin
Copy link
Contributor

lokulin commented May 22, 2015

Often packer fails to find a newly created AWS EC2 instance. Usually the instance is actually created and the API is just being slow to realise it.

Retrying the check to see if the instance has been created would probably fix this.

In our environment, in the previous 28 days packer has failed to find 204 successfully created instances causing us to have to manually mop up the instances, keys and groups.

@renat-sabitov
Copy link

#1764

@renat-sabitov
Copy link

Also mitchellh/goamz#180

@lokulin
Copy link
Contributor Author

lokulin commented May 24, 2015

@renat-sabitov had already tried patching in #180 , but #1764 looks like it will fix this particular problem and is a better solution than my PR. I'll patch our fork and see how we go. Thanks.

@mitchellh
Copy link
Contributor

Fixed by #1764

@ghost ghost locked and limited conversation to collaborators Apr 9, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants