Back to Glossary
Cloud

What is VPC (Virtual Private Cloud)?

A logically isolated network in the cloud where you launch your cloud resources.

A VPC is a logically isolated virtual network in the cloud that you define — your own private data center in the cloud. You control IP ranges (CIDR), subnets (public/private), route tables, internet gateways, NAT gateways, and security groups. Resources in a VPC can't be accessed from the internet unless explicitly configured. Best practice: use public subnets for load balancers and private subnets for applications and databases. VPC peering and Transit Gateway connect multiple VPCs.

Deep Dive Guide

aws vpc networking complete guide

Test your knowledge of VPC (Virtual Private Cloud) and 130 other DevOps concepts