Skip to content

Commit

Permalink
Merge pull request #5707 from ministryofjustice/oasys-db-flash-speed
Browse files Browse the repository at this point in the history
oasys db flash speed
  • Loading branch information
wullub authored Apr 13, 2024
2 parents eb02320 + c32893f commit d8cd6da
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions terraform/environments/oasys/locals.tf
Original file line number Diff line number Diff line change
Expand Up @@ -225,9 +225,9 @@ locals {
total_size = 200
}
flash = {
iops = 3000 # min 3000
iops = 5000 # min 3000
type = "gp3"
throughput = 200
throughput = 500
total_size = 50
}
}
Expand Down Expand Up @@ -347,9 +347,9 @@ locals {
total_size = 200
}
flash = {
iops = 3000
iops = 5000
type = "gp3"
throughput = 200
throughput = 500
total_size = 50
}
}
Expand Down

0 comments on commit d8cd6da

Please sign in to comment.