Max Lei
02/25/2022, 8:54 PMDaskExecutor
with dask_cloudprovider.aws.FargateCluster
, how do we assign a task-definition to the cluster?Kevin Kho
02/25/2022, 9:02 PMAnna Geller
02/25/2022, 10:39 PMtask_role_arn: str (optional)
The ARN for an existing IAM role for tasks to assume. This defines
which AWS resources the dask workers can access directly. Useful if
you need to read from S3 or a database without passing credentials
around.