File tree 2 files changed +9
-9
lines changed
2 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -20,13 +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-053e9b8b15820b4d4 |
24
- | us-west-2 | ami-0e70601f0ddfd0d97 |
25
- | eu-west-1 | ami-0ee8755c14dccfd12 |
26
- | eu-west-2 | ami-0945f659404f216e9 |
27
- | eu-central-1 | ami-0854a6491738ae387 |
28
- | us-east-1 | ami-094a3ece631b373db |
29
- | us-east-2 | ami-082becdab4d5d2e3f |
23
+ | us-west-1 | ami-01395176fa1eb01d5 |
24
+ | us-west-2 | ami-0caaf47ba5933e634 |
25
+ | eu-west-1 | ami-0326129cb2b886811 |
26
+ | eu-west-2 | ami-04e6042175e0d2d6d |
27
+ | eu-central-1 | ami-0b0ec4e6ca9e9bcc8 |
28
+ | us-east-1 | ami-036c96c896363b47b |
29
+ | us-east-2 | ami-0209a4d29962f060c |
30
30
31
31
** To start the installation, execute:**
32
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-0e70601f0ddfd0d97
80
+ ami : ami-0caaf47ba5933e634
81
81
82
82
tags :
83
83
# EC2 tags required for cluster-autoscaler auto-discovery
@@ -137,7 +137,7 @@ managedNodeGroups:
137
137
# Use private subnets for nodes
138
138
# https://eksctl.io/usage/vpc-networking/#use-private-subnets-for-initial-nodegroup
139
139
privateNetworking : true
140
- ami : ami-0e70601f0ddfd0d97
140
+ ami : ami-0caaf47ba5933e634
141
141
142
142
tags :
143
143
# EC2 tags required for cluster-autoscaler auto-discovery
You can’t perform that action at this time.
0 commit comments