Terraform VPC
The process of creating VPC is the same for any project
VPC: Create VPC -> 10.0.0.0/16 --> 2^16 IP address.
Internet Gateway: Create IGW —>associate IGW to VPC.
Subnet: create subnets --> Public, private, and DB.
Elastic IP
NAT
Route Tables: cr...
vijaycodes.hashnode.dev9 min read