<@ULVA73B9P> Using ECR private registry. Best prac...
# ask-marvin
s
@Marvin Using ECR private registry. Best practice for pushing and building images to AWS ECR
b
Hey Sean, I think this portion of the ECS worker guide will help you out. The rest of the guide assumes that you're using a hybrid ECS work pool + an ecs worker, but if you're using the ECS push pool, deploying the code to ECR will still be similar 👍
If you want to take it a step further and think about how to build/push images to ECR in your Ci/CD pipeline, you may consider referencing this CI/CD guide. There's a step that shows how to use the docker/login-action GitHub Action.
s
Ah perfect! ty @Bianca Hoch
🦜 1