What is the maximum concurrent requests and connections can ALB handle?

0

I'm trying to search about the information but could not find the right on "What is the maximum concurrent requests and connections can ALB handle?"

AWS
An Tran
質問済み 1年前7885ビュー
2回答
2

I dont think you can find a specific number for this question, remember it is a managed service and under the hood is not just one physical device, and it will basically scale automatically to meet varying levels of application load. The best approach always is to test and simulate.

profile pictureAWS
回答済み 1年前
profile pictureAWS
エキスパート
kentrad
レビュー済み 1年前
1

The main reason for number of max connection handled by ALB is not document, is that, ALB is designed to scale up as and when the traffic on the load balancer will increase. If there is a gradual increase in load (i.e less than 50% increase in a 5 min window), then the ALB scales itself to higher capacity nodes and if required increase the number of node commissioned for your ALB to provide enough capacity to handle the load.

If spike in traffic is expected (i.e more than 50% increase in a 5 min window) you can always request a prewarm of your load balancer. ( usually needed if you are expecting a spike due to marketing/sale event)

回答済み 1年前

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン

関連するコンテンツ