...
publicKeyPath: ~/.ssh/ec2_id_rsa.pub
$ eksctl create cluster -f pnda_eks_cluster.yaml
Note: If you needed to use an existing VPC, you can use config file with VPC details, vpc
vpc:
...
subnets:
...
private:
...
eu-north-1a: { id: subnet-0ff156e0c4a6d300c }
...
eu-north-1b: { id: subnet-0549cdab573695c03 }
...
eu-north-1c: { id: subnet-0426fb4a607393184 }
Creating EKS cluster thru GUI:
...