Practice free →
HomeAWS DevOps Procloudcomputingdopsdlc › Which AWS service helps automate the build of co…

Which AWS service helps automate the build of container images from a Dockerfile in a CI pipeline and publish to a private registry?

AAWS CodeBuild publishing to Amazon Elastic Container Registry (ECR)
BAWS Snowball
CHardcoded local docker push from a developer laptop
DAmazon RDS
Answer & Solution
Correct answer: A. AWS CodeBuild publishing to Amazon Elastic Container Registry (ECR)
CodeBuild → ECR is the canonical container build+publish pipeline (per DOP-C02 §1.3). Local laptop pushes don't fit CI; RDS/Snowball are unrelated.
Solve this in the app — AWS DevOps Pro practice & 24k+ MCQs →
Related questions