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.

1 workflow 4 source APIs 1 provider
View Spec View on GitHub Amazon Web ServicesAutomationContainer ImagesEC2Image BuildingVirtual Machine ImagesArazzoWorkflows

Provider

amazon-ec2-image-builder

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.
4 steps inputs: imagePipelineArn outputs: deletedInfrastructureArn, deletedPipelineArn, deletedRecipeArn
1
getImagePipeline
Read the image pipeline to capture the recipe and infrastructure configuration ARNs that must be deleted afterward.
2
deleteImagePipeline
Delete the image pipeline first so it no longer references the recipe and infrastructure configuration.
3
deleteImageRecipe
Delete the image recipe that the decommissioned pipeline used.
4
deleteInfrastructureConfiguration
Delete the infrastructure configuration that the decommissioned pipeline used.

Source API Descriptions

Arazzo Workflow Specification

Raw ↑
arazzo: 1.0.1
info:
  title: Amazon EC2 Image Builder Decommission Pipeline Stack
  summary: Read an image pipeline, delete it, then delete the image recipe and infrastructure configuration it used.
  description: >-
    Tears down a pipeline stack in dependency-safe order. The workflow first
    reads the image pipeline to capture the recipe and infrastructure
    configuration ARNs it references, then deletes the pipeline so it no longer
    holds those resources, and finally deletes the image recipe and the
    infrastructure configuration. Every step spells out its request inline so
    the flow can be read and executed without opening the underlying OpenAPI
    description.
  version: 1.0.0
  x-realizes-capability-ids:
  - BC-600.50
  x-capability-derivation:
    method: 'deterministic join: sourceDescriptions -> per-tag OpenAPI -> tag/capability edge. No classification at this step.'
    min_confidence: 0.7
    sources:
    - capability_id: BC-600.50
      capability_name: IT Infrastructure Management
      spec: amazon-ec2-image-builder-deleteinfrastructureconfiguration-infrastructureconfigurationarn-api-openapi.yml
      confidence: 0.7
    model: Turbo EA Capabilities by Vincent Verdet — Turbo EA, https://github.com/vincentmakes/turbo-ea-capabilities, CC BY 4.0
sourceDescriptions:
- name: deleteimagepipelineImagepipelinearnApi
  url: ../openapi/amazon-ec2-image-builder-deleteimagepipeline-imagepipelinearn-api-openapi.yml
  type: openapi
- name: deleteimagerecipeImagerecipearnApi
  url: ../openapi/amazon-ec2-image-builder-deleteimagerecipe-imagerecipearn-api-openapi.yml
  type: openapi
- name: deleteinfrastructureconfigurationInfrastructureconfigurationarnApi
  url: ../openapi/amazon-ec2-image-builder-deleteinfrastructureconfiguration-infrastructureconfigurationarn-api-openapi.yml
  type: openapi
- name: getimagepipelineImagepipelinearnApi
  url: ../openapi/amazon-ec2-image-builder-getimagepipeline-imagepipelinearn-api-openapi.yml
  type: openapi
workflows:
- workflowId: decommission-pipeline-stack
  summary: Delete an image pipeline and the recipe and infrastructure configuration it used.
  description: >-
    Reads the pipeline to discover its dependencies, deletes the pipeline first
    to release them, then deletes the image recipe and infrastructure
    configuration.
  inputs:
    type: object
    required:
    - imagePipelineArn
    properties:
      imagePipelineArn:
        type: string
        description: The ARN of the image pipeline to decommission.
  steps:
  - stepId: getImagePipeline
    description: >-
      Read the image pipeline to capture the recipe and infrastructure
      configuration ARNs that must be deleted afterward.
    operationId: GetImagePipeline
    parameters:
    - name: imagePipelineArn
      in: query
      value: $inputs.imagePipelineArn
    successCriteria:
    - condition: $statusCode == 200
    outputs:
      imageRecipeArn: $response.body#/imagePipeline/imageRecipeArn
      infrastructureConfigurationArn: $response.body#/imagePipeline/infrastructureConfigurationArn
  - stepId: deleteImagePipeline
    description: >-
      Delete the image pipeline first so it no longer references the recipe and
      infrastructure configuration.
    operationId: DeleteImagePipeline
    parameters:
    - name: imagePipelineArn
      in: query
      value: $inputs.imagePipelineArn
    successCriteria:
    - condition: $statusCode == 200
    outputs:
      deletedPipelineArn: $response.body#/imagePipelineArn
  - stepId: deleteImageRecipe
    description: >-
      Delete the image recipe that the decommissioned pipeline used.
    operationId: DeleteImageRecipe
    parameters:
    - name: imageRecipeArn
      in: query
      value: $steps.getImagePipeline.outputs.imageRecipeArn
    successCriteria:
    - condition: $statusCode == 200
    outputs:
      deletedRecipeArn: $response.body#/imageRecipeArn
  - stepId: deleteInfrastructureConfiguration
    description: >-
      Delete the infrastructure configuration that the decommissioned pipeline
      used.
    operationId: DeleteInfrastructureConfiguration
    parameters:
    - name: infrastructureConfigurationArn
      in: query
      value: $steps.getImagePipeline.outputs.infrastructureConfigurationArn
    successCriteria:
    - condition: $statusCode == 200
    outputs:
      deletedInfrastructureArn: $response.body#/infrastructureConfigurationArn
  outputs:
    deletedPipelineArn: $steps.deleteImagePipeline.outputs.deletedPipelineArn
    deletedRecipeArn: $steps.deleteImageRecipe.outputs.deletedRecipeArn
    deletedInfrastructureArn: $steps.deleteInfrastructureConfiguration.outputs.deletedInfrastructureArn

Work with this as data

Every workflow here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for arazzo workflows

4 MCP tools reach this
  • find_arazzoBrowse and filter every workflow in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This workflow
curl "https://apis.io/api/v1/arazzo/amazon-ec2-image-builder-decommission-pipeline-stack-workflow"
All arazzo workflows
curl "https://apis.io/api/v1/arazzo?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.