From 1ef909e87a5c2fb1ef3dd3ee84724b703cb89d53 Mon Sep 17 00:00:00 2001 From: Khalim Conn-Kowlessar Date: Tue, 13 Jan 2026 19:22:40 +0000 Subject: [PATCH] upgrade database instance power --- infrastructure/terraform/main.tf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/infrastructure/terraform/main.tf b/infrastructure/terraform/main.tf index 5a67b793..94f29261 100644 --- a/infrastructure/terraform/main.tf +++ b/infrastructure/terraform/main.tf @@ -87,6 +87,8 @@ resource "aws_db_instance" "default" { apply_immediately = true # Set up storage type to gp3 for better performance storage_type = "gp3" + # Instance size + instance_class = "db.t4g.medium" } # Set up the bucket that recieve the csv uploads of epc to be retrofit