https://prefect.io logo
Title
j

Jason

04/14/2022, 4:39 PM
Howdy - I've attempting to push a hello world job to ECR using the Docker storage for use with ECS. It looks like it fails on the last part, after passing health checks, where it's attempting to push to the registry. It's triggering this exception:
<https://github.com/PrefectHQ/prefect/blob/master/src/prefect/storage/docker.py#L610-L613>
Has anyone run into a similar exception? I'm successfully authed to ECR from my local docker --login as well.
k

Kevin Kho

04/14/2022, 4:41 PM
That’s odd. Can you try pushing the image through Docker CLI without Prefect and see if you get an error?
j

Jason

04/14/2022, 4:43 PM
Ah, interesting. Seeing multiple retries. So despite the login I clearly have a route or permissions problem to debug first. Gracias!
Following up for others, I'd forgotten to add proper ECSContainerRegistry access to my IAM user.
👍 2