OIObinna Iheanachoindev-acho.hashnode.dev·2d ago · 13 min readBuilding a Production-Grade EKS Platform with TerraformI built a full production-style Kubernetes platform on AWS from an empty repo. Ten Terraform modules, a wildcard TLS cert, federated CI, cost estimates on every pull request, and a targeted teardown c00
LBLalit Baggainblog.lalitbagga.com·2d ago · 5 min readThe Security Group Change Terraform Never Told Me AboutTerraform had a blind spot in my three-tier project. The code could create the infrastructure. The state lived in S3. But if someone changed a security group in the AWS console, Terraform would not te00
TKTanseer Khaninterraform-and-aws.hashnode.dev·4d ago · 14 min readBuild and Deploy a 3 Tier Serverless App on AWS with Terraform ModulesIntroduction Most tutorials show you how to create a Lambda function by clicking around the AWS console. That works once. Then you need a staging environment, and you click everything again. Then prod00
EJEdwin Jonathaninedwinjonathand-devops.hashnode.dev·4d ago · 17 min readBuilding an Agentic Operations Assistant on AWS with Amazon Bedrock and Amazon S3Every few months, a new AI demo appears. It writes code.It summarizes documents.It answers questions. Most of those demos fail the moment they're introduced to a real production environment. Operation00
NCN Chandra Prakash Reddyindevopstour.hashnode.dev·4d ago · 8 min readScaling Custom LLMs on EKS: Trainium and Inferentia2-Powered AI InfrastructureI attended AWS Community Day Kochi on 20th December 2025 and it was full of amazing insights. There were a lot of great seminars throughout the day on different AWS services but one session in particu00
ADAayush Darangeinaayush-dev.hashnode.dev·5d ago · 7 min readTerraform 101: Your First Infrastructure as CodeFor a long time my idea of "infra provisioning" was logging to the console, making a few clicks through a few pages and done. It worked until it didn't . Until I had to recreate an environment and had00
SSubhaninmy-cloudjourney.hashnode.dev·5d ago · 2 min readStop Running Terraform Manually: Automate It With PythonTerraform is incredible for provisioning cloud infrastructure. However, typing out terraform init, waiting, running terraform plan, inspecting it, and then running terraform apply -auto-approve can qu00
NCNwankwo Chukwudiinnwankwochukwudi.hashnode.dev·6d ago · 2 min readMy first Terraform Workflow on Microsoft AzureIn my learning journey to become an Azure cloud and DevOps engineer, we just began learning the almighty infrastructure-as-code tool, Terraform. At first, during the introductory class, I was a bit co10
RBRajesh Bindevrajesh.hashnode.dev·6d ago · 6 min readDay 100: Create and Configure CloudWatch Alarm Using Terraform | 100 Days of DevOpsContent Today I learned how to provision an EC2 instance and configure an Amazon CloudWatch Alarm using Terraform. I also learned how to connect the alarm to an existing SNS topic so that notificatio00
MBMadhav Bhasininblog.madhav.dev·Jul 11 · 10 min readProduction Infrastructure: Terraform, Autoscaling, and Zero-Downtime DeploysBy Day 5, every layer of PulseCart's event-driven pipeline exists as application code. The FastAPI producer, Cloud Run consumers, Cloud Tasks queues, and Airflow DAGs are all written and tested. What 00