Skip to content

Instantly share code, notes, and snippets.

@sanju2
Created July 15, 2022 14:19
Show Gist options
  • Save sanju2/5273a22f68342080ced33b7b12fef14b to your computer and use it in GitHub Desktop.
Save sanju2/5273a22f68342080ced33b7b12fef14b to your computer and use it in GitHub Desktop.
AWS VPC Creation Dev.to Resources
VPC = 10.0.0.0/16 (demo-vpc)
Public Subnet = 10.0.1.0/24 (demo-public-subnet)
Private Subnet = 10.0.2.0/24 (demo-private-subnet)
Internet Gateway = (demo-igw)
Public Subnet Route Table = (demo-public-rt)
Enabled public subnet auto assign IPv4 address
Create 2 ec2 instance using ubuntu 20.04
- Public (demo-public-ec2)
- Private (demo-private-ec2)
NAT Gateway = (demo-nat)
Private Subnet Route Table = (demo-private-rt)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment