This repository is no longer maintained actively. Please visit https://github.com/kumarvna?tab=repositories for the latest updates.
- An AWS account
- Terraform
- Change ACCESS_KEY and SECRET_KEY values in Variables.tf
- Change the public_key value to a keypair you own
- Deploy the setup with:
$ terraform init
$ terraform plan
$ terraform apply
- The shared VPC can access dev and prod VPCs
- The dev VPCs can access each other and the shared VPC
- The prod VPCs can only access the shared VPC