Live data from Hacker News

AWS Application Load Balancer

aws.amazon.com

11–20 of 140 posts

Re: AWS Application Load Balancer

#12
> 25 connections/second with a 2 KB certificate, 3,000 active connections, and 2.22 Mbps of data transfer or

>5 connections/second with a 4 KB certificate, 3,000 active connective, and 2.22 Mbps of data transfer.

"2KB certificate" and "4KB certificate"? Is this supposed to read "2048 bit RSA" and "4096 bit RSA"?

Re: AWS Application Load Balancer

#13
This is very good. Recently my workflow has been ELB -> NGINX -> Cluster.

Nginx was a cluster of machines that did routing based on rules into the ec2 machines. Now that the AELB has some of those capabilities it's time to evaluate it.

Re: AWS Application Load Balancer

#14
This is definitely nicer than having to create subdomains for microservices and mapping each subdomain url to its own Elastic Loaad Balancer + Elastic Beanstalk instance. But I have already gone down this path so I am unlikely to use AWS Application Load balancer. I wish I had this option a year ago.

Re: AWS Application Load Balancer

#18
post #12

> 25 connections/second with a 2 KB certificate, 3,000 active connections, and 2.22 Mbps of data transfer or >5 connections/second with a 4 KB certificate, 3,000 active connective, and 2.22 Mbps of data transfer. "2KB certificate" and "4KB certificate"? Is this supposed to read "2048 bit RSA" and "4096 bit RSA"?

Most likely, yes.
Post reply on HN