Not able to create EKS nodegroup via console nor cli. It is giving access denied error
any updates on this?
Didn’t receive any update on this
apiVersion: eksctl.io/v1alpha5
kind: ClusterConfig
metadata:
name: basic-cluster
region: us-east-1
vpc:
id: vpc-06ec7a72710575bbd
subnets:
public:
public-one:
id: subnet-0d79ada4f0942b38c
public-two:
id: subnet-090653621b7c78a95
public-three:
id: subnet-0e4af73c44d633c91
nodeGroups:
- name: ng-1
instanceType: t3.small
desiredCapacity: 2
volumeType: gp2
volumeSize: 20
subnets:
- public-one
- public-two
amiFamily: Ubuntu2004```
@Satheesh-Thangavel Finally got it to work. Just use this config and use eksctl to create it. Replace vpc and subnet values to the one of your current VPC.
I am getting access denied while trying to launch the config in us-east-1 region
Hi
Can you please give us more detail on the issue you’re facing (screenshot, error message, …) ?
Thank in advance