🎁 New User? Get 20% off your first purchase with code NEWUSER20 Register Now →
Menu

Categories

Cloud Computing Intermediate

What is VPC (Virtual Private Cloud)?

An isolated virtual network within a cloud provider where you can launch resources with full control over IP addressing, routing, and security.

A VPC is your private network in the cloud. You define the IP range (CIDR block), create subnets (public and private), configure route tables, and set up internet/NAT gateways. Resources in a VPC are isolated from other customers.

Key components include subnets (segment the VPC), security groups (instance-level firewalls), NACLs (subnet-level firewalls), route tables, internet gateways (public access), NAT gateways (outbound-only for private subnets), and VPC peering (connect VPCs).

Related Terms

Cloud IAM
Identity and Access Management services that control who can access cloud resources and what actions they can perform.
Cloud Monitoring
Services that collect, analyze, and alert on metrics, logs, and traces from cloud infrastructure and applications.
Lambda Function (Cloud)
An AWS serverless compute service that runs code in response to events without provisioning or managing servers.
Elastic Load Balancing
An AWS service that automatically distributes incoming application traffic across multiple targets like EC2 instances and containers.
Cloud Function
A serverless compute service that runs code in response to events without requiring server management or infrastructure provisioning.
IaaS (Infrastructure as a Service)
A cloud service model providing virtualized computing resources like servers, storage, and networking over the internet.
View All Cloud Computing Terms →