From 5a75ac1e71046b74733dcaa60538bac1d4afca5e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Arturo=20Filast=C3=B2?= Date: Tue, 1 Oct 2024 16:40:01 +0200 Subject: [PATCH] Reduce the size of the ec2 cluster --- 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 f9f049ce..150e887b 100644 --- a/tf/environments/prod/main.tf +++ b/tf/environments/prod/main.tf @@ -318,7 +318,7 @@ module "ooniapi_cluster" { asg_max = 12 asg_desired = 5 - instance_type = "t3.small" + instance_type = "t3.micro" tags = merge( local.tags,