Home › AWS DevOps Pro › cloudcomputing › dopsdlc › 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.
Related questions
Which DOP-C02 deployment strategy replaces a fleet of EC2 instances by spinning up new insAn architect needs to roll out a Lambda function update across many regions with progressiAn architect must run unit tests, integration tests, and security scans automatically whenWhich DOP-C02 deployment pattern stands up a parallel green environment, smoke-tests it, tWhich AWS service stores build-and-deploy-time secrets (DB passwords, API keys) with rotatWhich CodeDeploy deployment configuration shifts a small fixed percentage of traffic to a Which AWS service builds and maintains hardened, golden Amazon Machine Images (AMIs) and cWhich AWS service is a managed artifact repository for application packages (npm, Maven, N