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 Risposta
1
Risposta accettata

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
ESPERTO
iwasa
con risposta un anno fa

Accesso non effettuato. Accedi per postare una risposta.

Una buona risposta soddisfa chiaramente la domanda, fornisce un feedback costruttivo e incoraggia la crescita professionale del richiedente.

Linee guida per rispondere alle domande