Question 291:
Your organization owns several AWS accounts. The AWS operation team creates several base docker images in AWS ECR. Another development team is working on a new project in which the build phase needs to use AWS CodeBuild to build artifacts. One requirement is that the environment image of CodeBuild must use an ECR docker image owned by the operation team. However, the ECR docker image is located in different AWS account. How would you resolve this and create the CodeBuild project?
Answer options:
A.Select AWS managed Ubuntu image. In the image, pull the ECR docker image from another account. B.CodeBuild does not support cross account ECR image. Copy the image to the ECR registry in the same account first. C.Select custom image and choose ECR image registry. Enter the full ECR repository URI for the repository in the other account. D.Select custom image and choose Other registry for an external Docker registry. In external registry URI, enter the ECR repository URI of the other account.