bluebrown / terraform-aws-vpc

Create a vpc with private and public subnet in AWS using Terrafom

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AWS Canonical VPC

A canonical VPC setup with private and public subnet, created with Terraform.

graphic of vpc setup

Prerequisites

You need an AWS account and either root user access key and secret key or IAM user access key and secret key. It is advised to create a dedicated IAM user with limited access.

You also need to install Terraform locally.

Create VPC

terraform apply

About

Create a vpc with private and public subnet in AWS using Terrafom


Languages

Language:HCL 100.0%