Use Terraform to easily set up a VPC on AWS

Just thought I’d share a Terraform script to set up a VPC on AWS with the same settings as the fastai shell scripts. Note that this script only sets up a VPC, public subnet, route table, internet gateway, and security group - it does not create an EC2 instance or an elastic IP.

2 Likes