Change config.cfg comment regarding ec2 spot option

Reference the documentation to know the proper IAM permissions
This commit is contained in:
Glenn Schlereth 2021-11-02 22:41:18 -03:00
parent 4bed66f19e
commit 6493835dc9
No known key found for this signature in database
GPG key ID: 5910B4385FE82E07

View file

@ -183,9 +183,8 @@ cloud_providers:
image: image:
name: "ubuntu-focal-20.04" name: "ubuntu-focal-20.04"
owner: "099720109477" owner: "099720109477"
# Change instance_market_type from "on-demand" to "spot" to take advantage of # Change instance_market_type from "on-demand" to "spot" to launch a spot
# simplified spot launch options # instance. See deploy-from-ansible.md for spot's additional IAM permission
# See https://aws.amazon.com/blogs/compute/new-amazon-ec2-spot-pricing/
instance_market_type: on-demand instance_market_type: on-demand
gce: gce:
size: e2-micro size: e2-micro