From d2f6f3cd4f3725b17c74ce17434ab43181010c50 Mon Sep 17 00:00:00 2001 From: Murilo Kakazu Date: Sat, 23 Nov 2024 03:38:37 -0300 Subject: [PATCH] feat: change node group class to t2.micro --- cluster.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cluster.tf b/cluster.tf index 02d910c..ab4a89a 100644 --- a/cluster.tf +++ b/cluster.tf @@ -120,7 +120,7 @@ resource "aws_eks_node_group" "eks_node_group" { max_unavailable_percentage = 50 } - instance_types = ["t2.small", "t3.small"] + instance_types = ["t2.micro"] capacity_type = "SPOT" depends_on = [