Cloud ScalingにおけるWarm Poolとは?
cloudのauto scalingにおけるwarm poolは、すでに起動され初期化されているが停止またはhibernateされたまま保持されるインスタンスの予備です。需要が高まると、scaling groupは新しいものを起動する代わりにwarmなインスタンスを再開し、起動時間を大幅に短縮します。プールのサイズはアクティブなフリートと並行して管理されます。
なぜ重要か
warm poolにより、CIフリートは各runnerが完全なcold-startのレイテンシを支払うことなく、キューに溜まったjobのバーストを吸収できます。わずかなアイドルコストと引き換えに、はるかに速いjobの引き受けを得られます。
関連ガイド
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 a Launch Template?A launch template is a versioned specification of how to start an instance, capturing the image, instance typ…
What Is a Capacity Provider?A capacity provider tells a container scheduler where and how to obtain compute, letting it scale the underly…