Rowan Udell ยท AWS Security Hero
Your AI agent needs permissions to be useful.
But most teams give it way too many.
Three risks that compound each other:
# What most teams do aws iam attach-role-policy \ --role-name agent-role \ --policy-arn arn:aws:iam::aws:policy/AdministratorAccess # # What you should do: scope to exact actions + resources aws iam create-policy --policy-document file://agent-policy.json
InvokeModel
DM me if you're building agents on AWS and want an architecture review.
auditready.cloud