2023-02-05 - Neo4j Connection in VPC

From Izara Wiki
Revision as of 10:11, 5 February 2023 by Sven the Barbarian (talk | contribs) (Created page with "* if ec2 has public ip we can access from internet, and from lambda outside vpc * if we don't have that ip we will not be able to access ec2 from Lambda * so to secure database we need to add Lambda into VPC * lambda in VPC are able to be invoked by outside of VPC resources (queues/invoke/api gateway) * lambda in VPC cannot invoke out of VPC resources? eg queues/lambdas. maybe can through NAT 2023-02-05")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
  • if ec2 has public ip we can access from internet, and from lambda outside vpc
  • if we don't have that ip we will not be able to access ec2 from Lambda
  • so to secure database we need to add Lambda into VPC
  • lambda in VPC are able to be invoked by outside of VPC resources (queues/invoke/api gateway)
  • lambda in VPC cannot invoke out of VPC resources? eg queues/lambdas. maybe can through NAT