Instance Refreshとは?
instance refreshは、auto scaling groupのメンバーをバッチで置き換え、古いインスタンスを終了させ、更新されたlaunch templateから新しいものを起動します。最小健全率を尊重するため、rollout中もキャパシティが利用可能なまま保たれます。これは、稼働中のフリートにイメージや設定の変更を適用する管理された方法です。
なぜ重要か
新しいrunnerイメージが焼き上がると、instance refreshは全キャパシティを一度に落とすことなくフリートをそれへ移行させます。バッチとhealthの設定が、切り替えの速さと安全さを制御します。
関連ガイド
What Is a Launch Template?A launch template is a versioned specification of how to start an instance, capturing the image, instance typ…
What Is an Auto Scaling Group?An auto scaling group is a managed set of identical instances that automatically grows or shrinks to match de…
What Is Deregistration Delay?Deregistration delay is the time a load balancer keeps serving in-flight requests while draining a target bei…