Member-only story
[Technology][GCP][VPC] — Serverless VPC connector
This blog outlines the usage of the Serverless VPC access which can help you connect your Serverless components with other services that exist in GCP or On prem( with the help of VPC Peering ) without the need of exposing it to the Public Network.
- It helps to connect directly to your Virtual Private Cloud network from serverless environments such as Cloud Run, App Engine, or Cloud Functions.
- It manages the traffic between your Serverless and Non serverless Entities behind an internal IO Address, which makes it less prone to Public Facing attacks like DDOS.
Quick Overview “Serverless VPC Connector”!!
It’s managed Google Cloud service that allows serverless environments like Cloud Functions, Cloud Run, and App Engine to communicate directly with resources inside a VPC network , Services like Compute Engine, Memorystore, and Cloud SQL instances via their internal IP addresses . This means that even though your application functions are running in a serverless environment, they can still securely connect to databases, virtual machines, or any other compute resources housed within a VPC.