- create an iam role (eks-cluster)
- create stack for eks cluster(vpc,subnets,etc...)
- for creating cluster stack use CloudFormation templates availabe in amazon documentation click here
- after creating the stack create eks cluster from amazon console and update the required details and create cluster
to communicate local system to the cluster run the below command (run this on your local computer)
aws eks update-kubeconfig --name your cluster-nameCreate Role for NodeGroup and attach the given policies
1. AmazonEC2ContainerRegistryReadOnly
2. AmazonEKS_CNI_Policy
3. AmazonEKSWorkerNodePolicyThen Add Node Group goto amazon eks console and create nodegroup under compute tab in your cluster - given a Name and attach the NodeGroup role under Node IAM Role
For further actions, you may consider blocking this person and/or reporting abuse
Top comments (0)