简体   繁体   中英

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.

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

I do not believe there are any plans to discontinue it, however, it is heavily advised against using it for any new load balancer.

It was primarily targeted for EC2 Classic

I couldn't find the aws official article saying "classic load balancer is discontinued or deprecated". However, I found this aws official article "Migrate your Classic Load Balancer" .

I'm not sure the article implies "classic load balancer is discontinued or deprecated". But at least I can see the article implies "You better use new load balancer". Actually, application load balancer(new) is better than classic load balancer(old) as long as I tried both.

In addition, a similar thing happens for "Launch Template"(new) and "Launch Configuration"(old) on EC2. Then, there is no aws official article saying "Launch Configuration(old) is discontinued or deprecated".

But there are aws official articles "Replacing a launch configuration with a launch template" and "Launch templates" .

In both artcles, "Launch Template"(new) is recommended to use actually.

Moreover, the prices of newer instance types are cleaper than older ones. It will implies "You better use newer instance types".

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!

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