Please enable JavaScript.
Coggle requires JavaScript to display documents.
VPC - Coggle Diagram
VPC
Subnets
Public Subnet
public-subnet-1a
:red_flag: Attached with created VPC
:red_flag: IPv4 CIDR Block => 10.0.0.0/28
public-subnet-2b
:red_flag: Attached with created VPC
:red_flag: IPv4 CIDR Block => 10.0.0.16/28
Private Subnet
private-subnet-1a
:red_flag: Attached with created VPC
:red_flag: IPv4 CIDR Block => 10.0.0.32/28
private-subnet-2b
:red_flag: Attached with created VPC
:red_flag: IPv4 CIDR Block => 10.0.0.48/28
Route table
:red_flag: we can work with our main route table or create new route table for public and private separately
Public Route Table
Edit Assocition with public subnets
Private Route Table
Edit Association with private subnets
Create Internet Gateway
(IGW)
Attached with vpc
Edit public route table
:red_flag: Add route 0.0.0.0/0 (access for all)
:red_flag: Set target as IGW (internet gateway)
1)
Create VPC
:red_flag: With CIDR Block => 10.0.0.0/26
:warning:
:red_flag: When we create vpc, by default one route table has created and it's called main route table
Create NAT gateway
(with public subnet)
Edit private Route
:red_flag: Add route 0.0.0.0/0 (access for all)
:red_flag: Set target as NAT Gateway