Lambda to VPC connection invisible

0

Hello,

The info from Management Console states:

All Lambda functions run securely inside a default system-managed virtual private cloud (VPC). However, you can also configure your Lambda function to access resources in a custom VPC.

After I connect a Lambda to a custom VPC from Management Console -> Lambda Screen -> Configuration -> VPC, I do not see any Endpoint for Lambdas in the endpoints list of the VPC, even if the connection works. How does Lambda connect to the custom VPC ?

Thank you,
Mihai ADAM

demandé il y a un mois364 vues
1 réponse
2
Réponse acceptée

Hello.

After I connect a Lambda to a custom VPC from Management Console -> Lambda Screen -> Configuration -> VPC

I think your settings are correct.
Connecting Lambda to a VPC does not create a VPC endpoint.
If you have configured it correctly, check the ENI from the EC2 console and the Lambda Hyperplane ENI should have been created.
https://docs.aws.amazon.com/lambda/latest/dg/configuration-vpc.html#vpc-configuring

An interface type of "lambda" will be created as shown below.
a

Access resources within the VPC via this created ENI.
https://docs.aws.amazon.com/lambda/latest/dg/foundation-networking.html#foundation-nw-connecting

Lambda accesses resources in your VPC using a Hyperplane ENI. Hyperplane ENIs provide NAT capabilities from the Lambda VPC to your account VPC using VPC-to-VPC NAT (V2N). V2N provides connectivity from the Lambda VPC to your account VPC, but not in the other direction.

profile picture
EXPERT
répondu il y a un mois
profile picture
EXPERT
vérifié il y a un mois

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