Managed CI/CD across clouds

The cloud-native pipeline services - CodePipeline, CodeBuild and CodeDeploy, Azure DevOps, Cloud Build and Cloud Deploy, OCI DevOps - with build logs kept, artifacts signed or scanned, and deploy approval where it belongs.

7 verified modules, 3 of them live-tested apply→verify→destroy; the rest are static-validated, live-test pending.

Compare by provider

How to choose

Start from where the code lives: a pipeline in the same cloud as the repository and the runtime needs no cross-cloud credential. Then compare what the build runs as (an identity you scope, or a shared one), whether a stage can require a person, and how long logs and artifacts are kept.

When not to use

A managed pipeline still runs whatever the repository tells it to. The service protects the credentials it holds; it does not review the build script, and a pull request from a stranger is the classic way in.

Other solutions