Skip to content

Commit

Permalink
Scale In as per original design
Browse files Browse the repository at this point in the history
  • Loading branch information
andyloughran committed Jul 9, 2024
1 parent 57b3333 commit b5477f0
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions ci/terraform/auto-scaling.tf
Original file line number Diff line number Diff line change
Expand Up @@ -102,16 +102,6 @@ resource "aws_appautoscaling_policy" "frontend_auto_scaling_policy_scale_in" {

step_adjustment {
metric_interval_upper_bound = 0
scaling_adjustment = -10
}
step_adjustment {
metric_interval_lower_bound = -20
metric_interval_upper_bound = -10
scaling_adjustment = -10
}
step_adjustment {
metric_interval_lower_bound = -20
scaling_adjustment = -10
}
scaling_adjustment = -50
}
}

0 comments on commit b5477f0

Please sign in to comment.