Amazon EC2 Image Builder · Arazzo Workflow
Amazon EC2 Image Builder Assemble Image Pipeline
Version 1.0.0
Build a component, image recipe, and infrastructure configuration, then wire them into a new image pipeline.
View Spec
View on GitHub
Amazon Web ServicesAutomationContainer ImagesEC2Image BuildingVirtual Machine ImagesArazzoWorkflows
Provider
Workflows
assemble-image-pipeline
Create component, image recipe, infrastructure configuration, and image pipeline in sequence.
Chains the four foundational create operations so a brand-new image pipeline is ready to build images. The component ARN feeds the recipe, and the recipe and infrastructure configuration ARNs feed the pipeline.
1
createComponent
CreateComponent
Create a reusable build component from inline YAML document content that can later be referenced by image recipes.
2
createImageRecipe
CreateImageRecipe
Create an image recipe that layers the newly created component on top of the supplied parent image.
3
createInfrastructureConfiguration
CreateInfrastructureConfiguration
Create the infrastructure configuration that defines the environment in which images will be built and tested.
4
createImagePipeline
CreateImagePipeline
Create the image pipeline that ties the recipe and infrastructure configuration together so images can be produced.