CACiphemic academiainciphemicacademia.hashnode.dev·18h ago · 6 min readTerraform vs. Manually Configuring Infrastructure: Why the Difference Matters More Than It SeemsTerraform vs. Manually Configuring Infrastructure: Why the Difference Matters More Than It Seems Clicking through a cloud console to create a server, a database, or a network is how almost everyone st00
KEKingsley Erhatiemwonmoninkingzcloud.hashnode.dev·23h ago · 10 min readBuilding a Real-World AWS DevOps Deployment Platform with Terraform, Ansible and AI-Assisted Change ManagementTerraform • AWS • Ansible • EC2 • RDS • Nginx • Node.js • PM2 • Linux • Infrastructure as Code • AI-Assisted DevOps DevOps is not just about knowing individual tools. The real value comes from connect00
DDaisyinclouddaisy.hashnode.dev·1d ago · 20 min readDeploying My Portfolio Site to AWS with Terraform and GitHub ActionsI'm a junior Cloud Engineer gaining hands-on experience, so I figured there's no better way to practice than hosting my portfolio website on AWS. My first project was hosting a static site on AWS, but00
MKMuthu Kumar Murugaiyaninitsmuthu.hashnode.dev·1d ago · 4 min readA green pipeline is not a successful releaseYour pipeline can be green and still be unsafe to ship. I have opened a succeeded run, then opened the live site, more times than I want to count. The board is green. Release notes already went out. S12M
AVAtul Vishwakarmainatulcodes.hashnode.dev·1d ago · 10 min readWriting the Terraform Code to Deploy an ECS Fargate ClusterIntroduction Now that you have your VPC networking ready (Part 1) and Docker image in ECR (Part 2), it's time to deploy the ECS Fargate cluster using Terraform. This is the core infrastructure that wi00
ACAYUSH CHOUDHARYinayushbuildss.hashnode.dev·3d ago · 8 min readFrom Code to Secure Deployment: Building Jerney with DevSecOps Containerizing a full-stack application, hardening Docker images, securing Kubernetes workloads, and preparing the project for automated DevSecOps delivery. 🚀 Introduction This week, I moved from le00
DCDavid Cletusindavidcloudjourney.hashnode.dev·3d ago · 20 min readI Built a One-Click Azure CI/CD Pipeline with Terraform & GitHub Actions From git push to a Live WebsiteWhat we're building git push from my laptop -> GitHub Actions wakes up -> Terraform builds the VM on Azure -> GitHub logs into the VM over SSH -> nginx is installed, then the website is 00
SPSruthi Palleinsruthipalle.hashnode.dev·4d ago · 8 min readProduction-Grade Terraform (Part 13) — Dynamic Lookups & Shared Infrastructure with Data Sources1. Data Sources in Terraform 1.1. The Role and Necessity of Data Sources In traditional Terraform workflows, provisioning a resource such as an EC2 instance requires specific identifiers, such as an A00
MBMadhav Bhasininblog.madhav.dev·4d ago · 6 min readWhen Terraform Gets Messy: Refactoring, Imports, and State SurgeryThe plan output showed the Cloud SQL instance being destroyed and recreated. The database hadn't changed. The configuration hadn't changed. Someone had moved the resource from a flat main.tf into a mo10
ADAdeniji Danielinbrainy-blog.hashnode.dev·5d ago · 12 min readBuilding a Secure Azure Hub-and-Spoke Network with Terraform and OpenVPNThe Problem and the Architecture When you first start provisioning infrastructure in the cloud, the easiest way to access your virtual machines is by assigning them a Public IP address. It is fast, co00