Skip to content

Commit 094245d

Browse files
committed
Increase throughput + iops for earthscope homedir
Requested by community, plus they have had issues maxing these out in the past. Ref https://2i2c.freshdesk.com/a/tickets/5477
1 parent 59c6c7a commit 094245d

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

terraform/aws/projects/earthscope.tfvars

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@ ebs_volumes = {
2424
"prod" = {
2525
size = 4096 # 4TiB
2626
type = "gp3"
27-
throughput = 250 # Double the default 125
27+
iops = 10000 # Increase to account for heavier usage - see https://2i2c.freshdesk.com/a/tickets/5477
28+
throughput = 1000 # Increase to account for heavier usage - see https://2i2c.freshdesk.com/a/tickets/5477
2829
name_suffix = "prod"
2930
tags = { "2i2c:hub-name" : "prod" }
3031
},

0 commit comments

Comments
 (0)