we current use ECS for running agents: if I need t...
# ask-community
m
we current use ECS for running agents: if I need to issue some kind of IAM permission to the actual flow run, should that be placed in the agent policy or the task policy?
1
a
task_role_arn is what you need - you can set it directly on ECSRun()
m
awesome, thank you!
🙌 1