You want to provision your own Docker images that can be used as input sources for CodeBuild. These images will contain cached dependencies as well as special tooling for your builds that are proprietary to your company. Which of the following services will you use to send your Docker images to?
Correct answer - "ECR": Stores docker images in docker repositories.
Incorrect:
"S3" - ECR stores images in S3 but ECR is a managed service that handles many things for you
"EFS" - Designed to provide storage for many EC2 instances
"EBS" - Volumes that are attached to an instance
For more information visit