From 9ce9d951d05f9b8af9f629e76b88f174e31bf182 Mon Sep 17 00:00:00 2001 From: Ian Howell Date: Fri, 26 Jul 2024 16:00:33 +0100 Subject: [PATCH] Increase EBS volume size and change from m6g to r6g instance type --- .../deployments/tfc-configuration/variables-production.tf | 6 +++--- .../deployments/tfc-configuration/variables-staging.tf | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/terraform/deployments/tfc-configuration/variables-production.tf b/terraform/deployments/tfc-configuration/variables-production.tf index 45f446d04..5a42254d6 100644 --- a/terraform/deployments/tfc-configuration/variables-production.tf +++ b/terraform/deployments/tfc-configuration/variables-production.tf @@ -114,14 +114,14 @@ module "variable-set-opensearch-production" { 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 diff --git a/terraform/deployments/tfc-configuration/variables-staging.tf b/terraform/deployments/tfc-configuration/variables-staging.tf index 79468732f..e45dcfae9 100644 --- a/terraform/deployments/tfc-configuration/variables-staging.tf +++ b/terraform/deployments/tfc-configuration/variables-staging.tf @@ -93,14 +93,14 @@ module "variable-set-opensearch-staging" { 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