Skip to content
CBT Nuggets

Cloud · Intermediate

VPC (Virtual Private Cloud)

A VPC is a logically isolated network you provision inside a cloud provider. You control its address space, subnets, route tables, gateways, and security controls. Azure calls it a VNet; the concepts are nearly identical.

For IT leaders

VPC design decisions made early are expensive to undo; investing in clean address planning, segmentation, and connectivity patterns pays back for years.

Why IT teams care

Where this shows up at the team level

  • VPC sprawl across teams produces duplicate IP ranges and connectivity headaches at scale.
  • Security architecture (private subnets, NAT gateways, endpoints) is decided at the VPC layer.
  • Hybrid connectivity to on-prem (Direct Connect, ExpressRoute, Cloud Interconnect) lives at the VPC edge.

In production

Where teams encounter it

  • Each AWS region has VPCs; Azure uses VNets; Google Cloud uses VPC Networks
  • Subnets, route tables, internet gateways, and NAT gateways inside each VPC
  • VPC peering, Transit Gateway, or Cloud Hub for inter-VPC connectivity

How it works

How VPC actually works

  1. 01You assign a CIDR block to the VPC and split it into subnets across availability zones for resilience.
  2. 02Route tables determine how traffic flows: internet gateways for public traffic, NAT gateways for outbound from private subnets, and peering / transit for cross-VPC traffic.
  3. 03Security groups and network ACLs enforce filtering at the instance and subnet level.
  4. 04VPC endpoints keep traffic to managed services (S3, DynamoDB, etc.) private and avoid the public internet.

In practice

Common team use cases

  • Hosting workloads on private subnets with controlled egress
  • Building hub-and-spoke architectures with shared services VPCs
  • Connecting cloud to on-prem via VPN or dedicated circuits

Build the capability

Each link routes to a hub that goes deeper than this definition.

Close the team gap

Turn this concept into team capability

CBT Nuggets builds expert-led team training that closes the gaps definitions only describe. Talk to sales about a plan that fits your team.