We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f87f51 commit 1bf8a40Copy full SHA for 1bf8a40
config.cfg
@@ -184,9 +184,8 @@ cloud_providers:
184
name: "ubuntu-focal-20.04"
185
arch: x86_64
186
owner: "099720109477"
187
- # Change instance_market_type from "on-demand" to "spot" to take advantage of
188
- # simplified spot launch options
189
- # See https://aws.amazon.com/blogs/compute/new-amazon-ec2-spot-pricing/
+ # Change instance_market_type from "on-demand" to "spot" to launch a spot
+ # instance. See deploy-from-ansible.md for spot's additional IAM permission
190
instance_market_type: on-demand
191
gce:
192
size: e2-micro
0 commit comments