UPD: changed initial core fleet size from 2 to 1 to prevent match with managed scaling policy
This commit is contained in:
parent
7bdc1ea455
commit
ae4d2477a9
@ -57,7 +57,7 @@ module "emr" {
|
||||
core_instance_fleet = {
|
||||
name = "core-fleet"
|
||||
target_on_demand_capacity = 0
|
||||
target_spot_capacity = 2
|
||||
target_spot_capacity = 1
|
||||
instance_type_configs = [
|
||||
{
|
||||
bid_price_as_percentage_of_on_demand_price = 70
|
||||
|
Loading…
Reference in New Issue
Block a user