devopswithasma.comPart 4: Multi-Account Architecture, Environment Isolation, and Secure PromotionAt small scale, a single AWS account feels simple. At scale, it becomes dangerous. Most large-scale AWS failures are not caused by bad code :they’re caused by poor isolation. This post focuses on why multi-account architecture is foundational to AWS ...Jan 15·4 min read
devopswithasma.comPart 3: Deployment Strategies, Progressive Delivery, and Blast Radius ControlMost outages in production don’t happen because code is bad. They happen because change is poorly introduced. At scale, deployment is not a technical step , it’s a risk management discipline. This post focuses on how AWS DevOps systems introduce chan...Jan 14·4 min read
devopswithasma.comPart 2: DevOps on AWS: Infrastructure as Code at ScaleIn Part 1, we established an uncomfortable truth: DevOps on AWS is not about pipelines.It’s about designing systems that change safely under pressure. Nowhere is this more visible or more misunderstood than Infrastructure as Code (IaC). Most teams tr...Jan 14·4 min read
devopswithasma.comPart 1: AWS DevOps ProfessionalDevOps on AWS: From Pipelines to Production Operating Models Most people think DevOps on AWS means CI/CD pipelines, YAML files, and automation tools. That’s not DevOps.That’s just mechanization. At scale, DevOps on AWS is an operating model - a way s...Jan 9·4 min read
devopswithasma.comPart 5: Configuration & Persistent Data: Making Kubernetes Enterprise-ReadyIn Part 4, we explored Kubernetes networking - how traffic flows securely and efficiently inside and outside the cluster. Now we move to a topic that truly separates stateless demos from real production systems: Configuration management and persisten...Jan 8·4 min read