Skip to content

Commit

Permalink
Update AMI table
Browse files Browse the repository at this point in the history
Signed-off-by: Manuel Alejandro de Brito Fontes <[email protected]>
  • Loading branch information
aledbf committed Jul 29, 2021
1 parent 2d2de77 commit 2996b19
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 9 deletions.
15 changes: 8 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,14 @@ Please update the `ami` field in the [eks-cluster.yaml](eks-cluster.yaml) file w

| Region | AMI |
| ------------ | --------------------- |
| us-west-1 | ami-0b736a4ed3766b1ab |
| us-west-2 | ami-0701fd62e0a405cb9 |
| eu-west-1 | ami-0b569734c5cace173 |
| eu-west-2 | ami-0916f2bcf7b1a227c |
| eu-central-1 | ami-0466f34e61ecc4fa0 |
| us-east-1 | ami-03b9dcae9e8873063 |
| us-east-2 | ami-0f82a845775fde08f |
| us-west-1 | ami-0e0a2f6d707c912b0 |
| us-west-2 | ami-007178f87fc1e474a |
| eu-west-1 | ami-0b8ab07740a9ba827 |
| eu-west-2 | ami-0a289523e77fb47d0 |
| eu-central-1 | ami-03c02f334cab9409e |
| us-east-1 | ami-0373539d1ab3f890a |
| us-east-2 | ami-0e811f7124b7af98e |


**To start the installation, execute:**

Expand Down
4 changes: 2 additions & 2 deletions eks-cluster.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ managedNodeGroups:
# Use private subnets for nodes
# https://eksctl.io/usage/vpc-networking/#use-private-subnets-for-initial-nodegroup
privateNetworking: true
ami: ami-0701fd62e0a405cb9
ami: ami-007178f87fc1e474a

tags:
# EC2 tags required for cluster-autoscaler auto-discovery
Expand Down Expand Up @@ -137,7 +137,7 @@ managedNodeGroups:
# Use private subnets for nodes
# https://eksctl.io/usage/vpc-networking/#use-private-subnets-for-initial-nodegroup
privateNetworking: true
ami: ami-0701fd62e0a405cb9
ami: ami-007178f87fc1e474a

tags:
# EC2 tags required for cluster-autoscaler auto-discovery
Expand Down

0 comments on commit 2996b19

Please sign in to comment.