Skip to main content

AWS CodePipeline

  • What it is
    • Fully managed continuous integration and continuous delivery (CI/CD) orchestration service.
    • Models the release process as stages (source → build → test → deploy) that run automatically on every commit.
  • What it connects
  • Why it matters
    • Faster, more consistent releases with fewer manual steps — the Operational Excellence principle of “make frequent, small, reversible changes”.
  • Not to be confused with
    • AWS Step Functions — general-purpose workflow orchestration for applications. CodePipeline orchestrates releases.

Linked from