VPC Lambda targets of EventBridge Scheduler

0

I implemented an EventBridge Scheduler to target Lambda in a VPC. I placed the Lambda in three Availability Zones. How does EventBridge determine which Lambda to call?

質問済み 1年前532ビュー
1回答
1

Event bridge doesn't choose, it doesn't have any visibility into the configuration of the function. When the Lambda service receives the invocation request from EventBridge, if there are no warm execution environments available it will create a new one and connect that to one of the ENIs that have been provisioned in each of your subnets. The Lambda service will try to balance execution environments across the ENIs that are available.

AWS
Kevin_C
回答済み 1年前
profile pictureAWS
エキスパート
kentrad
レビュー済み 1年前
profile picture
エキスパート
レビュー済み 1年前
  • Correct, is more the internal “Lambda load balancer”/control plane that decides dispatch to availability zone

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

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

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

関連するコンテンツ