diff --git a/apps/infra/production/codedang/modules/service_autoscaling/appautoscaling_scale_up.tf b/apps/infra/production/codedang/modules/service_autoscaling/appautoscaling_scale_up.tf index 0f88cedafc..6e163d129b 100644 --- a/apps/infra/production/codedang/modules/service_autoscaling/appautoscaling_scale_up.tf +++ b/apps/infra/production/codedang/modules/service_autoscaling/appautoscaling_scale_up.tf @@ -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