Skip to content

Commit 1bf8a40

Browse files
authored
Change config.cfg comment regarding ec2 spot option (#14345)
Reference the documentation to know the proper IAM permissions
1 parent 7f87f51 commit 1bf8a40

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

config.cfg

+2-3
Original file line numberDiff line numberDiff line change
@@ -184,9 +184,8 @@ cloud_providers:
184184
name: "ubuntu-focal-20.04"
185185
arch: x86_64
186186
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/
187+
# Change instance_market_type from "on-demand" to "spot" to launch a spot
188+
# instance. See deploy-from-ansible.md for spot's additional IAM permission
190189
instance_market_type: on-demand
191190
gce:
192191
size: e2-micro

0 commit comments

Comments
 (0)