Skip to content

Commit

Permalink
Change config.cfg comment regarding ec2 spot option (#14345)
Browse files Browse the repository at this point in the history
Reference the documentation to know the proper IAM permissions
  • Loading branch information
glennschler authored Dec 13, 2021
1 parent 7f87f51 commit 1bf8a40
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions config.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -184,9 +184,8 @@ cloud_providers:
name: "ubuntu-focal-20.04"
arch: x86_64
owner: "099720109477"
# Change instance_market_type from "on-demand" to "spot" to take advantage of
# simplified spot launch options
# 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
instance_market_type: on-demand
gce:
size: e2-micro
Expand Down

0 comments on commit 1bf8a40

Please sign in to comment.