Skip to content

Commit 2b1869f

Browse files
committed
changes based on PR review
1 parent 985eb1b commit 2b1869f

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

01-path-basics/101-start-here/readme.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Click on the "Deploy to AWS" button and follow the CloudFormation prompts to beg
2020

2121
[NOTE]
2222
AWS Cloud9 is currently available in 5 regions, and EKS is currently available in 2 regions (us-east-1 and us-west-2).
23-
Please choose the region closest to you. If you choose a region for Cloud9 that does not support EKS, you need to create VPC resources and change environment variables. We have not tested this configuration yet
23+
Please choose the region closest to you. If you choose a region for Cloud9 that does not support EKS, you need to create VPC resources and change environment variables. This configuration has not been tested.
2424

2525
|===
2626

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -72,10 +72,10 @@ If you receive an *UnsupportedAvailabilityZoneException* error during EKS cluste
7272

7373
```
7474
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-
```
75+
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-1d
76+
```
7777

78-
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
78+
If you receive this error, you need to remove the constrained AZ (us-east-1c in this example) from *`EKS_SUBNET_IDS`* environment variable. Follow these steps to update your environment variable.
7979

8080
Save the EKS recommended AZ's that is referred in your CLI output in an environment variable.
8181
Note: you only need two AZ's defined to create EKS cluster

0 commit comments

Comments
 (0)