From 599e975ccc3018fa6b42c44a945a3f52a29921d5 Mon Sep 17 00:00:00 2001 From: Eunsu Kang <56429615+ssupecial@users.noreply.github.com> Date: Wed, 22 May 2024 14:49:25 +0900 Subject: [PATCH] fix(infra): downgrade instance type of api (#1702) --- apps/infra/modules/codedang-infra/ecs-api-asg.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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