Skip to content

Commit

Permalink
Add comment about AMIs
Browse files Browse the repository at this point in the history
  • Loading branch information
errordeveloper committed Jun 6, 2018
1 parent 7fa70be commit 2328648
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pkg/eks/cfn.go
Original file line number Diff line number Diff line change
Expand Up @@ -273,6 +273,9 @@ func (c *ClusterProvider) stackNameDefaultNodeGroup() string {

func (c *ClusterProvider) stackParamsDefaultNodeGroup() map[string]string {
regionalAMIs := map[string]string{
// TODO: https://github.com/weaveworks/eksctl/issues/49
// currently source of truth for these is here:
// https://docs.aws.amazon.com/eks/latest/userguide/launch-workers.html
"us-west-2": "ami-73a6e20b",
"us-east-2": "ami-dea4d5a1",
}
Expand Down

0 comments on commit 2328648

Please sign in to comment.