Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is classic load balancer going to be discontinued by aws

Can some one help me with the fact is aws going to discontinue classic load balancer in future??

I have checked many documents but non of it clearly mentions about it.

like image 635
chandni mirchandani Avatar asked Oct 14 '25 04:10

chandni mirchandani


2 Answers

As Edcel Cabrera Vista says, there's no real way to know if AWS will discontinue a product or not, until they actually tell us. They haven't told us that Classic Load Balancers are being discontinued.

They are, however, discontinuing EC2 Classic Networking, and I think that leads to some confusion. They both have "classic" in their name and load balancers are usually thought of as networking. So you'd think they were the same thing or at least related somehow.

But no, "Classic Load Balancers" are different than "EC2 Classic Networking". It's only EC2 Classic Networking that is being discontinued right now. Classic Load Balancers are not at this time being discontinued. AWS has not addressed this confusion, but from the announcement in July of this year, they say that a Classic Load Balancer in EC2 Classic will have to be migrated to a Classic Load Balancer in a VPC. If your Classic Load Balancers are already in a VPC, then they won't be affected.

AWS provides a Bash shell script you can run to find any EC2 Classic Networking resources you might have out there. To run the script you need to have AWS CLI set up, including having your credentials set. Then run the script. It'll spit out a bunch of csv files with any lingering EC2 Classic Resources you might have out there, as well as a csv file that tells you whether your account is enabled for EC2 Classic Networking. If yours is not, and you have nothing listed in the "Classic_CLBs.csv" file, then you have nothing to worry about. Hooray!

like image 78
Todd Walton Avatar answered Oct 17 '25 23:10

Todd Walton


There is no exact answer if a service is going to be discontinued by aws. However there are few ways for you to have a peace of mind regarding those thoughts because it's a possible scenario in the future as well.

AWS offers documentation for you to migrate the classic load balancer to their new solutions having this document will help you think to adopt properly & more agile. And it gives more feature to your application.

https://docs.aws.amazon.com/elasticloadbalancing/latest/userguide/migrate-to-application-load-balancer.html

like image 31
Edcel Cabrera Vista Avatar answered Oct 18 '25 01:10

Edcel Cabrera Vista