Hello! I have a prefect flow that sends jobs to an aws ecs. this cluster has an autoscaling group that will spin up ec2 instances for jobs that require more memory than fargate tasks. We have a separate work pool that is configured for ec2. Unfortunately, submitting a job to this work pool does not automatically spin up ec2 instances on the aws side...I have to manually set capacity in the autoscaling group to a desired number some minutes before the requests hit the worker pool and hope everything goes smoothly.
Is there a way to correctly configure work pools for ec2 so this is more automatic and less manual? Any help appreciated!