Skip to content

Commit

Permalink
CC-2069: Added ebs_type_ebsdb_backup, io2->gp3 in Dev.
Browse files Browse the repository at this point in the history
  • Loading branch information
mmgovuk committed Sep 25, 2023
1 parent 0796fdd commit 92029cb
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions terraform/environments/ccms-ebs/application_variables.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,8 @@
"ebs_size_ebsdb_diag": 50,
"ebs_default_iops_test": 9000,
"dbf_device": "/dev/nvme5n1",
"dbf_path": "/CCMS/EBS/dbf"
"dbf_path": "/CCMS/EBS/dbf",
"ebs_type_ebsdb_backup": "gp3"
},
"test": {
"short_env": "tst",
Expand Down Expand Up @@ -150,7 +151,8 @@
"ebs_size_ebsdb_backup": 8000,
"ebs_size_ebsdb_diag": 50,
"dbf_device": "/dev/nvme2n1",
"dbf_path": "/CCMS/EBS/dbf"
"dbf_path": "/CCMS/EBS/dbf",
"ebs_type_ebsdb_backup": "io2"
},
"preproduction": {
"short_env": "prep",
Expand Down Expand Up @@ -224,7 +226,8 @@
"ebs_size_ebsdb_backup": 8000,
"ebs_size_ebsdb_diag": 50,
"dbf_device": "/dev/nvme3n1",
"dbf_path": "/CCMS/EBS/dbf"
"dbf_path": "/CCMS/EBS/dbf",
"ebs_type_ebsdb_backup": "io2"
},
"production": {
"short_env": "prod",
Expand Down Expand Up @@ -300,7 +303,8 @@
"dbf_device": "/dev/nvme8n1",
"dbf_path": "/CCMS/EBSPROD/dbf",
"ebs_size_ebsdb_dbf2": 9000,
"ebs_default_dbf2_iops": 10000
"ebs_default_dbf2_iops": 10000,
"ebs_type_ebsdb_backup": "io2"
}
},
"ec2_sg_base_ingress_rules": {
Expand Down

0 comments on commit 92029cb

Please sign in to comment.