Amazon Well-Architected Tool · Arazzo Workflow

Amazon Well-Architected Tool Update Workload Metadata

Version 1.0.0

Read a workload and update its descriptive metadata and pillar priorities.

1 workflow 1 source API 1 provider
View Spec View on GitHub ArchitectureBest PracticesCloud GovernanceWell-ArchitectedWorkloadsArazzoWorkflows

Provider

amazon-well-architected-tool

Workflows

update-workload-metadata
Fetch a workload and patch its metadata.
Reads the current workload and updates its description, notes, and pillar priorities, returning the updated workload object.
2 steps inputs: Description, Notes, PillarPriorities, WorkloadId outputs: workload
1
getWorkload
Read the current workload to confirm it exists before patching its metadata.
2
updateWorkload
Patch the workload description, notes, and pillar priorities, returning the updated workload.

Source API Descriptions

Arazzo Workflow Specification

Raw ↑
arazzo: 1.0.1
info:
  title: Amazon Well-Architected Tool Update Workload Metadata
  summary: Read a workload and update its descriptive metadata and pillar priorities.
  description: >-
    Refresh the descriptive metadata on an existing workload. The workflow reads
    the current workload to confirm it exists and then patches its description,
    notes, and pillar priorities, returning the updated workload. 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
sourceDescriptions:
- name: workloadsApi
  url: ../openapi/amazon-well-architected-tool-workloads-api-openapi.yml
  type: openapi
workflows:
- workflowId: update-workload-metadata
  summary: Fetch a workload and patch its metadata.
  description: >-
    Reads the current workload and updates its description, notes, and pillar
    priorities, returning the updated workload object.
  inputs:
    type: object
    required:
    - WorkloadId
    properties:
      WorkloadId:
        type: string
        description: The 32-character workload ID.
      Description:
        type: string
        description: The new description for the workload (3-250 characters).
      Notes:
        type: string
        description: The notes to associate with the workload.
      PillarPriorities:
        type: array
        description: The ordered list of pillar IDs used to prioritize the improvement plan.
        items:
          type: string
  steps:
  - stepId: getWorkload
    description: >-
      Read the current workload to confirm it exists before patching its
      metadata.
    operationId: GetWorkload
    parameters:
    - name: WorkloadId
      in: path
      value: $inputs.WorkloadId
    successCriteria:
    - condition: $statusCode == 200
    outputs:
      workload: $response.body#/Workload
  - stepId: updateWorkload
    description: >-
      Patch the workload description, notes, and pillar priorities, returning
      the updated workload.
    operationId: UpdateWorkload
    parameters:
    - name: WorkloadId
      in: path
      value: $inputs.WorkloadId
    requestBody:
      contentType: application/json
      payload:
        Description: $inputs.Description
        Notes: $inputs.Notes
        PillarPriorities: $inputs.PillarPriorities
    successCriteria:
    - condition: $statusCode == 200
    outputs:
      workload: $response.body#/Workload
  outputs:
    workload: $steps.updateWorkload.outputs.workload

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-well-architected-tool-update-workload-metadata-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.