Terraform Script to Automate Infrastructure

Hello Guys, In the last blog about Terraform we talked about how Terraform works and we wrote a simple script to fire an EC2 instance. In this blog , we will take it a step further and write a Terraform script to achieve the following goals: provider "Aws" { profile = "myprofile" region = "us-east-1"... Continue Reading →

Introduction to Terraform on AWS

Hello Guys, We will briefly talk about a very powerful devops tool that is Terraform ,using which you can automate your infrastructure. It can integrate with any public cloud provider to help you automate your infrastructure on cloud. What is Terraform It is an Infrastructure as Code service ( where it's more easier to write... Continue Reading →

Website Powered by WordPress.com.

Up ↑