aws / containers-roadmap

This is the public roadmap for AWS container services (ECS, ECR, Fargate, and EKS).
https://aws.amazon.com/about-aws/whats-new/containers/
Other
5.21k stars 320 forks source link

[EKS] [request]: Managed Node Groups support node max TTL #2255

Closed sidewinder12s closed 9 months ago

sidewinder12s commented 10 months ago

Community Note

Tell us about your request MNGs should support setting a node max TTL which is supported by underlying ASGs

Which service(s) is this request for? EKS

Tell us about the problem you're trying to solve. What are you trying to do, and why is it hard?

Users cannot modify the MNG managed ASGs. Many security policies require instances to have a limited lifetime. We can accomplish this with standard ASGs, Karpenter, etc. but not MNGs as far as I know.

Are you currently working around this issue? We have to manually replace nodes.

sidewinder12s commented 9 months ago

This was already requested here: https://github.com/aws/containers-roadmap/issues/1190