1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 1 year has passed since last update.

EC2 Autoscaling スケールイン保護の動作検証

Posted at

備忘

次の状態からテスト開始
キャパシティー(des,min,max):2,2,2、インスタンス:2(InService)、スケールイン保護有効

1台スケールインさせるためキャパシティーを変更
キャパシティー(des,min,max):1,1,1
次のイベントが記録された。

Could not scale to desired capacity because all remaining instances are protected from scale-in.
(残りのすべてのインスタンスがスケールインから保護されているため、必要な容量にスケールできませんでした。)

キャパシティー設定は1,1,1に変更されているが、インスタンス2台ともInServiceのまま。
キャパシティー(des,min,max):1,1,1、インスタンス:2(InService)、スケールイン保護有効

1台のインスタンスからスケールイン保護を削除

スケールイン保護を削除したインスタンスがTerminate(終了)された

1
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?