mirror of
https://github.com/trailofbits/algo.git
synced 2025-04-11 11:47:08 +02:00
Change config.cfg comment regarding ec2 spot option (#14345)
Reference the documentation to know the proper IAM permissions
This commit is contained in:
parent
7f87f51a03
commit
1bf8a40d51
1 changed files with 2 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue