Hacker News new | ask | show | jobs
by nodesocket 3601 days ago
So what would be a use case for using ELBs now? Seems like ALBs do everything ELBs do, but with websocket and HTTP/2 support.
3 comments

If your security requirements are such that AWS can't terminate TLS would be one reason.
Also if you're load balancing any other application protocol other than HTTP/HTTPS. (e.g. SMTP load balancer)
If you're using classic (non-VPC) you have to use classic ELBs.
Is there a benefit to using 'Classic'?
If your setup worked under classic you didn't have to setup your VPC and worry about internet gateways and routing all of that stuff. It is better to use VPC and if you have a newer account and in fact you don't even get the option, but some of us have instances that have been running without issue for 7 years and don't want to reconfigure what is working.
Pricing is different.