|
|
|
|
|
by scarface74
2476 days ago
|
|
How do you propose you firewall your database access and only allow certain IP addresses when you need access from lambda when the lambda is always run from a random location on AWS’s network? A lambda is never run “from within your VPC”, it’s attached via an ENI (or at least it was). |
|
But off the top of my head, you could always use the firewall API from the lambda to open network access between it and the RDS when the lambda starts. (In addition to using certs or IAM security on your TLS connection to the RDS db)