Skip to content

Commit

Permalink
fix(infra): reduce ECS scale-up detection period to 30 seconds for fa…
Browse files Browse the repository at this point in the history
…ster response
  • Loading branch information
donghun1214 committed Dec 6, 2024
1 parent 1f4c895 commit 78dac42
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ resource "aws_cloudwatch_metric_alarm" "scale_up" {
evaluation_periods = 1
metric_name = "CPUUtilization"
namespace = "AWS/ECS"
period = 60
period = 30
statistic = var.scale_up.cloudwatch_metric_alarm.statistic
threshold = var.scale_up.cloudwatch_metric_alarm.threshold

Expand Down

0 comments on commit 78dac42

Please sign in to comment.