I'm using an AWS ALB LoadBalancer, and I was curious about the initial request capacity that can be handled by the ALB without scaling?
The reason behind this is that I need to pre-warm up my load balancer or not
I'm using an AWS ALB LoadBalancer, and I was curious about the initial request capacity that can be handled by the ALB without scaling?
The reason behind this is that I need to pre-warm up my load balancer or not
The ALB itself doesn't require/offer scaling. How many instances of your application need to be running depends on your application, not on the ALB. So the answer to your question is really for you to answer, based on what you believe your application can handle.