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

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南