You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I can reproduce the issue when spot_price is not defined but it looks ok when it's defined.
I could set spot_price: 0.30 and spot_price: on-demand with success.
What's your value?
The documentation says "When working with spots, you can provide an array in which case the driver will try each subnet until it can get a spot."
However, when I specify an array in kitchen.yaml:
I get this error bubbled up from the aws-sdk:
Which makes sense, because
subnet_id
is a string in therun_instances
command.I am including a spot price as well. Is there something I'm missing?
Kitchen version: 2.2.5
Kitchen-ec2 version: 3.1.0
The text was updated successfully, but these errors were encountered: