|
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
π
π»
π¬
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 a database it can't reach? In this issue, we set up a secure tunnel using SSM and VPC endpoints, hook it up via MCP, and let Claude Code query your private RDS directly. Rather watch a video? We've recorded one for you! First, let's see some AWS news of the week:
Now, onto this week's deep dive:
That's it for this week! The full CDK stack and scripts are open source. Grab the repo, deploy it, and don't forget to destroy the stack when you're done. See you soon! Sandro & Tobi |
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.
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...
AWS FOR THE REAL WORLD β±οΈ Reading time: 12 minutes π― Main Learning: AWS DevOps Agent investigates incidents autonomously across CloudWatch, CloudTrail, and your code. It surfaces evidence brilliantly β but can confidently point at the wrong root cause, so don't apply its fixes blindly. π Blog Post Hey Reader ππ½ I was in Portugal for the past week. 10 days of tennis, padel, sun and waves πΎ Highly recommended place! Our daily lives as software developers really changed since we started using...
AWS FOR THE REAL WORLD β±οΈ Reading time: 10 minutes π― Main Learning: S3 Files gives POSIX access at S3 prices: 13x cheaper than EFS for large files, but the 60-second write-back delay silently breaks coordination patterns! π Blog Post π» GitHub Repository π¬ Watch on YouTube Hey Reader ππ½ Sandro is currently traveling through Portugal - work and fun combined! If you happen to be around, reach out. Would be great to meet up! π€ This week we're digging into S3 Files: a POSIX file system backed by...