Hacker News new | ask | show | jobs
by sylens 698 days ago
While that was indeed billed as the theme of reInforce, there were plenty of sessions and workshops that did not involve GenAI at all. There was a great chalk talk about the underpinnings of how the AWS IAM service works across services and regions, for example.
1 comments

I’d be interested in knowing why it takes +/- 10 seconds after I create/update a role before I can actually use it.
IAM is eventually consistent. And they do a lot of derivations of hashing off an original signature and distributing individual, bespoke versions to services in different regions to limit the blast radius of a compromised credential.

If you go to an AWS event in the future, the name of the chalk talk was "The Life of an IAM Policy"

If you have navigated far enough to create/update a role you are already aware of the bloat and mess that ties all their services together.