AWS EC2 Class Load Balancer Retiring question
Can we confirm if all EC2 Classic Load Balancers will be retired after Aug 15, 2022?
Per this AWS Blog post https://aws.amazon.com/blogs/aws/ec2-classic-is-retiring-heres-how-to-prepare/ it says that the EC2 Classic Load Balancer will be retiring on August 15, 2022.
It also seems to indicate that there are 2 types of EC2 Classic Load Balancers. The first being the first generation. The second being the one with VPC.
I wasn't sure if both of those are going to be retired or just the first one.
I have projects using EC2 Classic Load Balancers with VPC so I want to make sure I'm ok and that I don't have to do any migration.
What will be retired is EC2-Classic Network, not Classic Load Balancer
It is the default network mode very long ago when VPC did not even exist.
First, if your account was created after 2013-12-04, you can't even launch EC2-Classic, so it doesn't affect you.
If your account was created before that, you can see if your EC2 is running on EC2-Class Network by looking at the VPC ID of the instance. If there is no VPC ID, then it's the classic one.
You can also use the tools to search for EC2-Classic resources: https://github.com/aws-samples/ec2-classic-resource-finder
Ref: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-classic-platform.html
Relevant questions
What happenes to ec2 classic resources after Aug 15th 2022?
asked 4 months agoUnidirectional TCP keep-alive for Classic Load Balancer and Network Load Balancer
Accepted Answerasked 2 years agoRest Service with 10k Request handling with Application Load Balancer
asked 7 days agoAWS EC2 Class Load Balancer Retiring question
asked 17 days agoClassic Load Balancer terminates large downloads mid request
asked 2 months agoOptions for WAF with a Classic Load Balancer
asked 3 years agoLoad Balancer [NLB] - Listeners - Inconsistent
asked 5 months agoLoad balancer HTTPS to EC2 instance through HTTP
asked 3 years agoWarning: EC2-Classic Networking Enabled
asked 10 months agoALB metric equivalent of Latency metric in Classic load balancer
asked 3 years ago