Skip to content

Commit 289d61a

Browse files
authored
infra: change ec2 instance type (#333)
1 parent 7732533 commit 289d61a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

terraform/ecs.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ module "ecs_cluster" {
77
security_groups = [aws_security_group.ecs.id]
88
default_instance_type = "t3a.micro"
99
instance_types = {
10-
"t3a.micro" = ""
10+
"m5a.large" = ""
1111
}
1212

1313
min_size = 1

0 commit comments

Comments
 (0)