Amazon EC2 Image Builder · Arazzo Workflow
Amazon EC2 Image Builder Decommission Pipeline Stack
Version 1.0.0
Read an image pipeline, delete it, then delete the image recipe and infrastructure configuration it used.
View Spec
View on GitHub
Amazon Web ServicesAutomationContainer ImagesEC2Image BuildingVirtual Machine ImagesArazzoWorkflows
Provider
Workflows
decommission-pipeline-stack
Delete an image pipeline and the recipe and infrastructure configuration it used.
Reads the pipeline to discover its dependencies, deletes the pipeline first to release them, then deletes the image recipe and infrastructure configuration.
1
getImagePipeline
GetImagePipeline
Read the image pipeline to capture the recipe and infrastructure configuration ARNs that must be deleted afterward.
2
deleteImagePipeline
DeleteImagePipeline
Delete the image pipeline first so it no longer references the recipe and infrastructure configuration.
3
deleteImageRecipe
DeleteImageRecipe
Delete the image recipe that the decommissioned pipeline used.
4
deleteInfrastructureConfiguration
DeleteInfrastructureConfiguration
Delete the infrastructure configuration that the decommissioned pipeline used.