Skip to content

Commit

Permalink
-
Browse files Browse the repository at this point in the history
  • Loading branch information
drobinson-moj committed Dec 17, 2024
1 parent 61b5f99 commit a7f0328
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions terraform/environments/nomis/locals_production.tf
Original file line number Diff line number Diff line change
Expand Up @@ -344,7 +344,7 @@ locals {
})
ebs_volume_config = merge(local.ec2_instances.db.ebs_volume_config, {
data = { total_size = 4000, iops = 9000, throughput = 300 }
flash = { total_size = 1000, iops = 3000, throughput = 150 }
flash = { total_size = 1000, iops = 3000, throughput = 200 }
})
instance = merge(local.ec2_instances.db.instance, {
disable_api_termination = true
Expand Down Expand Up @@ -376,7 +376,7 @@ locals {
})
ebs_volume_config = merge(local.ec2_instances.db.ebs_volume_config, {
data = { total_size = 4000, iops = 9000, throughput = 300 }
flash = { total_size = 1000, iops = 3000, throughput = 150 }
flash = { total_size = 1000, iops = 3000, throughput = 200 }
})
instance = merge(local.ec2_instances.db.instance, {
disable_api_termination = true
Expand Down Expand Up @@ -409,7 +409,7 @@ locals {
})
ebs_volume_config = merge(local.ec2_instances.db.ebs_volume_config, {
data = { total_size = 6000, iops = 9000, throughput = 300 }
flash = { total_size = 1000, iops = 3000, throughput = 150 }
flash = { total_size = 1000, iops = 3000, throughput = 200 }
})
instance = merge(local.ec2_instances.db.instance, {
disable_api_termination = true
Expand Down Expand Up @@ -445,7 +445,7 @@ locals {
data = { total_size = 6000, iops = 3000, throughput = 125 }
flash = { total_size = 1000, iops = 3000, throughput = 125 }
# data = { total_size = 6000, iops = 9000, throughput = 300 } # replace above with this on failover
# flash = { total_size = 1000, iops = 3000, throughput = 150 } # replace above with this on failover
# flash = { total_size = 1000, iops = 3000, throughput = 200 } # replace above with this on failover
})
instance = merge(local.ec2_instances.db.instance, {
disable_api_termination = true
Expand Down

0 comments on commit a7f0328

Please sign in to comment.