Q11
Explain a full AWS CI/CD pipeline.
💬Answer
- Source: Developer pushes code to GitHub/CodeCommit. CodePipeline detects the change.
- Build/Test: CodePipeline triggers CodeBuild to run tests, compile code, and build a Docker image.
- Registry: CodeBuild pushes the Docker image to Amazon ECR.
- Deploy: CodePipeline triggers CodeDeploy to update the ECS service using the new image tag.
Related AWS Questions
View All AWSQuestions →
Created by
Apurv Gujjar
DevOps & Cloud Engineer
Specialized in:DevOpsAWSGCPKubernetesTerraformDocker
View Portfolio