Networking
VPC
Quick answer
A VPC is an isolated virtual network within a cloud provider, with its own address space and routing.
A VPC is an isolated virtual network within a cloud provider, with its own address space and routing.
Why it matters
Running runners in your own VPC is what lets a build reach an internal database or artefact server without exposing either to the internet.
Your next build could be twice as fast, at half the price
Start free. Migrating away is the same one line, and we publish that diff too.
Related
NAT gatewayA NAT gateway lets instances in a private subnet reach the internet without being reachable from it.Security groupA security group is a stateful virtual firewall controlling inbound and outbound traffic for cloud instances.SubnetA subnet is a segment of a virtual network's IP address range, typically classified as public or private.