Creating Docker Repository in AWS
The repository is going to keep all the docker images that you build, those can be used later to deploy your application any production environment In order to create a repository you need to login into your aws account, click on ”Services” and search for ”ECR” or ”Elastic Container Registry”

Once you are there you need to create a new Elastic Container Repository, to do that you just click on the Create repository as shown on the image bellow

Once there type the name of the repository and Create the new repository (keep in mind that you will need the AWS_ACCOUNT_ID that is the number that appears on the beginning of the repository name)

Finally click on “Create repository” and you will see repository created and you can push images to that repository