aws:devtools:codepipeline
CodePipeline
What it is: A CI/CD orchestration service that automates the steps from source → build → test → deploy.
What it’s for:
- Create end-to-end delivery pipelines.
- Automatically trigger on code changes.
Key ideas:
- Stages commonly include:
- Source (CodeCommit/GitHub)
- Build (CodeBuild)
- Deploy (CodeDeploy/CloudFormation/ECS/EKS)
- Helps standardize releases.
Exam cues:
- “automate release workflow across services” → CodePipeline.
- “trigger build and deploy when code pushed” → CodePipeline.
Hard words:
- *orchestration* /ˌɔːrkəˈstreɪʃn/: điều phối
- *delivery* /dɪˈlɪvəri/: bàn giao/triển khai
- *trigger* /ˈtrɪɡər/: kích hoạt
- *standardize* /ˈstændərdaɪz/: chuẩn hóa
aws/devtools/codepipeline.txt · Last modified: by phong2018
