Celestina Odilitinatech.hashnode.dev·Jan 17, 2025CloudFormation: AWS Infrastructure as CodeWhat is CloudFormation CloudFormation is AWS native Infrastructure as Code (IaC) service. It allows for modelling, provisioning and managing of AWS resources in a structured, repeatable, and automated way. With CloudFormation, you do not need to indi...AWS CloudFormation
Arunesh Dwivedikushald.hashnode.dev·Jan 14, 2025Terraform vs Ansible: The Titans of Infrastructure AutomationIntroduction In the ever-evolving world of DevOps, infrastructure automation has become a cornerstone of modern software deployment. Among the numerous tools available, Terraform and Ansible stand out as industry giants, each carving out its own nich...Terraform
Sober Summyblog.summy.dev·Jan 4, 2025From Code to Live: How I Launched My NodeJs App in Minutes with Railway.appBackstory (feel free to skip) - As someone who’s totally clueless when it comes to infra-admin tech stuff, setting up environments for my personal projects has always been a total mess. I mean, I’ve tried dabbling with Google Cloud and AWS (shoutout ...122 readsdeployment
Fırat TONAKfirattonak.com·Dec 31, 2024Understanding Terraform Provisioner: A Beginner's TutorialWe will examine the provisioner in this article, and you will learn about some common details, such as the file, local-exec, and remote-exec commands and how to use them. What is a Provisioner? A provisioner is a mechanism that is used to execute com...35 readsHashicorp TerraformTerraform
Sanya Dodaterraform-devops.hashnode.dev·Dec 29, 2024Infrastructure as CodeIn traditionalway, physical data centers managing multiple physical servers. Maintainence was done by system admins and tech support(manual human effort). physical infra was quite simple to maintain. but when the demand grew, management and maintaina...Terraform
Ritesh Kumar Nayakwww.devopswithritesh.in·Dec 27, 2024Improving Infrastructure as Code (IAC) Using DevOps and CI/CD | Multi-Environment DeploymentIn this project, we’ll leverage the Azure DevOps pipeline for automating the infrastructure deployment. We are also going to create multiple environment such as Dev, QA, Staging, and Prod having identical resources in each environment via Terraform. ...40 readsAzure
Santosh Ncsantoshnc.hashnode.dev·Nov 28, 2024Common Errors and Solutions During HashiCorp Vault InstallationWhile installing and configuring HashiCorp Vault, you may encounter some common errors. Below are a few issues you might face, along with the steps to troubleshoot and resolve them. 1. Error: Failed to start vault.service: Unit vault.service not foun...Vault Troubleshooting
Ritesh Kumar Nayakwww.devopswithritesh.in·Oct 9, 2024Terraform IAC: Setting Up Azure Virtual Machine in Web-TierAs part of a 4-tier networking setup, we have already demonstrated the complete networking setup using Terraform. This time, we will extend the architecture by deploying virtual machines into the respective subnets and hosting a static website. This ...TerraformwithAzure
Sangam BiradarforCloudNativeFolks Communityblog.cloudnativefolks.org·Sep 23, 2024Infrastructure from Code (IfC): Overview and Role in Platform Engineering with StackGenIn our previous blog, we explored the concept of Infrastructure from Code (IfC) and how it automates the generation of infrastructure directly from application code. This approach eliminates the need for manually writing infrastructure as code (IaC) ...11 likes·197 readsPlatform Engineering
Janaki Kumarawsec2.hashnode.dev·Jul 17, 2024Improve DevOps Automation with Shell ScriptingIntroduction Imagine deploying hundreds of servers with a single command or automating tedious tasks so you can focus on what truly matters. Welcome to the world of shell scripting! In the fast-paced realm of DevOps, automation is a game-changer, and...10 likesDevops