Skip to content

Commit

Permalink
Merge pull request #1406 from alphagov/ianhowell-gds/opensearch_integ…
Browse files Browse the repository at this point in the history
…ration_vertical_scaling

Increase EBS volume size and change from m6g to r6g instance type
  • Loading branch information
ianhowell-gds authored Jul 26, 2024
2 parents 8d4aa85 + f1f8c28 commit 5edb29f
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -81,14 +81,14 @@ module "variable-set-opensearch-integration" {

tfvars = {
hosted_zone_name = "chat"
engine_version = "2.11"
engine_version = "2.13"
security_options_enabled = true
volume_type = "gp3"
throughput = 250
ebs_enabled = true
ebs_volume_size = 45
ebs_volume_size = 90
service = "chat"
instance_type = "m6g.2xlarge.search"
instance_type = "r6g.2xlarge.search"
instance_count = 3
dedicated_master_enabled = true
dedicated_master_count = 3
Expand Down

0 comments on commit 5edb29f

Please sign in to comment.