<@ULVA73B9P> We're trying to migrate from the old ...
# ask-community
s
@Marvin We're trying to migrate from the old ECSTask to the new ECS worker pool, but I'm having a hard time finding documentation for how to configure our tasks. I'd love if there was an example setup / repo that shows a flow, its deployment, entrypoint, and dockerfile all tied together. Do you know if that exists?
m
I found some examples and documentation that should help you with migrating to the new ECS worker pool. 1. ECS Worker Guide: This document explains the benefits of using ECS for flow run execution and provides an overview of how to implement ECS workers and work pools. You can find it here. 2. Prefect AWS ECS Guide: This comprehensive guide details how to use Prefect with ECS. It also mentions the deprecation of
ECSTask
in favor of ECS workers. Access it here. 3. Upgrade Guide from Agents to Workers: Since you are transitioning from ECSTask, you might find this upgrade guide particularly useful. It walks you through the process of upgrading from the old agents to the new worker models. Check it out here. For an example repository with a complete setup (flow, deployment, entrypoint, and Dockerfile), you might need to piece together information from the provided guides. As of now, I didn't find a specific example repository that covers everything, but the documentation links should have all the necessary details to get you started. If you need more specific details or run into issues, feel free to ask!