How to create an AWS EKS cluster with Load balancing enabled?

I have been trying to create an EKS cluster on aws with loading balancing however failed to do so with permission errors ? Anyone managed to do it ?

eksctl create cluster --name my-cluster --region us-east-2

Resource handler returned message: "User: arn:aws:iam::524336826366:user/odl_user_808169 is not authorized to perform: eks:DescribeNodegroup on resource: arn:aws:eks:us-east-2:524336826366:nodegroup/my-cluster/ng-aacb7912/* with an explicit deny (Service: Eks, Status Code: 403, Request ID: 40cc73b3-5e83-4b8d-ad0b-5ef4fa51a9b8)" (RequestToken: b36e9f31-5555-4ebe-f9a4-6098caaf8e1e, HandlerErrorCode: GeneralServiceException)

Hello. @mohittalele,

Please refer to solutions in this thread: Eks playground note able to create nodegroup - #6 by trung-kodekloud
The eksctl default parameter (instance type) exceeded the allowed instance type, we also do not support Node Group and Fargate Profile, only Self-managed Node.

Thanks,
Trung.