Hi I am trying to create a AWS EKS Cluster but I a...
# general
i
Hi I am trying to create a AWS EKS Cluster but I am getting this error:
Copy code
Message_: "Cannot create cluster 'my-cluster-eksCluster-10fe085' because us-east-1e, the targeted availability zone, does not currently have sufficient capacity to support the cluster. Retry and choose from these availability zones: us-east-1a, us-east-1b, us-east-1c, us-east-1d, us-east-1f",
b
@early-keyboard-41388 the explanation is fairly clear: the availability zone you're deploying in doesn't have enough machines - try another one
this usually means AWS has run out of the machine size and type you're trying to use
i
Yeah I meant how do I select another one?
*How do I select another availability zone for my cluster
I am using the code that I pasted in the other slack thread
f
Another possibility... @icy-pilot-31118, what instance types are in your node group? is it a single instance type or multiple similar instance types?
f
yeah but the error seemed to indicate your cluster was having issues deploying enough instances in the node group to support the deployment
b
it looks like you're using the default vpc, try changing regions @icy-pilot-31118
1
i
Thanks that worked!