From dc0439101194270e67ec0a9cafbf9192452a6952 Mon Sep 17 00:00:00 2001 From: pvisweswar Date: Thu, 3 Aug 2023 12:08:32 +0530 Subject: [PATCH 1/2] downsize the instance type --- environments/production/terraform.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/environments/production/terraform.yml b/environments/production/terraform.yml index 6ef89f5a6a..27ae5ce5e9 100644 --- a/environments/production/terraform.yml +++ b/environments/production/terraform.yml @@ -228,7 +228,7 @@ servers: count: 4 - server_name: "pillow_a2{i}-production" - server_instance_type: r5.12xlarge + server_instance_type: r6a.12xlarge network_tier: "app-private" az: "a" volume_size: 100 From 5ec6acc7cfe362901facbdb62b5dc3cdb976f58d Mon Sep 17 00:00:00 2001 From: pvisweswar <92917826+pvisweswar@users.noreply.github.com> Date: Thu, 3 Aug 2023 12:19:30 +0530 Subject: [PATCH 2/2] Update terraform.yml pillow_a2000 is using about 1/3 of its memory, so we can simply switch it from r6a.12xlarge to r6a.4xlarge --- environments/production/terraform.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/environments/production/terraform.yml b/environments/production/terraform.yml index 27ae5ce5e9..25d5ec8c14 100644 --- a/environments/production/terraform.yml +++ b/environments/production/terraform.yml @@ -228,7 +228,7 @@ servers: count: 4 - server_name: "pillow_a2{i}-production" - server_instance_type: r6a.12xlarge + server_instance_type: r6a.4xlarge network_tier: "app-private" az: "a" volume_size: 100