bump EBS volume type for ES cluster to st1

For details see:
https://github.com/status-im/infra-nimbus/issues/11

Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
Jakub Sokołowski 2020-03-12 14:28:04 +01:00
parent 4c10d02983
commit b909ac3f07
No known key found for this signature in database
GPG Key ID: 4EF064D0E6D63020
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ module "nimbus_log_store" {
host_count = var.log_stores_count
instance_type = "t3a.medium" /* 4GB RAM at least */
data_vol_size = 500 /* We'll be storing TRACE logs */
data_vol_type = "sc1" /* Change to gp2 for SSD */
data_vol_type = "st1" /* Change to gp2 for SSD */
/* Firewall */
open_tcp_ports = [