๐ŸŽ New User? Get 20% off your first purchase with code NEWUSER20 ยท โšก Instant download ยท ๐Ÿ”’ Secure checkout 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

CloudFormation
An AWS service that provisions and manages cloud resources using declarative JSON or YAML templates.
Cloud Computing
The delivery of computing services over the internet, including servers, storage, databases, and software on demand.
CDK (Cloud Development Kit)
A software development framework for defining cloud infrastructure using familiar programming languages instead of YAML or JSON templates.
Spot Instance
Discounted cloud compute instances that use spare capacity at significantly lower prices but can be interrupted with short notice.
PaaS (Platform as a Service)
A cloud service model that provides a platform for developers to build, deploy, and manage applications without managing infrastructure.
Cloud Function
A serverless compute service that runs code in response to events without requiring server management or infrastructure provisioning.
View All Cloud Computing Terms โ†’