Skip to content

Architecture of the STACKIT Automation Service

Last updated on

The STACKIT Automation Service is designed to automate workflows across various cloud resources. Because its initial capabilities focus on storage lifecycle management, the service is integrated directly into the Disk Volume section of the STACKIT Portal, and its API endpoints include volumes in their resource paths.

The service is built around three core concepts:

  • Automation templates: Predefined templates that include multiple steps and can be used to create automations when specific input parameters are provided (for example, “Volume Recovery Point Management”).
  • Automations: A fully configured collection of ordered steps, which can be executed manually or by a schedule (for example, every day at 07:00 create volume snapshots for volumes with label environment=production).
  • Executions: Instances of an automation run, providing status and output for each step.

For the Public Preview (Beta) phase, the following predefined template is provided:

  • Volume Recovery Point Management: Automatically creates snapshots to serve as fast recovery points for all volumes matching your specified labels.