Auto Scaling Groupとは?
auto scaling groupは、交換可能なインスタンスのフリートを管理し、需要やスケジュールに基づいて台数を最小値と最大値の間に保ちます。templateから新しいインスタンスを起動し、必要に応じて終了させ、health checkに失敗したものを置き換えます。これにより、自己修復するelasticなキャパシティのプールが得られます。
なぜ重要か
auto scaling groupは、負荷時に拡大しアイドル時に縮小する自己管理型のCI runnerをホストする一般的な方法です。手動の介入なしにキャパシティをjob量に合わせて保ちます。
関連ガイド
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 Instance Refresh?An instance refresh is a controlled, rolling replacement of the instances in a scaling group so they pick up…
What Is a Capacity Provider?A capacity provider tells a container scheduler where and how to obtain compute, letting it scale the underly…