I read the viral "leaving AWS" post twice.


AWS FOR THE REAL WORLD
⏱️
Reading time: 12 minutes
🎯
Main Learning: Most of the complaints in the viral "leaving AWS" post are skill issues β€” but egress pricing is a fair hit.
πŸ“

Hey Reader πŸ‘‹πŸ½
Recently, a post with the title "I returned to AWS and was reminded why I left" hit 810 upvotes on Hacker News last week and went pretty viral with it.
I read it twice before forming an opinion. My honest take: most of the complaints are skill issues! πŸ€·β€β™‚οΈ
Nevertheless, the post is well written and I really couldn't stop myself from writing a detailed response about why most of it reads like someone used AWS the "wrong way" and blamed AWS for the outcome.
In this issue, I go through all the complaints one by one. Most things I disagree with while one is definitely legit.

At the end I explain the pattern I see across all of them 🫑

Sponsored by Spacelift
Free Guide

Find your Terraform maturity stage in 30 minutes.

Spacelift's free guide walks platform teams through the three maturity stages of running Terraform at scale. Spot which one you're stuck in.

Terraform State at Scale: The Three-Stage Maturity Model for Platform Teams

Spacelift is an infrastructure orchestration platform for Terraform, OpenTofu, Pulumi, CloudFormation, Ansible, and Kubernetes. Used in production at Duolingo, Figma, and 1Password.

This issue is sponsored by Spacelift.

A massive sledgehammer hitting a tiny thumbtack

πŸ“š This Week's Deep Dive

A post about leaving AWS hit 810 upvotes on Hacker News last week. The frustration in it is real and the writing is sharp. But most of the ten complaints disappear the moment you look at how the platform is actually supposed to be used.

A few of the author's takes and the short version of why I disagree:

On IAM

"IAM β€” the hideously complex auth and access rules system. This was invented by Lucifer sitting on his burning throne in the ninth level of Hell as the worst possible torment for those who have been sent below for using AWS."

The core model is three questions: who, what action, on which resource. Lucifer's off the hook.

On DynamoDB

"DynamoDB what a hot pile of garbage. I tried it and ended up with a $75USD bill by the end of the day."

I ran DynamoDB for a million users on a few hundred a month. The difference between that and $75-in-a-day is whether you run full-table Scans.

On Lambda

"There's simply no genuine benefit to AWS Lambda compared to running your own web servers… Keep convincing yourself that using AWS Lambda is not a horrible mistake."

On event-driven workloads, "horrible mistake" is the wrong framing. Cold starts are well under 0.1% of invocations in production.

πŸ“° This Week in AWS

πŸš€OpenSearch Serverless next-gen is GA

Scale-to-zero pricing replaces the old cluster-provisioning model, with up to 60% savings on spiky workloads and 20x faster scaling. The first time OpenSearch fits agentic-AI traffic patterns instead of fighting them. Read More β†’

πŸ”§Bedrock exposes mantle quotas through Service Quotas

The bedrock-mantle endpoint (where OpenAI and Anthropic APIs run on Bedrock) now reports per-model token quotas via Service Quotas. Same surface as bedrock-runtime, so you can spot rate limits before prod traffic hits them. Read More β†’

That's it for this issue!
If you take one thing away: use the right tool for the right job. AWS is built for production at scale through IaC and you should know what you're doing. It's not the best "weekend hobby project platform" - we can be honest about that 😬

​
See you in the next one!

Sandro & Tobi

AWS for the Real World

We teach AWS for the real world - not for certifications. Join more than 10,500 developers learning how to build real-world applications on AWS.

Read more from AWS for the Real World

AWS FOR THE REAL WORLD ⏱️ Reading time: 10 minutes 🎯 Main Learning: Describe the agent: model, prompt, tools and AWS runs the orchestration loop behind one API call! πŸ“ Blog Post Hey Reader πŸ‘‹πŸ½ If you've ever built an agent on AWS, you know the pain: glue Bedrock, Lambda, and DynamoDB together, grab LangGraph or Strands, then also own the orchestration loop, the memory layer, and your own tracing. πŸ˜… A "simple" agent ends up with multiple layers of pain.AWS just shipped something that takes most...

AWS FOR THE REAL WORLD ⏱️ Reading time: 12 minutes 🎯 Main Learning: Wrapping a multi-account AWS org in multiple layers of guardrails, featuring SCPs, RCPs, CloudTrail and Bugdet Actions πŸ“ Blog Post Hey Reader πŸ‘‹πŸ½As you hopefully know, we're really obsessed with security, observability and auditability. That's why we've carefully crafted our AWS Organization's setup. πŸ—οΈ In this issue, we want to walk you through our most important guardrails! Including all the whats and whys. 😊 Sponsored AWS...

AWS FOR THE REAL WORLD ⏱️ Reading time: 6 minutes 🎯 Main Learning: Three levels of AWS observability β€” from raw console.log to a Claude Code agent that queries CloudWatch for you. πŸ“ Blog Post πŸ“‚ Claude Code agent (free gist) 🎬 Watch on YouTube Hey Reader πŸ‘‹πŸ½Quick check β€” when did you last close the CloudWatch console and feel like that was time well spent?Yeah, me too. And I'm done with it. In this week's video, I will show you how to never open the CloudWatch console again. As a good...