Live data from Hacker News

AWS Application Load Balancer

aws.amazon.com

71–80 of 140 posts

Re: AWS Application Load Balancer

#71
post #15

Earlier quoted context omitted.

I was primarily referring to EC2.

Why do you need IPv6? It seems pretty unnecessary in a VPC.

https://developer.apple.com/news/?id=05042016a

> Starting June 1, 2016 all apps submitted to the App Store must support IPv6-only networking.

Re: AWS Application Load Balancer

#73
post #57

Earlier quoted context omitted.

Yes, Google's load balancer is the best one available today. The lack of native websockets support is probably the only disadvantage but made up for with the scaling abilities and cross-region support. ALB pricing is strange too, classic AWS style complexity.

The Google load balancer supports proxy websockets over SSL (wss://) with the SSL Proxy mode: https://cloud.google.com/compute/docs/load-balancing/tcp-ssl...

Yes, it's always possible by dropping down to the lower network level but it would be nice to have it as a natively supported protocol as part of an existing HTTPS LB.

Re: AWS Application Load Balancer

#74

Earlier quoted context omitted.

Google's load balancer does do HTTP/2. It doesnt have native websocket protocol support (you have to use the network LB for that traffic) but it does provide cross-region balancing.

Websockets over SSL is in beta: https://cloud.google.com/compute/docs/load-balancing/tcp-ssl...

Yes, saw that, but it requires setting up a whole new LB just for websockets. It would be nice if it was just a natively supported protocol on the existing HTTPS LBs, is there a reason why that cant be done?

Re: AWS Application Load Balancer

#77
post #34
post #19

Earlier quoted context omitted.

BTW, is there any place to log feature requests?

Become a big enough customer

I run an AWS partner who deals with many large ($millions a year each but not tens of millions each) aws customers.

It seems like the number of customers asking for a feature is more important than the size of those customers in my experience.

Re: AWS Application Load Balancer

#78

Does anyone know if it (finally) supports sticky websocket sessions?

Yes they do.

For a single connection the websocket will always go to the same back end regardless of sticky sessions being enabled.

If stickyness is enabled, and the same client creates a new websocket, it will go to the same back end as previous connections.

Re: AWS Application Load Balancer

#79
post #32

Do ALBs support more than a single SSL certificate?

If the top level is the same you can use a wildcard (*.example.com) cert.

You're missing the use-case where you want to use a wildcard certificate and an EV certificate. You can't get an EV wildcard certificate.
Post reply on HN