From f1f8c2846481c141ff4057908278333d032ff642 Mon Sep 17 00:00:00 2001 From: Ian Howell Date: Fri, 26 Jul 2024 15:26:22 +0100 Subject: [PATCH] Increase EBS volume size and change from m6g to r6g instance type --- .../deployments/tfc-configuration/variables-integration.tf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/terraform/deployments/tfc-configuration/variables-integration.tf b/terraform/deployments/tfc-configuration/variables-integration.tf index c2ae21e02..0ff5e363d 100644 --- a/terraform/deployments/tfc-configuration/variables-integration.tf +++ b/terraform/deployments/tfc-configuration/variables-integration.tf @@ -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