Does eks use latest AMI version on termination of any node on restart of the node

0

Recently I got a doubt about my eks node os update, i wanted to check if eka is capable to relaunch node with latest version of os when any of its running terminated? For eg there are 5 node running and min 5 is required and set in autoscaling group and they were running from long time, so when I manually terminate one of the node so does it restart that node again with the latest version/patches of specificied AMI ? Or does it launch node with latest ami every time it restarts the node? Please let me know,

Shriram
질문됨 일 년 전273회 조회
1개 답변
0

Which version of the operating system is used is based on what is stored with the AMI of the underlying launch template of the Managed Node Group. No changes will be made to that process automatically without taking one of the steps below. AMIs are immutable. They can not receive OS updates without creating a new AMI. Managed Nodes Groups can be updated if a new version is available (https://docs.aws.amazon.com/eks/latest/userguide/update-managed-node-group.html). You can also customize the launch template (and therefore the AMI) of your managed node group (https://docs.aws.amazon.com/eks/latest/userguide/launch-templates.html). If you will customize, a common better is to link EC2 Image Builder with your Launch Template: https://docs.aws.amazon.com/imagebuilder/latest/userguide/dist-using-launch-template.html.

AWS
답변함 일 년 전

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인