VPC (Virtual Private Cloud)

aws/networking aws/service

💡 Definition

Amazon VPC lets you provision a logically isolated section of the AWS Cloud where you can launch AWS resources in a virtual network that you define.

🔑 Key Concepts

⚙️ How it Works

  1. Define CIDR Block: Choose IP range (e.g., 10.0.0.0/16).
  2. Create Subnets: Divide the VPC into smaller networks (across Availability Zones).
  3. Configure Routing: Set up Route Tables to direct traffic.
  4. Launch Resources: Deploy EC2 instances or RDS databases into subnets.

🎯 Use Cases

💰 Pricing Model

📝 Exam Tips (CLF-C02)


See Also: * Route 53 * CloudFront