Overview
This episode shows how to create AWS EC2 Instances using Terraform and setting it up for the following cases:
- Creating EC2 instance with public access
- Setting up SSH keys to access the EC2 Instance
- Creating EC2 instance without public access
- Setting up access to EC2 instance using Session Manager
This episode also quickly touches on creating a script that would run all terraform commands in just one command (i.e. creating Makefile to efficiently run terraform commands).