Skip to content

Commit 8c8ec64

Browse files
committed
Target 50% CPU
1 parent aca1474 commit 8c8ec64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

terraform/asg.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ resource "aws_autoscaling_policy" "prod-mixed" {
8181
predefined_metric_specification {
8282
predefined_metric_type = "ASGAverageCPUUtilization"
8383
}
84-
target_value = 75.0
84+
target_value = 50.0
8585
}
8686
}
8787

0 commit comments

Comments
 (0)