has anyone used the AWS `BatchSubmit` task before?...
# prefect-community
s
has anyone used the AWS
BatchSubmit
task before? I'm just starting to play around with it and am curious as to exactly what actions i'm going to need to include in my iam policy allow list for the host on which the task will execute (besides obviously the
batch:SubmitJob
action)
a
Would imagine that batch:SubmitJob is probably sufficient
s
yep
batch:SubmitJob
is indeed sufficient, thanks!