Unnati Guptadevunnatig.hashnode.dev·6 hours agoTerraformWhat is Terraform? Terraform is a widely used open-source Infrastructure as Code (IaC) tool, developed by HashiCorp, that is specifically designed for provisioning and managing infrastructure. Why do we use Terraform? Terraform provides an automated ...DiscussTerraform
Sprasad Pujarisprasad.hashnode.dev·Oct 4, 2024🚀 Demystifying terraform init: A Deep Dive into Terraform InitializationHey #TechCommunity! Today, let's break down the terraform init command and understand what happens behind the scenes. 🔍 📁 Project Structure: C:\Users\spujari\Desktop\My work\Terraform-A-to-Z\Day-1\PROJECT-ec2-instance-creation 🖥️ The Command: ter...DiscussTerraform
Deepak parashartechfordummys.hashnode.dev·Sep 26, 2024How to Use Terraform: The Complete GuideIntroduction In today’s world of cloud computing, managing infrastructure manually is both time-consuming and prone to errors. Enter Terraform – an open-source infrastructure-as-code (IaC) tool developed by HashiCorp that allows you to define, provis...Discussterraform-cloud
Prerna Sharmatechnocrats.hashnode.dev·Sep 25, 2024Creating an Instance using TerraformAs we know Terraform is an Infrastructure as a code, and it is useful for automating the infrastructure. In this article, we will learn to automate the instance using Terraform. Procedure: 1) Write instance.tf file Here, we are providing the configur...Discuss#Terraform #AWS #InfrastructureAsCode #Provisioning #Automation #CloudComputing
Pooja Bhavanipoojabhavani.hashnode.dev·Sep 21, 2024Day 64 - Terraform with AWSPrerequisites AWS CLI installed The AWS Command Line Interface (AWS CLI) is a unified tool to manage your AWS services. With just one tool to download and configure, you can control multiple AWS services from the command line and automate them throu...Discuss·40 readsterraform with AWS
Sudhanshu Sanjay Motewarsudhanshumotewar.hashnode.dev·Sep 15, 2024AWS CDK - Building Cloud Infrastructure as Code🧑💻👉 Quick Intro 🔥 There are many ways to create resources in AWS like AWS Management Console AWS CLI AWS Software Development Kit (AWS SDK) AWS Cloud Development Kit (CDK) Terraform many more… You should know AWS CloudFormation before going...Discuss·11 likes·64 readsAWS
Vikramvikramkumar.hashnode.dev·Sep 11, 2024Terraform Zero To Hero - Day 1History Before Terraform The rise of Infrastructure as Code (IaC) and Terraform in particular is a response to several challenges in traditional infrastructure management, which evolved over the decades as computing paradigms changed. Here’s an overv...DiscussTerraform Zero To HeroDevops
Balraj Singhbalrajsingh.hashnode.dev·Sep 6, 2024Deploying microservices to a Kubernetes cluster with CI/CD: A Step-by-Step GuideIn this blog post, we’ll guide you through deploying a Kubernetes application using Jenkins. This guide will help you set up a CI/CD pipeline for deploying microservices to a Kubernetes cluster. We’ll cover creating roles, binding them to service acc...Discuss·1 like·76 readsmultibran
Shraddha SuryawanshiforMastering Terraformterraform-handson-projects.hashnode.dev·Sep 3, 2024Advanced Terraform Project 1: VPC, EC2, and ALB Setup with Dynamic Target Group AllocationIntroduction In this project, we'll automate the deployment of a highly available web application infrastructure on AWS using Terraform. The infrastructure includes a Virtual Private Cloud (VPC) with public and private subnets, EC2 instances deployed...Discuss·9 likesTerraform
Vijay Sankar Cheepurletsdoterraform.hashnode.dev·Sep 1, 2024Terraform StateThe Heart of Your Infrastructure Management Welcome back to my Terraform blog series! In the previous post, we covered the basics of Terraform and how to set up a simple EC2 instance in AWS. If you’ve followed along, congratulations—you’ve officially...DiscussAWS