new release (#452)

This commit is contained in:
Max Williams
2019-07-30 16:02:21 +02:00
committed by GitHub
parent 52286a0065
commit 6ea3582940
6 changed files with 18 additions and 23 deletions

View File

@@ -81,7 +81,6 @@ locals {
spot_allocation_strategy = "lowest-price" # The only valid value is lowest-price, which is also the default value. The Auto Scaling group selects the cheapest Spot pools and evenly allocates your Spot capacity across the number of Spot pools that you specify.
spot_instance_pools = 10 # "Number of Spot pools per availability zone to allocate capacity. EC2 Auto Scaling selects the cheapest Spot pools and evenly allocates Spot capacity across the number of Spot pools that you specify."
spot_max_price = "" # Maximum price per unit hour that the user is willing to pay for the Spot instances. Default is the on-demand price
market_type = null # set to "spot" to use spot instances without defining pools
}
workers_group_defaults = merge(
@@ -241,4 +240,3 @@ locals {
"x1e.32xlarge" = true
}
}