Amazon Data Pipeline · Arazzo Workflow
Amazon Data Pipeline Redeploy Definition
Version 1.0.0
Deactivate a pipeline, write a new definition, then reactivate it with the new objects.
Provider
Workflows
redeploy-pipeline-definition
Deactivate, replace the definition, and reactivate a pipeline.
Chains deactivatePipeline, putPipelineDefinition, and activatePipeline so a new definition is applied to an existing pipeline without leaving it running against a stale or partially written definition.
1
deactivatePipeline
deactivatePipeline
Stop the pipeline's current schedule before its definition is rewritten.
2
putDefinition
putPipelineDefinition
Commit the new pipeline objects to the now-deactivated pipeline.
3
reactivatePipeline
activatePipeline
Reactivate the pipeline so it resumes processing with the updated definition.