Amazon Well-Architected Tool · Arazzo Workflow

Amazon Well-Architected Tool Consolidated Report

Version 1.0.0

List your workloads and generate a consolidated report across them.

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

Provider

amazon-well-architected-tool

Workflows

consolidated-report
List workloads and generate a consolidated report.
Lists the caller's workloads and generates a consolidated report in the requested format, optionally including resources shared with the caller.
2 steps inputs: Format, IncludeSharedResources, MaxResults, WorkloadNamePrefix outputs: base64String, metrics, workloadSummaries
1
listWorkloads
List the workloads visible to the caller to establish the scope of the report.
2
getConsolidatedReport
Generate the consolidated report in the requested format, optionally including shared resources.

Source API Descriptions

Arazzo Workflow Specification

Raw ↑
arazzo: 1.0.1
info:
  title: Amazon Well-Architected Tool Consolidated Report
  summary: List your workloads and generate a consolidated report across them.
  description: >-
    Produce a portfolio-level view of your Well-Architected posture. The
    workflow lists the workloads visible to the caller and then generates a
    consolidated report in the requested format, optionally including shared
    resources. 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: consolidatedreportFormatApi
  url: ../openapi/amazon-well-architected-tool-consolidatedreport-format-api-openapi.yml
  type: openapi
- name: workloadssummariesApi
  url: ../openapi/amazon-well-architected-tool-workloadssummaries-api-openapi.yml
  type: openapi
workflows:
- workflowId: consolidated-report
  summary: List workloads and generate a consolidated report.
  description: >-
    Lists the caller's workloads and generates a consolidated report in the
    requested format, optionally including resources shared with the caller.
  inputs:
    type: object
    required:
    - Format
    properties:
      Format:
        type: string
        description: The format of the consolidated report (PDF or JSON).
      IncludeSharedResources:
        type: boolean
        description: Whether to include resources shared with the caller in the report.
      WorkloadNamePrefix:
        type: string
        description: Optional prefix to filter the listed workloads by name.
      MaxResults:
        type: integer
        description: The maximum number of results to return for the report request.
  steps:
  - stepId: listWorkloads
    description: >-
      List the workloads visible to the caller to establish the scope of the
      report.
    operationId: ListWorkloads
    requestBody:
      contentType: application/json
      payload:
        WorkloadNamePrefix: $inputs.WorkloadNamePrefix
    successCriteria:
    - condition: $statusCode == 200
    outputs:
      workloadSummaries: $response.body#/WorkloadSummaries
  - stepId: getConsolidatedReport
    description: >-
      Generate the consolidated report in the requested format, optionally
      including shared resources.
    operationId: GetConsolidatedReport
    parameters:
    - name: Format
      in: query
      value: $inputs.Format
    - name: IncludeSharedResources
      in: query
      value: $inputs.IncludeSharedResources
    - name: MaxResults
      in: query
      value: $inputs.MaxResults
    successCriteria:
    - condition: $statusCode == 200
    outputs:
      metrics: $response.body#/Metrics
      base64String: $response.body#/Base64String
  outputs:
    workloadSummaries: $steps.listWorkloads.outputs.workloadSummaries
    metrics: $steps.getConsolidatedReport.outputs.metrics
    base64String: $steps.getConsolidatedReport.outputs.base64String

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-consolidated-report-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.