-
Notifications
You must be signed in to change notification settings - Fork 202
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
Kitchen failure when adding spot_price #328
Comments
I have also tried with an m3.medium instance as I don't actually think t2.micro's are available as spot instances, however the results are the same. |
This occurs when setting default & dedicated as tenancy type. When setting 'host' as the tenancy type (Which is unsupported as per http://docs.aws.amazon.com/sdkforruby/api/Aws/EC2/Types/SpotPlacement.html), Kitchen successfully launches a spot instance with default tenancy type. |
this appears to have been fixed along the way and seems to work quite nicely ( tested on ChefDK 2.5.3):
|
Thanks @irvingpop ! I'm not able to verify myself but I'll close this off based on your findings |
Hi,
When trying to specify a spot price in my .kitchen.yml I receive the below error upon running any kitchen converge/test/verify commands:
Some environment info:
My .kitchen.yml is as below -- If I comment out the
spot_price
parameter kitchen runs successfully.Any help would be appreciated
Cheers!
The text was updated successfully, but these errors were encountered: