From 766097089428e2eb0ee5967db732330562fcefe0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Soko=C5=82owski?= Date: Wed, 13 Jan 2021 13:50:11 +0100 Subject: [PATCH] bump size of geth mainnet node to t3a.xlarge temporarily MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 b273e08..4ec82a7 100644 --- a/geth.tf +++ b/geth.tf @@ -8,7 +8,7 @@ module "nimbus_geth_mainnet" { domain = var.domain /* Scaling */ - instance_type = "t3a.large" + instance_type = "t3a.xlarge" root_vol_size = 10 data_vol_size = 700 data_vol_type = "gp2"