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

AWS::EC2::Errors::InvalidInstanceID::NotFound When creating a machine #264

Closed
afiune opened this issue Jul 28, 2015 · 3 comments
Closed
Labels
Triage: Needs Information Indicates an issue needs more information in order to work on it. Type: Bug Doesn't work as expected.
Milestone

Comments

@afiune
Copy link
Contributor

afiune commented Jul 28, 2015

This is a very aleatory issue, when creating a new instance on AWS using the machine resource sometimes it fails with the error:

Problem: AWS::EC2::Errors::InvalidInstanceID::NotFound

The instance ID 'i-afb562a2' does not exist

When it indeed created the instance.

@tyler-ball
Copy link
Contributor

This keeps rearing its head - I think I may have fixed it in #263

The issue is that immediately after creating an instance we check and retry until it is ready for tagging. Previsouly I was only retrying if the status was bad, but if you call aws_object.status before it is actually created you see the error above.

@afiune Can you try with the branch from that PR I linked and see if you see any issues?

@tyler-ball tyler-ball added this to the 1.4.0 milestone Jul 28, 2015
@afiune
Copy link
Contributor Author

afiune commented Jul 30, 2015

@tyler-ball yup, I will give it a try today! 😄

@tyler-ball
Copy link
Contributor

Hey @afiune - I'm going to close this. Will you re-open if you see these start popping up again?

@tas50 tas50 added Type: Bug Doesn't work as expected. Status: Pending Contributor Response and removed Bug labels Jul 31, 2018
@tas50 tas50 added Triage: Needs Information Indicates an issue needs more information in order to work on it. and removed Status: Pending Contributor Response labels Dec 22, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Triage: Needs Information Indicates an issue needs more information in order to work on it. Type: Bug Doesn't work as expected.
Development

No branches or pull requests

3 participants