diff --git a/apps/infra/modules/codedang-infra/ecs-api-asg.tf b/apps/infra/modules/codedang-infra/ecs-api-asg.tf index 8353db59ff..d37a1ba081 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, 5 Gigabit Network + instance_type = "t3a.small" # 2vCPU, 2GiB Mem, 5 Gigabit Network iam_instance_profile { name = aws_iam_instance_profile.ecs_container_instance_role.name diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 4b789d8ff8..459add5814 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -20502,3 +20502,4 @@ snapshots: dependencies: '@types/react': 18.3.1 react: 18.3.1 + use-sync-external-store: 1.2.0(react@18.3.1)