1 Answers
1
Accepted Answer
Hello,
Yes this can be done using Network Interfaces in the VPC Reachability Analyzer.
Assuming the Lambda is in a VPC, you should be able to locate the ENI from the Network Interfaces page under EC2 > Network & Security > Network Interfaces.
You can grab the ENI of the Lambda as well as the ENI of the RDS Instance and use the Reachability Analyzer to test the connectivity.
Here is additional documentation on configuring a Lambda to access an RDS database in a VPC: https://docs.aws.amazon.com/lambda/latest/dg/services-rds-tutorial.html
Relevant questions
Possible to run AWS VPC Reachability analyzer from Lambda ENI to RDS endpoint?
Accepted Answerasked a month agoPushing to SQS through VPC Endpoint from lambda in private VPC fails
asked a year agoIs there a way to recover the deleted lambda function?
asked a month agoData routing to VPC Endpoint from different AZ
asked 8 months agoIssues connecting to Postgres RDS instance from within a VPC
asked 3 years agoAWS Lambda not able to connect to public RDS instance
asked 4 months agoHow to access a public RDS instance from lambda without compromising on the security of RDS by putting an inbound rule for RDS Sg with source as 0.0.0.0/0 ?
Accepted Answerasked 2 months agoBest way to run a web scraper from my S3 website and save the returned information to a database
asked 5 months agoRotation lambda timing out but using Secrets Manager VPC Endpoint
asked 2 years agoLambda to RDS Connectivity
Accepted Answerasked 2 months ago