<@ULVA73B9P> I am running dask on single ecs insta...
# marvin-in-the-wild
a
@Marvin I am running dask on single ecs instance now I want to run on multiple instances
m
Here are some resources from the Prefect documentation to help you set up Dask to run on multiple AWS ECS instances: 1. Prefect 2.x - The Prefect ECS Integration guide provides information about running tasks on ECS. Although the main focus might not be on Dask, it contains relevant setup details that will be useful for configuring your ECS instances. - The Dask Usage Guide mentions how to configure Dask with ECS, including creating temporary clusters and setting
cluster_class
to utilize AWS services such as Fargate. 2. Prefect 3.x - The Dask Usage Guide details necessary steps and configurations for running Dask on ECS instances. This includes creating Dask clusters for your flows using options provided by Dask's cluster managers like
dask_cloudprovider.aws.FargateCluster
. These guides will help you to set up Dask in a distributed manner across multiple ECS instances. Please review them and follow the instructions to configure your environment to meet your requirements. If you have any specific issues or need further assistance, feel free to ask!