GitLab CI: How to Deploy a Docker image to AWS Elastic Beanstalk from a Private Docker Registry
Using AWS with a private Docker repository that is NOT the Amazon Elastic Container Registry (ECR) is possible but it may pose a few issues that are hard to troubleshoot. So let’s take a deeper look.
Deployment overview
I am using GitLab CI and the private GitLab Container Registry to hold the Docker…