简体   繁体   中英

For incoming requests to AWS Accounts, should we use Application load balancer or Classic load balancer?

For incoming requests to AWS Account, when should we use Application load balancer or Classic Load Balancer? I understand that, if we use application load balancing, we would be able to do path based routing to specific port of EC2 instance or to respective container. Is that the only criteria?

You probably shouldn't use a Classic load balancer for a new application. The newer Application (L7) and Network (L4) load balancers are better on many aspects. Here's the feature comparison from AWS:

https://aws.amazon.com/elasticloadbalancing/features/#Product_comparisons

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM