Skip to content

Commit

Permalink
Merge pull request #5705 from ministryofjustice/oasys-improve-io
Browse files Browse the repository at this point in the history
oasys improve io
  • Loading branch information
wullub authored Apr 13, 2024
2 parents a60b801 + 75d75ff commit fed64d7
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions terraform/environments/oasys/locals.tf
Original file line number Diff line number Diff line change
Expand Up @@ -219,15 +219,15 @@ locals {
}
ebs_volume_config = {
data = {
iops = 10000 # min 3000
iops = 12000 # min 3000
type = "gp3"
throughput = 125
throughput = 750
total_size = 200
}
flash = {
iops = 3000 # min 3000
type = "gp3"
throughput = 125
throughput = 200
total_size = 50
}
}
Expand Down Expand Up @@ -341,15 +341,15 @@ locals {
}
ebs_volume_config = {
data = {
iops = 10000
iops = 12000
type = "gp3"
throughput = 125
throughput = 750
total_size = 200
}
flash = {
iops = 3000
type = "gp3"
throughput = 125
throughput = 200
total_size = 50
}
}
Expand Down

0 comments on commit fed64d7

Please sign in to comment.