Category Archives for Terraform Iac

๐–๐ก๐š๐ญ ๐š๐ซ๐ž ๐“๐ž๐ซ๐ซ๐š๐Ÿ๐จ๐ซ๐ฆ ๐Œ๐จ๐๐ฎ๐ฅ๐ž๐ฌ ๐š๐ง๐ ๐ญ๐ก๐ž๐ข๐ซ ๐ฉ๐ฎ๐ซ๐ฉ๐จ๐ฌ๐ž๐ฌ?

๐Ÿ“ If you’re new to infrastructure-as-code (IAC), you may have heard of Terraform, a popular IAC tool used to build and manage infrastructure in the cloud. One of the most powerful features of Terraform is the use of modules, which help organize your code and make it reusable. โžก In this blog post, we’ll dive […]

Read More

Infrastructure as Code (IaC)

๐Ÿ“ŒWhat is (IaC) Infrastructure as Code? Infrastructure as code, or IaC, is the process of delivering and managing infrastructure that is described by code rather than by hand. ๐Ÿ“ŒWhen to use IaC? 1๏ธโƒฃ. You make extensive use of IaaS resources. 2๏ธโƒฃ. Your infrastructure is rented from a variety of platforms or vendors. ๐Ÿ“ŒIaC DevOps Best […]

Read More

Terraform Provisioners – Overview, Types & Why you should not use them

โœ… Terraform Provisioners are used for executing scripts or shell commands on a local or remote machine as part of resource creation/deletion. โœ… Provisioners can be used to model specific actions on the local machine or on a remote machine in order to prepare servers or other infrastructure objects for service. โœ… There are 2 […]

Read More
AWS-Infrastructure

How to Provision AWS Infrastructure with Terraform?

Cloud automation is on its pace and various toolsย  are proposed for faster and efficient developmentย . One such automation tool is ย Terraform. What is Terraform? โžช Terraform is an open-source IaaS (Infrastructure as a Code) tool by Hashicorp. It is used to build, provision and modify architecture using declarative commands. ย Why Terraform? โžช Terraform is […]

Read More
Terraform

๐“๐ž๐ซ๐ซ๐š๐Ÿ๐จ๐ซ๐ฆ ๐‹๐ข๐ฏ๐ž ๐๐ฎ๐ž๐ฌ๐ญ๐ข๐จ๐ง๐ฌ & ๐€๐ง๐ฌ๐ฐ๐ž๐ซ๐ฌ

What is ๐“๐ž๐ซ๐ซ๐š๐Ÿ๐จ๐ซ๐ฆ? Should you go for ๐“๐ž๐ซ๐ซ๐š๐Ÿ๐จ๐ซ๐ฆ? What is the scope? There are many questions similar to this which comes in mind when we talk about Terraform. We are going to discuss many of these types of questions with our expert trainer. If you wish to check out the live Q/A, visit https://k21academy.com/terraform23 and […]

Read More
Terraform

๐“๐ž๐ซ๐ซ๐š๐Ÿ๐จ๐ซ๐ฆ ๐‹๐ข๐ฏ๐ž ๐๐ฎ๐ž๐ฌ๐ญ๐ข๐จ๐ง๐ฌ & ๐€๐ง๐ฌ๐ฐ๐ž๐ซ๐ฌ

What is ๐“๐ž๐ซ๐ซ๐š๐Ÿ๐จ๐ซ๐ฆ? Should you go for ๐“๐ž๐ซ๐ซ๐š๐Ÿ๐จ๐ซ๐ฆ? What is the scope? There are many questions similar to this which comes in mind when we talk about Terraform. We are going to discuss many of these types of questions with our expert trainer. If you wish to check out the live Q/A, visit https://k21academy.com/terraform23 and […]

Read More
terraform interview questions

Top 20 Terraform Interview Questions & Answers

With the current success of Terraform, the cloud market has a lot of requirements for DevOps engineers with good terraform knowledge. To land yourself a job in this field, you must be prepared to face an interview. In this blog https://k21academy.com/terraform21, we have covered some most commonly asked interview questions for the Terraform Associate Role. […]

Read More
Terraform cheat sheet

Terraform Cheat Sheet

No more terror of commands! Terraform commands may seem intimidating at first if you are not used to using the terminal. Cheat sheets come in handy while you are still working on memorizing these commands. Check out this blog at https://k21academy.com/terraform20 where we have covered Terraform cheat sheet consisting of the most basic and widely […]

Read More
Automate AWS Virtual Machine

Terraform: Automate AWS VM Creation Demo

Terraform is one of the most popular Infrastructure-as-code (IaC) tool used by DevOps teams to automate infrastructure tasks. It is used to automate the provisioning of your cloud resources. It supports multiple providers such as AWS, Azure, Oracle, GCP, and many more. To know how to create a Virtual machine on AWS in two different […]

Read More
terraform workflow

Terraform Workflow and Its Use-Case

Terraform is an open-source, cloud-agnostic provisioning tool developed by HashiCorp and written in the GO language. Using the Terraform in a proper workflow extremely helpful in a team and can benefit you even if you work individually. A good workflow enables you to streamline a process, organize it, and make it less error-prone. If you […]

Read More
Not found