Amulyaawscloudbasics.hashnode.dev·Nov 11, 2024Understanding Terraform Modules - A Complete GuideIntroduction Terraform modules are a fundamental concept that helps in organizing and maintaining Infrastructure as Code (IaC). This guide explains what modules are, why they're important, and how to implement them effectively. Why Modules? - The Mon...DiscussDevOpsTerraform
Trushang Suthartrushang-dev.hashnode.dev·Nov 8, 2024Setting Up CI/CD with CodeDeploy and CodePipeline on Amazon Linux 2In this guide, we’ll walk through configuring a CI/CD pipeline on Amazon Linux 2 using AWS CodeDeploy and CodePipeline. Follow these steps to deploy your application seamlessly and automate updates. Step 1: Install AWS CodeDeploy Agent on Your EC2 In...Discuss·29 readsAWS
Rabiatu Mohammedrabiatucloud.hashnode.dev·Oct 24, 2024From Code to Cloud: Deploying an Azure Virtual Network with TerraformTerraform is an Infrastructure as Code (IaC) tool that allows you to define, build, and manage cloud infrastructure. Instead of manually configuring resources in Azure, Terraform lets you write code to automatically create and manage these resources....DiscussTerraform
jinal pateldeeplearning-devops.hashnode.dev·Oct 12, 2024Mastering DevOps: A Comprehensive Beginner's GuideIntroduction This is how I navigate my journey in the field of DevOps. For individuals with a background in computer science, the transition into DevOps can be more seamless and intuitive. This is because they already possess a foundational understan...DiscussDevops
Ritesh Kumar Nayakwww.devopswithritesh.in·Oct 6, 2024Setting Up a 4-Tier Azure VNet Architecture with Terraform IACArchitecture In this article, we will explore the automation of a complete 4-tier networking setup on Azure using Terraform as Infrastructure as Code (IaC). The setup will include a resource group containing a Virtual Network (VNet), which will host...Discuss·1 like·28 readsTerraform
Sprasad Pujarisprasad.hashnode.dev·Sep 30, 2024🏗️ Infrastructure as Code (IaC): Revolutionizing IT OperationsIn today's fast-paced digital world, managing infrastructure efficiently is crucial for businesses to stay competitive. Enter Infrastructure as Code (IaC) – a game-changing approach that's transforming how we handle IT operations. 🚀 The Old Way vs. ...DiscussInfrastructure as code
Sprasad Pujarisprasad.hashnode.dev·Sep 18, 2024Infrastructure as Code (IaC): A Comprehensive Guide to IaC Tools 🚀Infrastructure as Code (IaC) has revolutionized the way we manage and deploy IT infrastructure. In this comprehensive guide, we'll explore the different types of IaC tools, their use cases, and how they fit together in a modern DevOps environment. Ty...Discuss·1 like#InfrastructureAsCode
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·70 readsAWS
Prasad Reddyprasadreddy.hashnode.dev·Sep 1, 2024A Guide to Terraform Flatten, Merge, and Lookup FunctionsTerraform provides several built-in functions that help manage and manipulate data structures. In this guide, we will delve into three essential functions: flatten, merge, and lookup. Understanding these functions will enable you to write more effici...DiscussTerraformTerraform
Prasannaprasanna-s.hashnode.dev·Jul 31, 2024Building Resilient Infrastructure: Deploying EC2 Instances Across Multiple Availability Zones using TerraformIntroduction Deploying EC2 Instances in Multiple Availability Zones with a Load Balancer Using Terraform Deploying EC2 instances across multiple Availability Zones (AZs) is a key practice for ensuring high availability and fault tolerance of your app...Discuss#CloudInfrastructureAutomatio