pulumi / pulumi-eks

A Pulumi component for easily creating and managing an Amazon EKS Cluster
https://www.pulumi.com/registry/packages/eks/
Apache License 2.0
171 stars 80 forks source link

ManagedNodeGroup should be able to specify an AMI ID override #1167

Open rquitales opened 4 months ago

rquitales commented 4 months ago

Issue details

Currently, the ManagedNodeGroup resource only allows an amiType to be defined. We should also expose amiId to allow users to specify specific AMIs they would like to use, and allow them to decide when they update an AMI.

Affected area/feature

Surfaced in: #https://github.com/pulumi/pulumi-eks/pull/1166#discussion_r1613659041

cleverguy25 commented 5 days ago

Added to epic https://github.com/pulumi/home/issues/3558

flostadler commented 5 days ago

This was implemented as part of https://github.com/pulumi/pulumi-eks/pull/1339 and will land in EKS v3