Developer Tools
AWS CodeBuild
AWS CodeBuild runs managed build and test jobs in disposable environments. It can execute GenAI regression suites, build inference images, and emit signed or versioned release artifacts.
Key points
- Buildspec files define phases, commands, artifacts, and reports
- VPC-enabled builds can reach private dependencies
- Service roles should be scoped to the repositories and deployment inputs actually used
When to use it
- Run prompt and RAG quality gates in CI
- Build and scan a custom inference container
Exam tips
- Choose CodeBuild for build execution and CodePipeline for release orchestration
- Do not place production secrets in buildspec files; retrieve scoped values at runtime