diff --git a/apps/infra/modules/codedang-infra/ecs-api-asg.tf b/apps/infra/modules/codedang-infra/ecs-api-asg.tf index d4e118ed7e..dbb5ebdcb1 100644 --- a/apps/infra/modules/codedang-infra/ecs-api-asg.tf +++ b/apps/infra/modules/codedang-infra/ecs-api-asg.tf @@ -62,7 +62,7 @@ resource "aws_autoscaling_policy" "asp_api" { resource "aws_launch_template" "ec2_template_api" { name = "Codedang-LaunchTemplate-Api" image_id = "ami-05db432abf706dc01" # 한국 - instance_type = "t3a.xlarge" # 4vCPU, 16GiB Mem + instance_type = "t3a.small" # 2vCPU, 4GiB Mem iam_instance_profile { name = aws_iam_instance_profile.ecs_container_instance_role.name