Autoscaling Group - CI/CD用語集の定義
autoscaling groupは、需要やスケジュールに基づいて自動的に増減し、health checkに失敗したメンバーを置き換える、同一インスタンスの管理されたセットです。CI runnerのフリートはしばしばこれとして実行されます。
なぜ重要か
これによりrunnerプールはキューに入ったjobのバーストを吸収し、アイドル時にはほぼゼロまでスケールバックできるため、必要な間だけ容量に対して支払うことになります。
関連ガイド
Autoscaling - CI/CD Glossary DefinitionAutoscaling adds and removes runners automatically based on queued demand, so jobs start quickly under load w…
Load Balancer Health Check - CI/CD Glossary DefinitionA load balancer health check probes each backend on an interval and stops routing traffic to instances that f…
Warm Pool - CI/CD Glossary DefinitionWarm Pool: A **warm pool** is a set of pre-booted runners kept ready so jobs start almost instantly instead o…