From cb40cd95d2aae0efcae945527123158e8e29447b Mon Sep 17 00:00:00 2001 From: Colin Copeland Date: Wed, 15 May 2024 12:12:45 -0400 Subject: [PATCH] switch to t3a.large k8s nodes --- deploy/group_vars/all.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy/group_vars/all.yml b/deploy/group_vars/all.yml index 06fd4771..b27b1fa7 100644 --- a/deploy/group_vars/all.yml +++ b/deploy/group_vars/all.yml @@ -41,7 +41,7 @@ cloudformation_stack: MaxScale: 4 UseAES256Encryption: "true" CustomerManagedCmkArn: "" - ContainerInstanceType: t3a.medium + ContainerInstanceType: t3a.large ContainerVolumeSize: 40 DatabaseAllocatedStorage: 100 DatabaseClass: db.t3.large