1 Answer
- Newest
- Most votes
- Most comments
2
Hello.
When I check issue was with the network interfaces where for the security group associated with lambda have no network interface defined for the endpoint I defined.
Lambda ENI and VPC endpoint ENI are not related.
Therefore, you need to configure the inbound rules of the security group that you set when creating the VPC endpoint to allow the security group that is linked to the Lambda ENI.
https://docs.aws.amazon.com/lambda/latest/dg/foundation-networking.html#foundation-nw-connecting
Relevant content
- asked 2 years ago
- asked 7 years ago
- AWS OFFICIALUpdated 2 years ago
- AWS OFFICIALUpdated a year ago
- AWS OFFICIALUpdated 3 years ago
In other words, if you set the following inbound rule in the security group set for the Secret Manager's VPC endpoint, you will be able to communicate. https://docs.aws.amazon.com/vpc/latest/privatelink/create-interface-endpoint.html