bump data volume IOPS to 2500

Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
Jakub Sokołowski 2021-01-19 16:29:53 +01:00
parent 2b4c2320ce
commit 8d939e1cd9
No known key found for this signature in database
GPG Key ID: 4EF064D0E6D63020
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ locals {
pyrmont_root_vol_size = 20
pyrmont_data_vol_size = 150
pyrmont_data_vol_type = "io1"
pyrmont_data_vol_iops = 2000
pyrmont_data_vol_iops = 2500
/* Instances */
pyrmont_large_instance_type = "z1d.large"
pyrmont_small_instance_type = "t3a.medium"