Mounting a folder in Dask distributed AWS ECS/EC2 cluster

As you said we might move to s3 for this but here in this scenario the local folder I mean my local host, I had mounted the folder at the time of docker run but when I try to access with cluster workers , I get an error “path not found”.

I can found few parameters in Amazon Web Services (AWS) — Dask Cloud Provider 0+untagged.50.gef21317 documentation
like

instance_tags=None , volume_tags=None

but don’t found any info on how to use it.