Basic information
| Field | Content |
|---|---|
| English | AWS CodePipeline |
| Full name | AWS CodePipeline |
| Chinese | 持续交付流水线 |
| Japanese | 継続的デリバリーパイプライン |
| Exam frequency | ⭐⭐⭐ |
| Often confused with | CodeBuild / CodeDeploy |
In one sentence
Orchestrates the delivery flow from source through build, test, and deployment.
Stage summary
- Core role:Orchestrates the delivery flow from source through build, test, and deployment.
- Exam frequency:3 / 5
- Compare with:CodeBuild / CodeDeploy
Memory hook
AWS CodePipeline = Orchestrates the delivery flow from source through build, test, and deployment.
How it works
- Connects Source, Build, Test, Manual Approval, and Deploy stages into a repeatable release process.
- Actions run inside each stage, while artifacts carry versions and output between stages.
- Source changes or events can trigger execution; a failure stops later stages and remains in execution history.
CodePipeline orchestrates and does not compile code itself. CodeBuild builds, CodeDeploy deploys, and CloudFormation can release infrastructure.