https://pulumi.com logo
#general
Title
# general
i

icy-pilot-31118

06/22/2022, 1:55 AM
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

billowy-army-68599

06/22/2022, 1:57 AM
@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

icy-pilot-31118

06/22/2022, 1:58 AM
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

fancy-traffic-3226

06/22/2022, 3:46 AM
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

fancy-traffic-3226

06/22/2022, 4:09 AM
yeah but the error seemed to indicate your cluster was having issues deploying enough instances in the node group to support the deployment
b

billowy-army-68599

06/22/2022, 4:15 AM
it looks like you're using the default vpc, try changing regions @icy-pilot-31118
1
i

icy-pilot-31118

06/22/2022, 2:41 PM
Thanks that worked!
43 Views