I am facing a bug when i try to create an eks cluster using eksctl tool :
eksctl create cluster --name eks-cluster --region "us-east-1" --node-type "t2.medium" --zones us-east-1a,us-east-1b,us-east-1c
The bug i am having it is coming from Cloud Formation when it tries to create a node group (i am not using fargate which is not supported yet)
Here the bug i am running into :