|
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: 4 minutes π― Main Learning: Which AWS services are worth your time and which ones to skip π¬ Watch on YouTube Hey Reader ππ½ a new week, new AWS video coming out. I (Sandro) used all of my knowledge from the past six plus years building AWS solutions, ranking the services I actually use and the services I hate. For some I've changed my mind A LOT over the years (e.g. DynamoDB). Let me know what you think and check it out.Here you go AWS News But first of...
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. π Blog Post 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...
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...