|
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
π¬
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 donβt want to face it, but there are actions which only admins can do:
But first of all, let's look at our sponsor for this newsletter, which is Coder - start using AI Agents securely in your corporation. This issue is sponsored by Coder. Thanks for supporting AWS Fundamentals! Back to TEAM: Even if you donβt need admin access a lot, it still makes sense to have a process for it. What typically happens: you give your developers admin access and forget to take it away. This is where the TEAM application comes in. TEAM stands for Temporary Elevated Access Management. Itβs an AWS sample (not a managed service) that handles the process of granting and revoking admin access automatically. In this issue, I show you how to set it up and how it works. Rather watch a video? Iβve recorded one for you!
That's it for this week! 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: 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...