11 AWS releases from the last 12 months (non-AI edition)


AWS FOR THE REAL WORLD
⏱️
Reading time: 12 minutes
🎯
Main Learning: The 11 most impactful AWS releases from the past 12 months that have nothing to do with AI.
📝

Hey Reader 👋

Every re:Invent recap, every AWS blog, every newsletter from the past year has been dominated by one topic. You know which one.

But while everyone was writing about agents and foundation models, the core infrastructure layer kept moving. Quiet releases. No keynote fanfare. Things that actually affect your architecture, your bills, and your day-to-day work.

In this issue, we went through the past 12 months and picked the releases that matter most to developers; no AI announcements included!

  • 11 releases
  • All production-relevant
  • Ordered by impact
  • Bonus: a quick hits section with small wins.
Sponsored

Beyond the pager: what to do when OpsGenie sunsets

incident.io webinar — Beyond the pager: what to do when OpsGenie sunsets. Tue, March 17, 12 PM ET.

With Opsgenie sunsetting in 2027, many teams face a forced migration. Join this technical deep dive on March 17 to learn how to build scalable, end-to-end incident workflows that move beyond simple paging. Engineering-led insights on navigating the transition, hosted by incident.io.

This issue is sponsored by incident.io. We only work with tools we'd recommend to a colleague.

📚 This Week's Deep Dive

While everyone was covering AI, AWS quietly shipped 11 infrastructure releases worth knowing about. Here are the highlights — the full breakdown with details, gotchas, and cost numbers is in the article.

  • Lambda Durable Functions — multi-step workflows with checkpointing, directly in Lambda. No Step Functions needed.
  • ECS Express Mode — container image in, HTTPS endpoint out. Canary deploys included. Built on plain ECS so you're never locked in.
  • Database Savings Plans — one commitment across RDS, Aurora, DynamoDB, ElastiCache, and more. Up to 35% off.
  • CloudFront Flat-Rate Plans — fixed monthly price, no overages, even during DDoS. Plans from $0 to $1,000/month.
  • CloudWatch Log Centralization — aggregate logs across all accounts and regions natively. First copy is free.
  • CloudFormation Stack Refactoring — finally move resources between stacks without deleting them.
  • EventBridge Cross-Account Delivery — send events directly to another account's SQS, Lambda, or SNS. One hop instead of two.
  • S3 Vectors — native vector storage at up to 90% less than dedicated vector databases.
  • Free Tier Overhaul — $200 in credits, 6-month free plan. There's a gotcha if you're using AWS Organizations.
  • SQS Fair Queues — one noisy tenant can no longer starve the rest of the queue.
  • Lambda SnapStart for Python & .NET — cold start elimination, no longer Java-only.

Plus six quick hits: Lambda streaming at 200MB, SQS messages up to 1MB, ALB JWT verification, API Gateway Developer Portal, S3 ABAC, and the NAT Gateway killer hiding in Lambda's networking settings.

That's it for this issue.

Eleven releases, most of them from 2025, all of them production-ready and available right now.
The AI wave isn't going anywhere, but neither is the infra underneath it 👀

See you soon!
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: 5 minutes 🎯 Main Learning: Deploy AWS's open-source TEAM solution for temporary admin access with approval workflows 🎬 Watch on YouTube Hey Reader 👋🏽 I hope you had a great weekend and have a great week ahead. One thing I see over and over again in AWS setups: admin permissions are either handed out way too easily or way too hard. There is no middle ground. In other systems this was already solved. You shouldn’t have to DM somebody for admin access. We...

AWS FOR THE REAL WORLD ⏱️ Reading time: 12 minutes 🎯 Main Learning: Run an always-on AI agent on a $5 Lightsail instance with zero open ports, SSM access, and GitHub as a time machine for your agent's brain 📝 Blog Post 🎬 Watch on YouTube Hey Reader 👋🏽 the past weeks there is obviously one driving topic: OpenClaw 🦞 We love seeing that a developer from our neighbor country 🇦🇹 built a tool that got so MUCH hype. That is why we needed to try it out as well! While I (Sandro) added OpenClaw to my...

AWS FOR THE REAL WORLD ⏱️ Reading time: 8 minutes 🎯 Main Learning: How to securely connect Claude Code to a private RDS database using MCP, SSM tunnels, and VPC endpoints 📝 Blog Post 💻 GitHub Repository 🎬 Watch on YouTube Hey Reader 👋🏽 AI coding assistants are great. If you give them the right context. Your database schema is one of the most valuable pieces of context you can provide. But there's a problem: your RDS is in a private subnet. As it should be. So how do you connect Claude Code to...