From 036cdd3d536c1b281e3e69a5b9d85d7eec2ac24d Mon Sep 17 00:00:00 2001 From: Trystan Schneider Date: Fri, 29 Nov 2024 14:31:33 +0100 Subject: [PATCH] DB Disk IOPS to 12 000 --- infrastructure/quick-deploy/aws/parameters.tfvars | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infrastructure/quick-deploy/aws/parameters.tfvars b/infrastructure/quick-deploy/aws/parameters.tfvars index c706f33a4..2e00837ca 100644 --- a/infrastructure/quick-deploy/aws/parameters.tfvars +++ b/infrastructure/quick-deploy/aws/parameters.tfvars @@ -188,7 +188,7 @@ eks_managed_node_groups = { ebs = { volume_size = 75 volume_type = "gp3" - iops = 5000 + iops = 12000 throughput = 1000 encrypted = null kms_key_id = null