Amazon EC2 Image Builder · Arazzo Workflow
Amazon EC2 Image Builder Distribute Image
Version 1.0.0
Create a distribution configuration, build an image that uses it, and poll until distribution completes.
View Spec
View on GitHub
Amazon Web ServicesAutomationContainer ImagesEC2Image BuildingVirtual Machine ImagesArazzoWorkflows
Provider
Workflows
distribute-image
Create a distribution configuration, build an image with it, and poll to a terminal state.
Creates a distribution configuration, builds an image that references it, and polls GetImage until the image reaches AVAILABLE, FAILED, or CANCELLED.
1
createDistributionConfiguration
CreateDistributionConfiguration
Create a distribution configuration that defines and configures the outputs of the build.
2
createImage
CreateImage
Build an image that references the recipe, infrastructure configuration, and the newly created distribution configuration.
3
getImage
GetImage
Poll the image build version, looping while the build and distribution are still in progress.