Hi,
I deployed an ECS agent as a fargate service, i use run_config as ECSRun but when the agent creates the task definition it creates it with EC2 compatibility, and flow fails with exception “task not support fargate launc type”
Any suggestions? Am i missing something?
b
Ben Muller
08/09/2021, 2:13 AM
Have you set the
launch_type
argument on the agent? I think it defaults to FARGATE. But doesn't hurt to rule that out.