From 701ca8579568073f229ed52376eb17842b335adb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Soko=C5=82owski?= Date: Thu, 14 Jan 2021 12:08:42 +0100 Subject: [PATCH] geth: lower size of goerli host to t3a.medium MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit More memory is only necessary when syncing from scratch. Signed-off-by: Jakub SokoĊ‚owski --- geth.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/geth.tf b/geth.tf index 4ec82a7..a29fffc 100644 --- a/geth.tf +++ b/geth.tf @@ -34,7 +34,7 @@ module "nimbus_geth_goerli" { domain = var.domain /* Scaling */ - instance_type = "t3a.large" + instance_type = "t3a.medium" root_vol_size = 10 data_vol_size = 50 data_vol_type = "gp2"