EC2 instace scalling on fault

0

Hello, Have we any features in aws EC2 instance like docker containers which are newly created when one container is crashed or in fault? Auto-scaling is somewhat part of this but as per my knowledge it only launched when the primary instance is not matching our already given health check parameters like CPU exceeds over 80% while configuring auto-scaling. Please share your knowledge. Thanks.

已提问 1 年前198 查看次数
1 回答
1
已接受的回答

Hi, @digpal parmar.

You can use autoscaling groups to set the minimum number of bootable machines.
Even if there is no CPU load on the service, the Auto Scaling Group automatically launches new instances in order to keep the number of instances above the minimum number when a failure occurs and an instance crashes or the health check fails. increase.

https://dev.classmethod.jp/articles/ec2-autohealing/ (sorry japanese article, plz translate)

profile picture
专家
iwasa
已回答 1 年前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则