Skip to content

Commit f26eff1

Browse files
committed
Update AMI
Signed-off-by: Manuel Alejandro de Brito Fontes <[email protected]>
1 parent 7cd5d14 commit f26eff1

File tree

2 files changed

+14
-12
lines changed

2 files changed

+14
-12
lines changed

README.md

Lines changed: 12 additions & 10 deletions
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-0e8c96cddf4cb5297 |
24-
| us-west-2 | ami-0ea449d16eb31a003 |
25-
| eu-west-1 | ami-0ff5b2108b0695cc2 |
26-
| eu-west-2 | ami-02e0c5de6aaa9fffb |
27-
| eu-central-1 | ami-0721b2a15aa56e9b5 |
28-
| us-east-1 | ami-079cf2da59a392bcd |
29-
| us-east-2 | ami-05ec2444d14b8c0af |
23+
| us-west-1 | ami-01e35d8f3e5a7e86c |
24+
| us-west-2 | ami-07fb3686456a200ad |
25+
| eu-west-1 | ami-08a59e8f250a7c782 |
26+
| eu-west-2 | ami-019244ed62dd6b9c0 |
27+
| eu-central-1 | ami-065d51215db41e537 |
28+
| us-east-1 | ami-092820d8c5fac7a7f |
29+
| us-east-2 | ami-0e388409e82122510 |
3030

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

@@ -39,9 +39,11 @@ The whole process takes around forty minutes. In the end, the following resource
3939
- an EKS cluster running Kubernetes v1.20
4040
- Kubernetes nodes using a custom [AMI image](https://github.com/gitpod-io/amazon-eks-custom-amis/tree/gitpod):
4141
- Ubuntu 20.04
42-
- Linux kernel v5.13
43-
- containerd v1.52
44-
- runc v1.0.0
42+
- Linux kernel v5.12
43+
- containerd v1.54
44+
- runc: v1.0.1
45+
- CNI plugins: v0.9.1
46+
- Stargz Snapshotter: v0.7.0
4547

4648
- ALB load balancer with TLS termination and re-encryption
4749
- RDS Mysql database

eks-cluster.yaml

Lines changed: 2 additions & 2 deletions
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-0efa0bd88898c121e
80+
ami: ami-07fb3686456a200ad
8181

8282
tags:
8383
# EC2 tags required for cluster-autoscaler auto-discovery
@@ -140,7 +140,7 @@ managedNodeGroups:
140140
# Use private subnets for nodes
141141
# https://eksctl.io/usage/vpc-networking/#use-private-subnets-for-initial-nodegroup
142142
privateNetworking: true
143-
ami: ami-0efa0bd88898c121e
143+
ami: ami-07fb3686456a200ad
144144

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

0 commit comments

Comments
 (0)