Kyle McChesney
07/30/2021, 9:35 PMAn error occurred (InvalidParameterException) when calling the RunTask operation: Task definition does not support launch_type FARGATE.
I am running a flow via an ECS agent. It worked just fine until I specified a custom value for image
when submitting the job via the UI. The image I specified was for an ECR imageKevin Kho
Kyle McChesney
07/30/2021, 9:42 PMFROM prefecthq/prefect:0.15.3
RUN pip install pandas s3fs biopython
image: prefecthq/apollo:core-0.15.2
image: prefecthq/server:core-0.15.2
image: prefecthq/ui:core-0.15.2
Kevin Kho
Kyle McChesney
07/30/2021, 10:00 PMKevin Kho
Kyle McChesney
07/30/2021, 10:14 PM--task-definition
to the agent start command. And then point it to a yaml file with the requiresCompatibilities
stuff