Build a Disposable AWS VPC with Terraform

Consistent with the concepts of disposable infrastructure, we want to build an isolated VPC within our existing AWS account to isolate experiments with infrastructure-as-code. Using Terraform by HashiCorp, we can build and tear down the VPC structures easily, quickly, and consistently. This base automation can make it easier to identify any AWS objects contained with…