Skip to content
This repository has been archived by the owner on Feb 25, 2023. It is now read-only.

Latest commit

 

History

History
20 lines (16 loc) · 651 Bytes

README.md

File metadata and controls

20 lines (16 loc) · 651 Bytes

An Intro to Managing AWS with Terraform

This project corresponds with presentation slides 42 - 47

  1. An empty VPC
  2. NAT Gateways + Public Subnets
  3. Private Subnets + Route Tables
  4. Converting to a Module
  5. Adding an EC2 Module
  6. Spinning up another environment

Terminal Output Playback

For demonstration, directories contain hidden recordings of terminal output. These were made using ttyrec and can be played back:

 $ ttyplay -s 4 .01plan.rec

Additions

If anybody is interested in more insight and examples, feel free to open a GitHub issue!