Skip to content

Instantly share code, notes, and snippets.

View Sanjogsharma's full-sized avatar
💭
I may be slow to respond.

Sanjogsharma

💭
I may be slow to respond.
View GitHub Profile
@Sanjogsharma
Sanjogsharma / terraform-lab.md
Last active February 10, 2019 18:04 — forked from ravsau/terraform-lab.md
Terraform lab

In this tutorial, I will use Terraform to deploy an EC2 Instance. Terraform is an infrastructure as code software tool created by Hashicorp. We will refer to Hashicorp's AWS documentation throughout this tutorial.

Find the code and steps for this Lab at my github page linked here.

What is Terraform?

Terraform can build, modify, and version infrastructure safely and efficiently. Terraform can manage existing and popular service providers like AWS, Azure, Google Cloud. It can also handle custom in-house solutions.

Terraform is similar to Cloudformation, but they have some significant differenes.