k3d-dev spot capacity for big instances is sometimes insufficient
When attempting to launch a big instance with k3d-dev we sometimes get an error
An error occurred (InsufficientInstanceCapacity) when calling the RunInstances operation (reached max retries: 2): There is no Spot capacity available that matches your request.
This is due to our spotPricing being too low for the available instances. You have to manually increase the spotPrice variable in the script to get around it, or remove the spot pricing options entirely.