Amazon EC2 Auto Scaling · Arazzo Workflow

Amazon EC2 Auto Scaling Audit Launch Configuration Usage

Version 1.0.0

Resolve a launch configuration, then describe the group using it to audit its policies.

1 workflow 3 source APIs 1 provider
View Spec View on GitHub Amazon Web ServicesAuto-ScalingComputeEC2High AvailabilityScalingArazzoWorkflows

Provider

amazon-ec2-auto-scaling

Workflows

audit-launch-configuration-usage
Inspect a launch configuration, its group, and that group's scaling policies.
Describes a launch configuration, the group that uses it, and the scaling policies on that group.
3 steps inputs: autoScalingGroupName, launchConfigurationName outputs: firstPolicyName, groupArn, launchConfigurationArn
1
describeLaunchConfiguration
Describe the named launch configuration to capture its ARN and image.
2
describeGroup
Describe the Auto Scaling group that uses the launch configuration and capture its sizing.
3
describeGroupPolicies
Describe the scaling policies attached to the group to complete the audit.

Source API Descriptions

Arazzo Workflow Specification

Raw ↑
arazzo: 1.0.1
info:
  title: Amazon EC2 Auto Scaling Audit Launch Configuration Usage
  summary: Resolve a launch configuration, then describe the group using it to audit its policies.
  description: >-
    Audits how a launch configuration is wired into a running group. The
    workflow describes the named launch configuration to capture its ARN and
    image, describes the Auto Scaling group that references it to capture its
    current sizing, and then describes the scaling policies attached to that
    group. Every step spells out the AWS query-protocol Action and Version
    inline so the flow can be read and executed without opening the underlying
    OpenAPI description.
  version: 1.0.0
  x-realizes-capability-ids:
  - BC-4220.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-4220.50
      capability_name: Capacity & Performance Management
      spec: amazon-ec2-auto-scaling-action-describepolicies-api-openapi.yml
      confidence: 0.8
    model: Turbo EA Capabilities by Vincent Verdet — Turbo EA, https://github.com/vincentmakes/turbo-ea-capabilities, CC BY 4.0
sourceDescriptions:
- name: actionDescribeautoscalinggroupsApi
  url: ../openapi/amazon-ec2-auto-scaling-action-describeautoscalinggroups-api-openapi.yml
  type: openapi
- name: actionDescribelaunchconfigurationsApi
  url: ../openapi/amazon-ec2-auto-scaling-action-describelaunchconfigurations-api-openapi.yml
  type: openapi
- name: actionDescribepoliciesApi
  url: ../openapi/amazon-ec2-auto-scaling-action-describepolicies-api-openapi.yml
  type: openapi
workflows:
- workflowId: audit-launch-configuration-usage
  summary: Inspect a launch configuration, its group, and that group's scaling policies.
  description: >-
    Describes a launch configuration, the group that uses it, and the scaling
    policies on that group.
  inputs:
    type: object
    required:
    - launchConfigurationName
    - autoScalingGroupName
    properties:
      launchConfigurationName:
        type: string
        description: The name of the launch configuration to audit.
      autoScalingGroupName:
        type: string
        description: The name of the Auto Scaling group that references the launch configuration.
  steps:
  - stepId: describeLaunchConfiguration
    description: >-
      Describe the named launch configuration to capture its ARN and image.
    operationId: POST_DescribeLaunchConfigurations
    parameters:
    - name: Action
      in: query
      value: DescribeLaunchConfigurations
    - name: Version
      in: query
      value: 2011-01-01
    requestBody:
      contentType: text/xml
      payload:
        LaunchConfigurationNames:
        - $inputs.launchConfigurationName
    successCriteria:
    - condition: $statusCode == 200
    outputs:
      launchConfigurationArn: $response.body#/LaunchConfigurations/0/LaunchConfigurationARN
      imageId: $response.body#/LaunchConfigurations/0/ImageId
      instanceType: $response.body#/LaunchConfigurations/0/InstanceType
    onSuccess:
    - name: launchConfigFound
      type: goto
      stepId: describeGroup
      criteria:
      - context: $response.body
        condition: $.LaunchConfigurations.length > 0
        type: jsonpath
  - stepId: describeGroup
    description: >-
      Describe the Auto Scaling group that uses the launch configuration and
      capture its sizing.
    operationId: POST_DescribeAutoScalingGroups
    parameters:
    - name: Action
      in: query
      value: DescribeAutoScalingGroups
    - name: Version
      in: query
      value: 2011-01-01
    requestBody:
      contentType: text/xml
      payload:
        AutoScalingGroupNames:
        - $inputs.autoScalingGroupName
    successCriteria:
    - condition: $statusCode == 200
    outputs:
      groupArn: $response.body#/AutoScalingGroups/0/AutoScalingGroupARN
      groupLaunchConfigurationName: $response.body#/AutoScalingGroups/0/LaunchConfigurationName
      desiredCapacity: $response.body#/AutoScalingGroups/0/DesiredCapacity
  - stepId: describeGroupPolicies
    description: >-
      Describe the scaling policies attached to the group to complete the audit.
    operationId: POST_DescribePolicies
    parameters:
    - name: Action
      in: query
      value: DescribePolicies
    - name: Version
      in: query
      value: 2011-01-01
    requestBody:
      contentType: text/xml
      payload:
        AutoScalingGroupName: $inputs.autoScalingGroupName
    successCriteria:
    - condition: $statusCode == 200
    outputs:
      firstPolicyName: $response.body#/ScalingPolicies/0/PolicyName
      firstPolicyType: $response.body#/ScalingPolicies/0/PolicyType
  outputs:
    launchConfigurationArn: $steps.describeLaunchConfiguration.outputs.launchConfigurationArn
    groupArn: $steps.describeGroup.outputs.groupArn
    firstPolicyName: $steps.describeGroupPolicies.outputs.firstPolicyName

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-auto-scaling-audit-launch-configuration-usage-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.