|
AWS FOR THE REAL WORLD
โฑ๏ธ
Reading time: 9 minutes
๐ฏ
Main Learning: Build a self-service portal that grants temporary AWS + Azure access and revokes it automatically โ using Kestra and one YAML file.
๐
๐ป
๐ฌ
Hey Reader ๐๐ฝ Happy new week! Tobi and I met up last week and spent some time planning the videos ahead. Weโre going more and more into YouTube โ and a few things Iโm hyped about:
We love AI. But we still want to teach the real-world basics that nobody else covers. Which is exactly why Iโm excited about todayโs sponsor: Kestra. Iโve talked a lot about TEAM โ the AWS solution for automating temporary admin access. TEAM is great. But it has one hard limit: your devs almost always need access to more than just AWS. The moment Azure or another cloud enters the picture, TEAM stops at the door. This is where Kestra comes in. Rather watch a video? Weโve recorded one for you ๐๐ฝ This issue is sponsored by Kestra. We only partner with tools we'd actually use ourselves.
Amazing that you're reading until here! Check out Kestra here :) Have a great week ahead! |
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: 11 minutes ๐ฏ Main Learning: Most teams should stay serverless. EKS only pays off at real scale. ๐ Blog Post Hey Reader ๐๐ฝFor years we told everyone the same thing: don't run Kubernetes! And we meant it. Running k8s yourself is a second full-time job. Cluster upgrades, etcd backups, some networking plugin that falls over on a Tuesday and nobody can say why.We're serverless people through and through. Lambda first, a queue behind it, scale to zero, go...
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. ๐ Blog Post 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...
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...