Amazon EC2 Image Builder · Arazzo Workflow
Amazon EC2 Image Builder Update Pipeline and Run
Version 1.0.0
Read an existing image pipeline, point it at a new distribution configuration, enable it, and trigger a build.
View Spec
View on GitHub
Amazon Web ServicesAutomationContainer ImagesEC2Image BuildingVirtual Machine ImagesArazzoWorkflows
Provider
Workflows
update-pipeline-and-run
Get a pipeline, update its distribution configuration and status, then start a build.
Reads an image pipeline, updates it with a new distribution configuration and an ENABLED status while preserving its existing recipe and infrastructure configuration, then manually triggers an execution.
1
getImagePipeline
GetImagePipeline
Read the existing image pipeline to capture the recipe and infrastructure configuration ARNs it currently references.
2
updateImagePipeline
UpdateImagePipeline
Update the pipeline to attach the new distribution configuration and set its status to ENABLED, keeping the existing recipe and infrastructure configuration.
3
startExecution
StartImagePipelineExecution
Manually trigger the updated pipeline to build a fresh image with the new distribution configuration.