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?

demandé il y a un an532 vues
1 réponse
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
répondu il y a un an
profile pictureAWS
EXPERT
kentrad
vérifié il y a un an
profile picture
EXPERT
vérifié il y a un an
  • Correct, is more the internal “Lambda load balancer”/control plane that decides dispatch to availability zone

Vous n'êtes pas connecté. Se connecter pour publier une réponse.

Une bonne réponse répond clairement à la question, contient des commentaires constructifs et encourage le développement professionnel de la personne qui pose la question.

Instructions pour répondre aux questions