bump size of geth mainnet node to t3a.xlarge temporarily

Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
Jakub Sokołowski 2021-01-13 13:50:11 +01:00
parent e71d1643b8
commit 7660970894
No known key found for this signature in database
GPG Key ID: 4EF064D0E6D63020
1 changed files with 1 additions and 1 deletions

View File

@ -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"