EC2实例是否会拒绝自动缩放?
在自动缩放组中EC2实例是否有办法拒绝缩减终止请求? 我处于高动态负载的情况......并且我不想终止处于充电时间第一部分的实例。 即使采用自动调整策略losestToNextInstanceHour,我也会看到实例在其小时内剩余40分钟的情况下发生的情况......并且在40分钟内负载再次增加。
所以,我希望我的实例能够“感谢我要求终止,但我拒绝”。 这可能吗?
您可以将实例保护更改为“保护从缩放范围内”,以查看要拒绝缩放终止的实例。 http://docs.aws.amazon.com/AutoScaling/latest/DeveloperGuide/AutoScalingBehavior.InstanceTermination.html#instance-protection
是的你可以。 您可以在Autoscaling组中选择一个实例,然后选择Protect From Scale in。可以通过AWS Console轻松完成。 转到ASG,然后选择要保护的实例,然后从选择框上方的操作中选择选项。
您也可以通过以下网址执行此操作:http://docs.aws.amazon.com/autoscaling/latest/userguide/as-instance-termination.html#instance-protection
您甚至可以编辑ASG中的设置并根据实例的生命周期更改设置:http://docs.aws.amazon.com/autoscaling/latest/userguide/as-instance-termination.html#custom-termination-policy
链接地址: http://www.djcxy.com/p/63389.html上一篇: can an EC2 instance decline an autoscale termination?
下一篇: Missing virtual name for block device mapping. Launching EC2 instance failed