Bug when i create an EKS cluster using the eksctl command line

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 :

Please follow this guide to create an EKS cluster on the AWS Playground:
[Playground Series] How to create an EKS cluster in KodeKloud Playground? - Playgrounds - KodeKloud - DevOps Learning Community

1 Like

yeah i have just noticed that even ManagedNodeGroup is not possible to do on the playground proposed here. Thanks a lot.