From d6be18504fb6c7517bea4a9f9b44b9806dc550c8 Mon Sep 17 00:00:00 2001 From: aloftus23 Date: Thu, 15 Feb 2024 12:59:01 -0500 Subject: [PATCH 1/2] INcrease CPU/memory in EC2 accessor --- infrastructure/stage.tfvars | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infrastructure/stage.tfvars b/infrastructure/stage.tfvars index 52faaed19..144ce25ba 100644 --- a/infrastructure/stage.tfvars +++ b/infrastructure/stage.tfvars @@ -102,6 +102,6 @@ es_instance_type = "t3.small.elasticsearch" es_instance_count = 1 es_instance_volume_size = 100 create_db_accessor_instance = true -db_accessor_instance_class = "t3.2xlarge" +db_accessor_instance_class = "m4.4xlarge" create_elk_instance = true elk_instance_class = "t3.2xlarge" From fab60543a8bf4379e244bff1d92ff517e6327b54 Mon Sep 17 00:00:00 2001 From: aloftus23 Date: Thu, 15 Feb 2024 15:39:55 -0500 Subject: [PATCH 2/2] change to m5 --- infrastructure/stage.tfvars | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infrastructure/stage.tfvars b/infrastructure/stage.tfvars index 144ce25ba..7eee126d9 100644 --- a/infrastructure/stage.tfvars +++ b/infrastructure/stage.tfvars @@ -102,6 +102,6 @@ es_instance_type = "t3.small.elasticsearch" es_instance_count = 1 es_instance_volume_size = 100 create_db_accessor_instance = true -db_accessor_instance_class = "m4.4xlarge" +db_accessor_instance_class = "m5.4xlarge" create_elk_instance = true elk_instance_class = "t3.2xlarge"