AWS ECR
Amazon Elastic Container Registry
Author: Emad Zaamout
Tuesday, June 27 2023
Description
Welcome back guys!
Last video, we learned how to create custom docker images. In this tutorial, we will learn how to store and use our docker images in AWS ECR.
What is AWS ECR?
AWS ECR is a container image registry service which allows us to store Docker containers for both public and private access.
Public access means that anyone can use your docker container base image, while private access requires permission and authorization.