hi all – I'm trying to get an ECS Agent to launch ...
# ask-community
s
hi all – I'm trying to get an ECS Agent to launch a task that i've preregistered with ECS (and i'm just passing in the
task_definition_arn
to the run configs), but I'm currently getting this error:
Copy code
An error occurred (InvalidParameterException) when calling the RunTask operation: Override for container named flow is not a container in the TaskDefinition.
does this mean that my pre-registered task needs to have a container named
flow
?
j
Yes
We should document that somewhere though
s
hahah yes i agree 😎