Provide the steps to set up an EKS cluster in the AWS playground

Could you share the detailed procedure for creating an Amazon EKS (Elastic Kubernetes Service) cluster within the AWS playground environment? This would include all necessary configurations and steps required for the setup.

Hi @vidya4java

You can refer to our guide on creating an EKS cluster on AWS Playground.

Hi @Santosh_KodeKloud , EKS cluster creation required Node IAM role. I want to know the step to create this role. This is mandatory field. The above document seems old one which I have.

All the required steps to create a node group are defined in this section of the guide.
It uses a CloudFormation template to create a node group with all required permissions.

If you’ve followed this guide and still haven’t been able to create the cluster, please let me know.

EDIT: You can also create the cluster using Terraform referring to this guide. Here you can see the IAM roles defined as well.

Even I am not able to create EKS cluster, Please provide complete steps to crate EKS cluster, which can be utilised for learning