Ethan Veres
03/03/2023, 2:00 PMZanie
03/03/2023, 3:37 PMEthan Veres
03/03/2023, 3:37 PMZanie
03/03/2023, 3:38 PMEthan Veres
03/03/2023, 3:39 PMZanie
03/03/2023, 3:39 PMtask_definition_arn
in your flow run infrastructure config?Ethan Veres
03/03/2023, 3:43 PMagent
Docker image with my flow code baked in and pushed it to ECR
2. Created an ECS service and task definition in Terraform and deployed it to my AWS instance that has a container definition
called prefect
that uses the custom Docker image
3. Created an ECSTask block in the Prefect UI with the task_definition_arn
specified to my task definition created by terraform (I made sure that the ecs task doesn’t override anything defined)Zanie
03/03/2023, 4:26 PMEthan Veres
03/03/2023, 4:27 PMZanie
03/03/2023, 4:27 PMEthan Veres
03/03/2023, 4:28 PM