Ce contenu n'est pas disponible dans la langue sélectionnée
Nous nous efforçons constamment de rendre le contenu disponible dans la langue sélectionnée. Merci pour votre patience.
How do I use Auto Scaling to improve the fault tolerance of an application behind my load balancer?
Lecture de 1 minute(s)
0
I want to improve the fault-tolerance of my application that's running on Amazon EC2 instances behind a load balancer.
Resolution
Elastic Load Balancing (ELB) supports the following types of load balancers: Application Load Balancer (ALB), Network Load Balancer (NLB), and Classic Load Balancer (CLB). If you have a preexisting load balancer, you can create an Auto Scaling group to automatically terminate unhealthy instances and launch new, healthy ones. In addition to improving the fault tolerance of your application, you can configure Auto Scaling to dynamically scale up your application in response to demand.