Cannot create cluster sample-cluster because us-east-1d does not currently have sufficient capacity to support the cluster choose from these availability zones us-east-1a us-east-1b

0 votes

Hi Guys,

I am trying to create my EKS Cluster using eksctl command. But it is showing me the below error.

Cannot create cluster 'sample-cluster' because us-east-1d, 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

How can I solve this error?

Jul 9, 2020 in AWS by akhtar
• 38,230 points
1,598 views

1 answer to this question.

0 votes

Hi@akhtar,

If you launch control plane instances in an Availability Zone with limited capacity, you can receive the above error. To resolve this error, you can create the cluster again using the recommended Availability Zones from the error message.

If you're using eksctl, then use the --zones flag to pass in the values for the different Availability Zones. 

$ eksctl create cluster 'sample-cluster' --zones us-east-1a,us-east-1b,us-east-1c

I hope this will solve your error.

answered Jul 9, 2020 by MD
• 95,440 points

Related Questions In AWS

+1 vote
2 answers
0 votes
1 answer
0 votes
1 answer
webinar REGISTER FOR FREE WEBINAR X
REGISTER NOW
webinar_success Thank you for registering Join Edureka Meetup community for 100+ Free Webinars each month JOIN MEETUP GROUP