File tree Expand file tree Collapse file tree 2 files changed +10
-9
lines changed Expand file tree Collapse file tree 2 files changed +10
-9
lines changed Original file line number Diff line number Diff line change @@ -20,13 +20,14 @@ Please update the `ami` field in the [eks-cluster.yaml](eks-cluster.yaml) file w
2020
2121| Region | AMI |
2222| ------------ | --------------------- |
23- | us-west-1 | ami-0b736a4ed3766b1ab |
24- | us-west-2 | ami-0701fd62e0a405cb9 |
25- | eu-west-1 | ami-0b569734c5cace173 |
26- | eu-west-2 | ami-0916f2bcf7b1a227c |
27- | eu-central-1 | ami-0466f34e61ecc4fa0 |
28- | us-east-1 | ami-03b9dcae9e8873063 |
29- | us-east-2 | ami-0f82a845775fde08f |
23+ | us-west-1 | ami-0e0a2f6d707c912b0 |
24+ | us-west-2 | ami-007178f87fc1e474a |
25+ | eu-west-1 | ami-0b8ab07740a9ba827 |
26+ | eu-west-2 | ami-0a289523e77fb47d0 |
27+ | eu-central-1 | ami-03c02f334cab9409e |
28+ | us-east-1 | ami-0373539d1ab3f890a |
29+ | us-east-2 | ami-0e811f7124b7af98e |
30+
3031
3132** To start the installation, execute:**
3233
Original file line number Diff line number Diff line change @@ -77,7 +77,7 @@ managedNodeGroups:
7777 # Use private subnets for nodes
7878 # https://eksctl.io/usage/vpc-networking/#use-private-subnets-for-initial-nodegroup
7979 privateNetworking : true
80- ami : ami-0701fd62e0a405cb9
80+ ami : ami-007178f87fc1e474a
8181
8282 tags :
8383 # EC2 tags required for cluster-autoscaler auto-discovery
@@ -137,7 +137,7 @@ managedNodeGroups:
137137 # Use private subnets for nodes
138138 # https://eksctl.io/usage/vpc-networking/#use-private-subnets-for-initial-nodegroup
139139 privateNetworking : true
140- ami : ami-0701fd62e0a405cb9
140+ ami : ami-007178f87fc1e474a
141141
142142 tags :
143143 # EC2 tags required for cluster-autoscaler auto-discovery
You can’t perform that action at this time.
0 commit comments