From ee85c9d5b39046d154e8177a506eaea7ab5b7fc3 Mon Sep 17 00:00:00 2001 From: decfox Date: Thu, 10 Oct 2024 20:43:12 +0530 Subject: [PATCH] refactor(prod): switch to using t4g.medium instances --- tf/environments/prod/main.tf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tf/environments/prod/main.tf b/tf/environments/prod/main.tf index 3c90337e..147b9392 100644 --- a/tf/environments/prod/main.tf +++ b/tf/environments/prod/main.tf @@ -314,11 +314,11 @@ module "ooniapi_cluster" { subnet_ids = module.network.vpc_subnet_public[*].id # You need be careful how these are tweaked. - asg_min = 4 + asg_min = 2 asg_max = 8 - asg_desired = 4 + asg_desired = 2 - instance_type = "t3.micro" + instance_type = "t4g.medium" tags = merge( local.tags,