VPC Fundamentals Infographic

VPC Fundamentals

The architectural backbone of the cloud: Understanding how traffic flows through isolated networks.

The Core Ingredients

The essential components required to build a functional Virtual Private Cloud.

Subnets

IP address ranges within your VPC. Divide your network into Public (internet-facing) and Private (isolated) segments.

Route Tables

The traffic controllers. A set of rules (routes) that determine where network traffic from your subnet is directed.

Internet Gateway

The VPC’s front door. A horizontally scaled, redundant component that allows communication between your VPC and the internet.

Security Groups

Virtual firewalls for your instances. They control inbound and outbound traffic at the resource level (stateful).

The Traffic Flow Process

Visualizing how a Public Subnet connects to the world via Route Tables and Gateways.

INTERNET IGW ROUTE TABLE Destination: 0.0.0.0/0 Target: igw-id PUBLIC SUBNET Has Route to IGW PRIVATE SUBNET No Route to IGW
Step 1: IGW Attachment

The Internet Gateway is created and attached to your specific VPC.

Step 2: Routing Rule

A route is added to the table: 0.0.0.0/0 (all traffic) points to the IGW.

Step 3: Subnet Association

The Route Table is associated with a subnet, making it “Public”.

Key Architectural Facts

01

One IGW Per VPC

You can only attach one Internet Gateway to a VPC at any given time.

02

Implicit Router

Every VPC has an implicit router that uses Route Tables to direct traffic flow.

03

Default Routes

Every route table contains a local route for communication within the VPC.

© 2023 Cloud Architecture Series | VPC Fundamentals Visualization

Leave a Comment

Your email address will not be published. Required fields are marked *

Scroll to Top