AWS VPC Creation Dev.to Resources
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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