From b5265c04e6f33dbfb863e6ec896316d0fb2a6c6a Mon Sep 17 00:00:00 2001 From: Eunsu Kang <56429615+ssupecial@users.noreply.github.com> Date: Wed, 22 May 2024 12:03:13 +0900 Subject: [PATCH] fix(infra): upgrade instance type of client api (#1701) --- 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 e72b324985..d4e118ed7e 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.small" # 2vCPU, 2GiB Mem + instance_type = "t3a.xlarge" # 4vCPU, 16GiB Mem iam_instance_profile { name = aws_iam_instance_profile.ecs_container_instance_role.name