Skip to content

Commit 4f9c60a

Browse files
Scaling settings
1 parent b7be140 commit 4f9c60a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

infra/opentofu/ecs/main.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ module "ecs" {
4343

4444
managed_scaling = {
4545
desired_size = 1
46-
maximum_scaling_step_size = 2
46+
maximum_scaling_step_size = 1
4747
minimum_scaling_step_size = 1
4848
status = "ENABLED"
4949
target_capacity = 60
@@ -326,7 +326,7 @@ module "autoscaling" {
326326
capacity_rebalance = true
327327
health_check_type = "EC2"
328328
min_size = 1
329-
max_size = 5
329+
max_size = 2
330330
desired_capacity = 1
331331

332332
# https://github.com/hashicorp/terraform-provider-aws/issues/12582

0 commit comments

Comments
 (0)