Just a quick post for a project I put together using Terraform to build out ready-to-use networking on aws
What it does in a nutshell
This project basically builds out a VPC with 4 subnets (one public, three private) that is all ready to use to build out your AWS environment using Terraform.
It’s really simple to use. You just need to edit the variables.tf
to suit your AWS account credentials as well as whatever else you want to adjust.
Sanity check with terraform plan
and then launch with terraform apply
.
That’s it!
Add more hosts, run whatever you need. All the networking (routing, gateways, security groups, etc) is ready to use.