File tree 2 files changed +9
-10
lines changed
2 files changed +9
-10
lines changed Original file line number Diff line number Diff line change @@ -20,14 +20,13 @@ Please update the `ami` field in the [eks-cluster.yaml](eks-cluster.yaml) file w
20
20
21
21
| Region | AMI |
22
22
| ------------ | --------------------- |
23
- | us-west-1 | ami-0f3e6671ef1ede777 |
24
- | us-west-2 | ami-04a6d2a3b0d131841 |
25
- | eu-west-1 | ami-0542a7d18c5df4e79 |
26
- | eu-west-2 | ami-060cb8be1976f9dd5 |
27
- | eu-central-1 | ami-0d58b84ef791d4348 |
28
- | us-east-1 | ami-0efd7bb7f07150aa3 |
29
- | us-east-2 | ami-08b5bc88b0131552f |
30
-
23
+ | us-west-1 | ami-04e9afc0a981cac90 |
24
+ | us-west-2 | ami-009935ddbb32a7f3c |
25
+ | eu-west-1 | ami-0f08b4b1a4fd3ebe3 |
26
+ | eu-west-2 | ami-05f027fd3d0187541 |
27
+ | eu-central-1 | ami-04a8127c830f27712 |
28
+ | us-east-1 | ami-076db8ca29c04327b |
29
+ | us-east-2 | ami-0ad574da759c55c17 |
31
30
32
31
** To start the installation, execute:**
33
32
Original file line number Diff line number Diff line change @@ -77,7 +77,7 @@ managedNodeGroups:
77
77
# Use private subnets for nodes
78
78
# https://eksctl.io/usage/vpc-networking/#use-private-subnets-for-initial-nodegroup
79
79
privateNetworking : true
80
- ami : ami-04a6d2a3b0d131841
80
+ ami : ami-009935ddbb32a7f3c
81
81
82
82
tags :
83
83
# EC2 tags required for cluster-autoscaler auto-discovery
@@ -139,7 +139,7 @@ managedNodeGroups:
139
139
# Use private subnets for nodes
140
140
# https://eksctl.io/usage/vpc-networking/#use-private-subnets-for-initial-nodegroup
141
141
privateNetworking : true
142
- ami : ami-04a6d2a3b0d131841
142
+ ami : ami-009935ddbb32a7f3c
143
143
144
144
tags :
145
145
# EC2 tags required for cluster-autoscaler auto-discovery
You can’t perform that action at this time.
0 commit comments