Olá,
quando eu terminei de configurar o eks, na aula 3, e tentei subir com terraform apply, retorna esse erro:
Error: waiting for EKS Node Group (producao:alura-20250902114942534700000001) create: unexpected state 'CREATE_FAILED', wanted target 'ACTIVE'. last error: i-0915dc46d282b5ce0, i-0af42ea2084e1c3f4, i-03693e634c4b6c0ce: NodeCreationFailure: Unhealthy nodes in the kubernetes cluster
│
│ with module.prod.module.eks.module.eks_managed_node_group["alura"].aws_eks_node_group.this[0],
│ on .terraform/modules/prod.eks/modules/eks-managed-node-group/main.tf line 447, in resource "aws_eks_node_group" "this":
│ 447: resource "aws_eks_node_group" "this" {
sabendo que esse recurso para o qual esta apontando está escrito dessa maneira:
eks_managed_node_groups = {
alura = {
instance_types = ["t3.micro"]
min_size = 1
max_size = 10
desired_size = 3
vpc_security_group_ids = [aws_security_group.ssh_cluster.id]
}
}
}
OBS: SIM, EM TODO O PROCESSO USEI O TIPO t3.micro