Skip to content

Commit

Permalink
fix(infra): change instance type and make transaction signup code again
Browse files Browse the repository at this point in the history
  • Loading branch information
goathoon committed May 18, 2024
1 parent e0abfd6 commit 154118c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions 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, 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
Expand Down
1 change: 1 addition & 0 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 154118c

Please sign in to comment.