Skip to content

Commit 00a42f0

Browse files
committed
Update AMI table
Signed-off-by: Manuel Alejandro de Brito Fontes <[email protected]>
1 parent c1c974c commit 00a42f0

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

README.md

+7-7
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,13 @@ 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-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 |
23+
| us-west-1 | ami-0c94a575efb9bdefa |
24+
| us-west-2 | ami-0f2ff7608f3d887a2 |
25+
| eu-west-1 | ami-0ed829eab7f95f771 |
26+
| eu-west-2 | ami-00fab89ec63577fd5 |
27+
| eu-central-1 | ami-0ff1e9b7cf7b48808 |
28+
| us-east-1 | ami-01ac2c5dbcc82fd41 |
29+
| us-east-2 | ami-01a4fa78b79360b9d |
3030

3131

3232
**To start the installation, execute:**

eks-cluster.yaml

+2-2
Original file line numberDiff line numberDiff 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-007178f87fc1e474a
80+
ami: ami-0f2ff7608f3d887a2
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-007178f87fc1e474a
140+
ami: ami-0f2ff7608f3d887a2
141141

142142
tags:
143143
# EC2 tags required for cluster-autoscaler auto-discovery

0 commit comments

Comments
 (0)