Developer Tools
AWS CodePipeline
AWS CodePipeline coordinates source, build, test, approval, and deployment stages. A GenAI release pipeline can require versioned evaluation evidence before promoting models, prompts, retrieval code, or infrastructure.
Key points
- Stages pass immutable artifacts between actions
- Manual approvals can guard high-impact environments
- Cross-account roles support controlled promotion boundaries
When to use it
- Gate prompt promotion on a fixed regression suite
- Promote a signed inference image through test and production accounts
Exam tips
- Use CodePipeline to orchestrate delivery and CodeBuild to run custom tests
- Version datasets and thresholds with artifacts so an old approval remains reproducible