From 83c26fe87d113ad503bec61bee2040332cbde046 Mon Sep 17 00:00:00 2001 From: decfox Date: Thu, 10 Oct 2024 21:23:25 +0530 Subject: [PATCH] switch to using t3a.medium --- tf/environments/prod/main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tf/environments/prod/main.tf b/tf/environments/prod/main.tf index 147b9392..fa986c65 100644 --- a/tf/environments/prod/main.tf +++ b/tf/environments/prod/main.tf @@ -318,7 +318,7 @@ module "ooniapi_cluster" { asg_max = 8 asg_desired = 2 - instance_type = "t4g.medium" + instance_type = "t3a.medium" tags = merge( local.tags,