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

Waiter SpotInstanceRequestFulfilled failed: The request must contain the parameter SpotInstanceRequestId #5

Open
ericterpstra opened this issue Oct 30, 2016 · 2 comments

Comments

@ericterpstra
Copy link

Still getting errors on ec2gaming start

Getting lowest g2.2xlarge bid... 0.161300 in us-west-2c
Setting price for spot instance at .261300 (0.10 higher than lowest spot price)
Looking for the ec2gaming AMI... ami-56bb1d36
Looking for security groups... sg-c6741cbf
Looking for S3 bucket... ec2gaming-708253487981
Looking for instance profile... arn:aws:iam::708253487981:instance-profile/ec2gaming
Creating spot instance request...
An error occurred (InvalidAMIID.NotFound) when calling the RequestSpotInstances operation: AMI information not found.

Waiting for instance to be launched...
Waiter SpotInstanceRequestFulfilled failed: The request must contain the parameter SpotInstanceRequestId
@DanielThomas
Copy link
Owner

That's odd @ericterpstra - the script uses describe-images to locate the AMI, so I'm not sure how the lookup can succeed, but the instance request fail.

I assume aws configure list shows your region is us-west-2?

@richrad
Copy link

richrad commented Nov 13, 2016

I had the same problem when my region was set to us-west-1, changing it to us-west-2 did the trick.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants