@Marvin Using ECR private registry. Best practice for pushing and building images to AWS ECR
b
Bianca Hoch
06/18/2024, 10:26 PM
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 👍
Bianca Hoch
06/18/2024, 10:30 PM
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.