Deploy production-ready Prefect workers on AWS Elastic Container Service (ECS) for scalable, containerized flow execution. ECS workers provide robust infrastructure management with automatic scaling, high availability, and seamless AWS integration.
ecs
work pools are executed as ECS tasksprefect-aws
CLIprefect-aws
CLI:
prefect-aws ecs-worker list
- View all deployed stacksprefect-aws ecs-worker status <stack-name>
- Check deployment statusprefect-aws ecs-worker delete <stack-name>
- Clean up infrastructureprefect-aws ecs-worker export-template
- Export CloudFormation templates for customizationprefect-aws ecs-worker deploy-service --help
.