Skip to content

Commit 2996b19

Browse files
committed
Update AMI table
Signed-off-by: Manuel Alejandro de Brito Fontes <[email protected]>
1 parent 2d2de77 commit 2996b19

File tree

2 files changed

+10
-9
lines changed

2 files changed

+10
-9
lines changed

Diff for: README.md

+8-7
Original file line numberDiff line numberDiff 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

Diff for: 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-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

0 commit comments

Comments
 (0)