Skip to content

Commit 3f53459

Browse files
committed
Fix invalid default AMI
Signed-off-by: Manuel Alejandro de Brito Fontes <[email protected]>
1 parent 7f1f345 commit 3f53459

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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-01af14130131e7a3c
80+
ami: ami-0a9aa973650d0c831
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-01af14130131e7a3c
140+
ami: ami-0a9aa973650d0c831
141141

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

0 commit comments

Comments
 (0)