2 Answers
- Newest
- Most votes
- Most comments
2
I would doublecheck the security group config - If you have added an s3 gateway endpoint the most common misconfiguration I see is forgetting to allow outbound to the s3 prefix list for the region within the security group. See here - "Security group outbound rules" section. If you have used an s3 interface endpoint you need to allow outbound to the interface endpoint itself
0
Security Groups (SG)
- The SG that the Lambda is in has to have Outbound access to the SG containing the VPC Endpoint (VPCE) - outbound is usually ALL for a SG
- The SG that VPCE is in has to have Inbound permission from the SF containing the Lambda
The above applies even if the Lambda and VPCE are in the same SG -- that is you need an inbound rule from the SG to itself.
Routing
- By Default you should have a local route in all your route tables. If you changed this, then that could be an issue
answered 4 years ago
Relevant content
asked a year ago
asked 2 years ago
asked 2 years ago
