Skip to content

Commit 8e6cec9

Browse files
committed
Update AMIs
1 parent 988f283 commit 8e6cec9

File tree

2 files changed

+9
-10
lines changed

2 files changed

+9
-10
lines changed

README.md

+7-8
Original file line numberDiff line numberDiff line change
@@ -20,14 +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-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 |
3130

3231
**To start the installation, execute:**
3332

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-04a6d2a3b0d131841
80+
ami: ami-009935ddbb32a7f3c
8181

8282
tags:
8383
# EC2 tags required for cluster-autoscaler auto-discovery
@@ -139,7 +139,7 @@ managedNodeGroups:
139139
# Use private subnets for nodes
140140
# https://eksctl.io/usage/vpc-networking/#use-private-subnets-for-initial-nodegroup
141141
privateNetworking: true
142-
ami: ami-04a6d2a3b0d131841
142+
ami: ami-009935ddbb32a7f3c
143143

144144
tags:
145145
# EC2 tags required for cluster-autoscaler auto-discovery

0 commit comments

Comments
 (0)