-
Notifications
You must be signed in to change notification settings - Fork 9.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support for new NLB #1639
Comments
oh and to be consistent the "old" elb may need to be renamed to CLB (classic load balancer) as this is the new name in AWS |
@AncientCulture this is being taken care of in #1629 FWIW, classic load balancer is known as ELB in Terraform. Application load balancers were known as ALB but I have renamed those to load balancers as they can be either application or network |
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you feel this issue should be reopened, we encourage creating a new issue linking back to this one for added context. Thanks! |
Hi,
AWS ec2 has a new LB, the network load balancer (NLB). It is a replacement for the previous ELB. AWS recommends using the old ELB primary for AWS ec2-classic envs.
As the NLB works similar as the ALB (listener, target groups) and shares API calls implementation might be quick feasible.
Here the block post:
https://aws.amazon.com/blogs/aws/new-network-load-balancer-effortless-scaling-to-millions-of-requests-per-second/
aws-go-sdk added support in version 1.10.40, which is alreadythe current version in vendor directory.
Cheers and thanks,
Nils
The text was updated successfully, but these errors were encountered: