Skip to content

Commit

Permalink
fix(infra): downgrade instance type of api (#1702)
Browse files Browse the repository at this point in the history
  • Loading branch information
ssupecial authored May 22, 2024
1 parent b5265c0 commit 599e975
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/infra/modules/codedang-infra/ecs-api-asg.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 599e975

Please sign in to comment.