Description
In this course, you will learn :
- How to setup Terraform
- Creating your first Terraform configuration
Syllabus :
1. Creating Necessary Accounts
- Creating an AWS Account
- Creating a Github Account
2. Getting Setup
- Visual Studio Code Setup
- Installing Terraform with Chocolatey (Windows)
- Install Terraform on OSX with Brew
- Install and Configure the AWS CLI
3. Terraform Configuration Basics
- Lab 1: Provider Block Setup
- Lab 2: Create an EC2 Instance
- Assignment 1: Create an EC2 Instance with a Windows AMI
- Lab 3: Create EC2 Instance with Tags
- Assignment 2: Create an EC2 Instance with Tags
- Terraform Init, Plan, and Apply
- Lab 4: Resource Addressing