After trial and error I was able to finally get an EKS cluster up and running and deploy some software through a Helm Chart. After bringing the cluster down I tried to create a new cluster following the same exact process and am hitting an error upon executing the eksctl create command. Any idea what causes this error; I've been unable to find any detailed information regarding this error.
eksctl create cluster \
--name ${eksclustername} \
--version 1.21 \
--node-type r5d.4xlarge \
--nodes 5 \
--nodes-min 0 \
--nodes-max 5 \
--nodegroup-name ${eksnodegropname} \
--region ${eksregion}
Error: --name=My-Cluster and argument us-east-2 cannot be used at the same time