Amazon Data Pipeline · Arazzo Workflow
Amazon Data Pipeline Provision and Activate
Version 1.0.0
Create an empty pipeline, populate its definition, activate it, and confirm its state.
Provider
Workflows
provision-and-activate-pipeline
Create a pipeline, set its definition, activate it, and confirm state.
Chains createPipeline into putPipelineDefinition, then activatePipeline, and finally describePipelines so the newly provisioned pipeline is fully running and its state is observed in a single pass.
1
createPipeline
createPipeline
Create a new, empty pipeline shell using the supplied name and idempotent unique id.
2
putDefinition
putPipelineDefinition
Populate the freshly created pipeline with its objects (schedules, defaults, activities, preconditions).
3
activatePipeline
activatePipeline
Validate and start the pipeline so it begins processing its tasks on the configured schedule.
4
confirmState
describePipelines
Read back the pipeline metadata to confirm the pipeline exists and observe its current state after activation.