PHPierre-Francois Hinblogs.houessou.com·2h ago · 9 min readReaching an AWS Service That Isn't in Your RegionHi guys! We run a small internal LLM gateway at work. It sits between our engineers and Bedrock, hands out scoped API keys, tracks spend per user and writes an audit log. Nothing fancy, but it takes r00
ASAhmed Salauinmedon.hashnode.dev·11h ago · 12 min readFrom Terraform to a Running Container: Deploying an ECR Image to AWS EC2When I started learning DevOps, I initially thought of infrastructure provisioning and application deployment as two separate problems. Terraform creates the infrastructure. Docker runs the applicatio00
RKRuth Kasekeinserverlesshuman.hashnode.dev·1d ago · 10 min readYou Deployed It. But Can You See What It's Doing? This is Part 3 of the Serverless Image Pipeline series.Part 1 built the core S3 → Lambda → DynamoDB → SNS pipeline. Part 2 added an HTTP API Gateway with request validation and auth. This article adds10
CACiphemic academiainciphemicacademia.hashnode.dev·22h ago · 8 min readCloud Engineer Career Path After Graduation — Complete Guide (2026)The Certification Trap Search "how to become a cloud engineer" and you'll get the same advice repeated everywhere: get AWS certified, get Azure certified, collect badges. Millions of people now hold a00
DDevStackHubindevstackhub-tech.hashnode.dev·2d ago · 4 min readTerraform on Azure: 5 Complete Steps to Provision Scalable Cloud InfrastructureManual cloud provisioning across the Azure Portal creates configuration drift, untracked changes, and inconsistent environments across staging and production. Adopting Terraform on Azure transforms yo01D
SPSruthi Palleinsruthipalle.hashnode.dev·2d ago · 7 min readProduction-Grade Terraform (Part 6) — Mastering Block Types & Hands-on EC2 ProvisioningTerraform Block Types HCL is a declarative language designed for configuration, not a general-purpose programming language. Basic Syntax: Blocks: Containers for configuration (e.g., provider, resourc00
ACAYUSH CHOUDHARYinayushbuildss.hashnode.dev·3d ago · 5 min readGoing Deeper into Linux: From Commands to Automation This week, I went deeper into one of the most important foundations for DevOps — Linux. Earlier, I knew the basic commands and could navigate around the terminal. But this week, I focused more on unde00
CPCédric Poissonincedric-poisson.hashnode.dev·5d ago · 7 min readFrom Zero to a Working Active Directory Forest — Automating Everything with OpenTofu and AnsibleA few weeks ago I set myself a challenge: build a fully working Active Directory lab on Azure — forest, domain controller, organizational units, group policies, a domain-joined client — without touchi00
MTMuhammad Tahirinmtdeveloper.hashnode.dev·6d ago · 10 min readTerraform IaC Best Practices: State Management, Modular Cloud & Drift DetectionThis article was originally published on Muhammad Tahir's Portfolio. Introduction & Industry Context Infrastructure as Code (IaC) has become an indispensable practice for modern software delivery, ena00
VVVarun Vardeinvarunvarde.hashnode.dev·Aug 26 · 12 min readHow Do You Enforce Security Gates Before Deployment?Modern CI/CD pipelines are designed to move software rapidly from source code to production. That velocity is valuable, but speed without adequate controls can transform a small coding mistake into a 00