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
質問済み 1年前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
回答済み 1年前

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン

関連するコンテンツ