Can I use on demand instances instead of spot? #1050
-
|
Hello, Thank you for a great module! I'd like to use on-demand instances instead of spot for the workload, how would I specify that? Thank you! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
|
Sure you can and it is highly recommended for some tasks, e.g. Make sure that you don't use |
Beta Was this translation helpful? Give feedback.
-
|
Amazing, thank you so much for your fast reply, I appreciate it! :) |
Beta Was this translation helpful? Give feedback.
Sure you can and it is highly recommended for some tasks, e.g.
terraform apply, ...Make sure that you don't use
runner_worker_docker_machine_instance_spotorrunner_instance.spot_price. The module default is to use on-demand instances.