Sareen Kumarterraform-ansible-insights.hashnode.dev·10 hours agoAutomating AWS Infrastructure with Terraform and Ansible: A Step-by-Step GuideIn today's world of cloud computing, automating infrastructure deployment and management is crucial for efficiency, scalability, and reliability. In this blog post, I'll walk you through my GitHub repository, AWS-Terraform-Ansible-IaC, which demonstr...AWS
Jasontheclouddude.co.uk·Jan 24, 2025Making Pulumi Feel Like Terraform: A Python Developer's GuideIf you have been using Terraform for more than five minutes, you would have come across variables and replacing default values for instances using a .tfvars file. Below is a snippet of replacing default values for an EC2 Instance using Terraform: ec2...68 readsPulumi
Aaqib Ahmadaaqib-ahmad.hashnode.dev·Jan 23, 2025Infrastructure as Code with Terraform [Part 5]Hola Friends! Once you've mastered the basics like attributes and outputs, it's time to dive deeper into advanced concepts that make Terraform even more robust and flexible. In this blog, we'll explore Variables, State Files, Modules, Provisioners, a...Terraform
FMblog.ephemeralrogue.xyz·Jan 22, 2025my introduction to KICSis there such a thing as a linter for Dockerfiles? i went on a hunt for one and found this docker-compose-linter, which was unexpected and absolutely welcome. the linter, however, is a topic for another day. i bring this up only because it was in the...kics
Khushi TrivediforKeploy Community Blogkeploy.hashnode.dev·Jan 20, 2025FeaturedYAML vs YML: Developer’s Guide to Syntax and Ease of UseIt sounds funny to know, but YAML stands for "YAML Ain't Markup Language." Well, contrary to its unserious nomenclature, it’s considered a pretty widely used data serialization format known for good human readability and scalability. The theory becom...44 likes·140 readsYAML
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
Brandon Damuedamue.hashnode.dev·Jan 14, 2025What the H*ck is Terraform: An IntroductionI have been absent from sharing my learnings for quite some time. My first article of 2025 is also my first after a four month writing hiatus. Isn’t it a nice coincidence that my first article of the new year is on a new technology (new in the sense ...Terraform
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
Fredrick Simifredricksimi.hashnode.dev·Jan 14, 2025Day 5 - Terraform & Google Cloud: Provisioning a Virtual MachineIn this article, we are going to dive into Infrastructure as Code (IaC) with Terraform and Google Cloud. We’ll use Terraform to provision a Virtual Machine (VM) on GCP, automating the process and ensuring consistency across deployments.The code for t...30 Days of DevOps - 2025Terraform
Yamin Leytonyamincloudjourney.hashnode.dev·Jan 14, 2025How I Built My Cloud Resume Counter InfrastructureEmbarking on the Cloud Resume Challenge was a defining moment in my cloud journey. It gave me the opportunity to dive into Infrastructure as Code (IaC) while building a tangible, functional project: a visitor counter for my resume. This blog post out...AWS