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,