CloudOps Orchestration Service (OOS) provides sample templates for common CI/CD pipelines. Select a template, configure the parameters for your environment, and start running pipelines without writing pipeline logic from scratch.
Each template covers a specific pipeline scenario. Select the one that matches your deployment target and artifact type, then configure only the parameters specific to your environment.
If a template does not fully match your requirements, customize it by adding or removing steps and parameters.
Available templates
Build and deploy an application on a single ECS instance — Build your application and deploy it directly to one ECS instance.
Build a Docker image and upload the image to Container Registry — Build a Docker image and push it to Container Registry for storage and distribution.
Build a Docker image, upload the image to Container Registry, and deploy the image on multiple ECS instances — Build a Docker image, push it to Container Registry, and roll it out across multiple ECS instances.
Build a software package and upload the package to OSS — Build a software package and store it in OSS for versioning and retrieval.
Build a software package, upload the package to OSS, and deploy the package on multiple ECS instances — Build a software package, upload it to OSS, and deploy it across multiple ECS instances.