https://prefect.io logo
m

Marc Lipoff

12/14/2020, 2:42 PM
I'm getting -- what I am sure is -- a silly error. I'm trying to run a simple flow on ECS. I get this. Any ideas about what the cause is?
k

Kyle Moon-Wright

12/14/2020, 4:14 PM
Hey @Marc Lipoff, With the information provided, it looks like you’re not able to pull the Prefect base image from Docker for your run configuration. This error seems to be Docker/ECS specific, so I’d start your debugging here.
m

Marc Lipoff

12/14/2020, 4:30 PM
Thanks! What's the best way to specify a certain vpc/subnet for the ecs agent? @Kyle Moon-Wright
k

Kyle Moon-Wright

12/14/2020, 4:57 PM
Hmm, I believe this would configured for the AWS instance itself and not specified by the agent. The agent just needs to be authenticated to submit jobs, while the flow’s run configuration specifies the image for the agent to pull directly at runtime.