News
Hosting a Static Website on AWS with S3 and Cloud Front using Terraform
3+ hour, 9+ min ago (405+ words) As part of my 30 Days of AWS Terraform challenge, Day 14 marked a major milestone in my learning journey: deploying a secure, scalable static website on AWS using Terraform. Instead of just creating isolated AWS resources, I built a complete architecture…...
CNCF and Kusari Partner to Strengthen Software Supply Chain Security Across Cloud-Native Projects
1+ day, 12+ hour ago (492+ words) Agent workflows make transport a first-order concern. Multi-turn, tool-heavy loops amplify overhead that is negligible in single-turn LLM use. Stateful continuation cuts overhead dramatically. Caching context server-side can reduce client-sent data by 80%+ and improve execution time by 1529%. Andrew Harmel-Law and…...
How to Manage and Access Multiple AWS Accounts (All Methods Explained)
1+ day, 12+ hour ago (266+ words) Managing multiple AWS accounts is very common in real-world setups " especially in organizations with separate environments like dev, staging, and production. But logging in separately to each account every time? Not efficient. This guide walks you through all practical ways…...
Automating Terraform Testing: From Unit Tests to End-to-End Validation
1+ day, 13+ hour ago (308+ words) Day 18 of the 30-Day Terraform Challenge " and today I finally solved the problem that's been bothering me since Day 1. How do you know your infrastructure actually works? Manual testing gave me confidence, but it didn't scale. Every change meant re-running…...
AWS S3 Files: The Missing Conversation
1+ day, 23+ hour ago (1089+ words) Amazon S3 Files launched on April 7, and the reaction was immediate " nearly universal excitement across the AWS engineering community. And honestly, the excitement is warranted. Andrew Warfield, VP and Distinguished Engineer at Amazon, framed the vision clearly: "With Tables, Vectors, and…...
Building automated AWS Regional availability checks with Amazon S3
2+ day, 5+ hour ago (408+ words) The data covers three main categories, each mapping to a different stage of your planning and deployment workflow. Use these to verify regional support before you commit to an architecture, write application code, or deploy infrastructure. This solution provides programmatic…...
CDK update - March 2026
2+ day, 4+ hour ago (640+ words) CDK Mixins are now stable in aws-cdk-lib " compose reusable infrastructure behaviors across any construct without extra packages. EKS v2 graduated to stable with production-ready APIs. And the CLI shipped --revert-drift to fix drifted resources in a single command. These features are…...
Kiro CLI + Argo CD MCP: Manage Git Ops from Your Terminal
2+ day, 4+ hour ago (828+ words) Managing Argo CD applications typically means writing Application YAML, configuring sync policies, and switching between the CLI and UI. It works, but there's a better way to do it. With Kiro CLI and the Argo CD MCP server, you can…...
AWS put a file system on S3; I stress-tested it
2+ day, 12+ hour ago (320+ words) The Register Home Page I've spent over a decade telling anyone who'd listen that S3 is not a filesystem, which in retrospect was a really weird way to start some conversations. So when AWS launched S3 Files on Tuesday " which lets you…...
Azure Route Server and NVA: Enforcing VNet Traffic - plus Terraform Code
2+ day, 6+ hour ago (250+ words) I recently discovered some knowledge gaps regarding Azure Route Server (ARS) during a discussion with a cloud architect, so I decided to explore it in depth using my personal lab environment. The test environment includes: The goal: understand how Azure…...