Amazon EC2 Image Builder · Arazzo Workflow
Amazon EC2 Image Builder Assemble Container Pipeline
Version 1.0.0
Build a component and container recipe, create infrastructure, and wire them into a container image pipeline.
View Spec
View on GitHub
Amazon Web ServicesAutomationContainer ImagesEC2Image BuildingVirtual Machine ImagesArazzoWorkflows
Provider
Workflows
assemble-container-pipeline
Create component, container recipe, infrastructure configuration, and container image pipeline.
Chains the create operations needed to produce a container image pipeline. The component ARN feeds the container recipe, and the container recipe and infrastructure configuration ARNs feed the pipeline.
1
createComponent
CreateComponent
Create a reusable build component from inline YAML document content for the container recipe to reference.
2
createContainerRecipe
CreateContainerRecipe
Create a Docker container recipe that references the new component and targets the supplied ECR repository.
3
createInfrastructureConfiguration
CreateInfrastructureConfiguration
Create the infrastructure configuration that defines the build and test environment for the container image.
4
createImagePipeline
CreateImagePipeline
Create the image pipeline that binds the container recipe and infrastructure configuration together.