UPD: changed initial core fleet size from 2 to 1 to prevent match with managed scaling policy

This commit is contained in:
xpk 2024-01-06 10:28:48 +08:00
parent 7bdc1ea455
commit ae4d2477a9
Signed by: xpk
GPG Key ID: CD4FF6793F09AB86

View File

@ -57,7 +57,7 @@ module "emr" {
core_instance_fleet = { core_instance_fleet = {
name = "core-fleet" name = "core-fleet"
target_on_demand_capacity = 0 target_on_demand_capacity = 0
target_spot_capacity = 2 target_spot_capacity = 1
instance_type_configs = [ instance_type_configs = [
{ {
bid_price_as_percentage_of_on_demand_price = 70 bid_price_as_percentage_of_on_demand_price = 70