Venkatesh Sarivisettyiamvenkat.hashnode.dev·16 hours agoMastering Variables in Harness Pipelines: A Comprehensive GuideHarness is a powerful Continuous Delivery (CD) platform that enables teams to simplify their deployment workflows. One of its key features is the ability to use variables, which make your pipelines dynamic, flexible, and maintainable. In this blog, w...DiscussHarness Pipelines
Mahira Technology Private Limitedmahiratechnology.hashnode.dev·Dec 6, 2024Connecting to EFS from EC2 Instance Using Session ManagerOverview :- Hey there, fellow AWS enthusiasts! Today, we’re going to chat about something pretty cool — connecting your EC2 instance to an EFS (Elastic File System) using Session Manager. It’s like introducing two friends who are going to get along g...DiscussAWS
Chetan Mohanrao Mohoddevops-concepts-by-chetan.hashnode.dev·Dec 6, 2024Why Terraform is a Game Changer for Infrastructure ManagementTerraform is a tool that allows you do IAC(Infrastructure as a Code) so that DevOps and Development teams can automate or Replicate the cloud Infrastructure provisioning(create) using code. Why Choose Terraform? Before Terraform, setting up infrastru...Discuss·1 likeTerraform
Dwayne Chimadwaynechima.hashnode.dev·Dec 5, 2024Deploying Your First Server with Terraform: A Beginner's GuideToday we’re taking Terraform from concept to action. It’s time to roll up your sleeves, write some configuration files, and watch as your first server comes to life in the cloud. If you’ve already installed Terraform and configured your environment, ...DiscussTerraform
Dwayne Chimadwaynechima.hashnode.dev·Dec 4, 2024Step-by-Step Guide to Setting Up Terraform, AWS CLI, and Your AWS Environment.Today, we’ll walk through setting up Terraform, configuring AWS CLI, and deploying your server. But we’re not stopping there—we’ll also visualize the whole process using diagrams to better understand what’s going on under the hood. Ready? Let’s jump ...DiscussTerraform
Dwayne Chimadwaynechima.hashnode.dev·Dec 4, 2024Introduction to Terraform and Infrastructure as Code (IaC)I'm starting my 30-day Terraform challenge today! Today, we're laying the groundwork for a fascinating journey into the realm of Infrastructure as Code (IaC) and discovering how Terraform and other tools enable the seemingly impossible—or at the very...DiscussTerraform
Mahira Technology Private Limitedmahiratechnology.hashnode.dev·Dec 3, 2024Revolutionize Your Infrastructure: Implementing Detect Scan on Terraform Modules via CircleCIOverview :- Infrastructure as Code (IaC) security is becoming increasingly important in modern development practices. By implementing detect scan functionality for Terraform modules through CircleCI, teams can identify potential security issues early...DiscussCircleCI
Wulakey Tanwarwulakeydevops.hashnode.dev·Dec 1, 2024Getting Started With Terraformwhat is terraform? Terraform is an infrastructure as code tool that lets you define both cloud and on-prem resources in human-readable configuration files that you can version, reuse, and share. You can then use a consistent workflow to provision and...Discuss·31 readsTerraform
Neeraj Guptaminex.hashnode.dev·Dec 1, 2024Benefits of Choosing IAC to Address IT Infrastructure IssuesIn this blog, we will understand why we have to use IAC for IT infrastructure management. Traditional Deployment Cycle Business/Business analyst They understand the client’s needs and convert them to high-level technical requirements. Solution Arch...Discuss·1 likeTerraform
Ritesh Kumar Nayakwww.devopswithritesh.in·Nov 30, 2024Azure Application Gateway Implementation via TerraformAzure Application Gateway is a web traffic load balancer that helps you manage traffic to your web applications. Unlike traditional load balancers, it operates at the application layer (Layer 7) of the OSI model. Use-Case Hosting Multi-Tier Applicat...Discuss·30 readsAzure