Skip to content

Commit 985eb1b

Browse files
committed
fixing UnsupportedAvailabilityZoneException error in us-east-1
1 parent 64cf636 commit 985eb1b

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

01-path-basics/102-your-first-cluster/readme.adoc

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,10 @@ If any of those environment variables are blank, please re-run the "Build Script
7070

7171
If you receive an *UnsupportedAvailabilityZoneException* error during EKS cluster creation, your account is using an AZ that is currently resource constrained. This occurs mostly in N.Virginia region (us-east-1).
7272

73-
An error occurred (UnsupportedAvailabilityZoneException) when calling the CreateCluster operation: Cannot create cluster 'k8s-workshop' because us-east-1c, the targeted availability zone, does not currently have sufficient capacity to support the clust er. Retry and choose from these availability zones: us-east-1a, us-east-1b, us-east-1d
73+
```
74+
An error occurred (UnsupportedAvailabilityZoneException) when calling the CreateCluster operation: Cannot create cluster 'k8s-workshop' because us-east-1c,
75+
the targeted availability zone, does not currently have sufficient capacity to support the clust er. Retry and choose from these availability zones: us-east-1a, us-east-1b, us-east-1d
76+
```
7477

7578
If you receive this error, you need to remove the constrained AZ (us-east-1c in my case) from *`EKS_SUBNET_IDS`* environment variable. Follow these steps to update your environment variable
7679

0 commit comments

Comments
 (0)