spot instanceの中断とは?
spot instanceの中断は、キャパシティが他で必要になるか、価格が入札額を超えたために、クラウドプロバイダがspot instanceを回収するときに発生します。プロバイダは通常、インスタンスを終了する前に短い、多くは数分程度の警告を送ります。spot上のワークロードは、これらの回収を乗り切るためにcheckpointを取るか再起動可能である必要があります。
なぜ重要か
spotキャパシティははるかに安価ですが、あまり予告なく消えることがあるため、素朴なワークロードは進行中の作業を失います。idempotentでretryableなCI jobやバッチタスクは、中断に耐えながら割引を活用できます。
関連ガイド
What Is a Reserved Instance Commitment?A reserved instance commitment trades a one or three year usage promise for a discounted hourly rate on cloud…
What Is a Savings Plan?A savings plan is a cloud cost commitment to a fixed hourly spend over a term in exchange for discounted rate…
What Is a Cluster Autoscaler Controller?A cluster autoscaler controller adds or removes worker nodes so that pending pods can schedule and underused…