Amazon EBS · Schema

Amazon EBS Volume

Schema representing an Amazon Elastic Block Store volume, which provides persistent block-level storage for use with Amazon EC2 instances.

Amazon Web ServicesBlock StorageEBSEC2SnapshotsStorageVolumes

Properties

Name Type Description
volumeId string The ID of the volume.
size integer The size of the volume, in GiBs.
volumeType string The volume type.
state string The volume state.
availabilityZone string The Availability Zone for the volume.
createTime string The time stamp when volume creation was initiated.
encrypted boolean Indicates whether the volume is encrypted.
kmsKeyId string The Amazon Resource Name (ARN) of the AWS KMS key that was used to protect the volume encryption key.
iops integer The number of I/O operations per second (IOPS). For gp3, io1, and io2 volumes only.
throughput integer The throughput that the volume supports, in MiB/s. For gp3 volumes only.
snapshotId string The snapshot from which the volume was created, if applicable.
multiAttachEnabled boolean Indicates whether Amazon EBS Multi-Attach is enabled. For io1 and io2 volumes only.
attachments array Information about the volume attachments.
tags array Any tags assigned to the volume.
View JSON Schema on GitHub

JSON Schema

amazon-ebs-volume-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://api.apis.io/schemas/amazon-ebs-volume.json",
  "title": "Amazon EBS Volume",
  "description": "Schema representing an Amazon Elastic Block Store volume, which provides persistent block-level storage for use with Amazon EC2 instances.",
  "type": "object",
  "required": [
    "availabilityZone"
  ],
  "properties": {
    "volumeId": {
      "type": "string",
      "description": "The ID of the volume.",
      "pattern": "^vol-[a-f0-9]+$"
    },
    "size": {
      "type": "integer",
      "description": "The size of the volume, in GiBs.",
      "minimum": 1,
      "maximum": 16384
    },
    "volumeType": {
      "type": "string",
      "description": "The volume type.",
      "enum": [
        "gp2",
        "gp3",
        "io1",
        "io2",
        "st1",
        "sc1",
        "standard"
      ],
      "default": "gp3"
    },
    "state": {
      "type": "string",
      "description": "The volume state.",
      "enum": [
        "creating",
        "available",
        "in-use",
        "deleting",
        "deleted",
        "error"
      ]
    },
    "availabilityZone": {
      "type": "string",
      "description": "The Availability Zone for the volume."
    },
    "createTime": {
      "type": "string",
      "format": "date-time",
      "description": "The time stamp when volume creation was initiated."
    },
    "encrypted": {
      "type": "boolean",
      "description": "Indicates whether the volume is encrypted.",
      "default": false
    },
    "kmsKeyId": {
      "type": "string",
      "description": "The Amazon Resource Name (ARN) of the AWS KMS key that was used to protect the volume encryption key."
    },
    "iops": {
      "type": "integer",
      "description": "The number of I/O operations per second (IOPS). For gp3, io1, and io2 volumes only.",
      "minimum": 100,
      "maximum": 256000
    },
    "throughput": {
      "type": "integer",
      "description": "The throughput that the volume supports, in MiB/s. For gp3 volumes only.",
      "minimum": 125,
      "maximum": 1000
    },
    "snapshotId": {
      "type": "string",
      "description": "The snapshot from which the volume was created, if applicable.",
      "pattern": "^snap-[a-f0-9]*$"
    },
    "multiAttachEnabled": {
      "type": "boolean",
      "description": "Indicates whether Amazon EBS Multi-Attach is enabled. For io1 and io2 volumes only.",
      "default": false
    },
    "attachments": {
      "type": "array",
      "description": "Information about the volume attachments.",
      "items": {
        "type": "object",
        "properties": {
          "volumeId": {
            "type": "string",
            "description": "The ID of the volume."
          },
          "instanceId": {
            "type": "string",
            "description": "The ID of the instance.",
            "pattern": "^i-[a-f0-9]+$"
          },
          "device": {
            "type": "string",
            "description": "The device name."
          },
          "state": {
            "type": "string",
            "description": "The attachment state of the volume.",
            "enum": [
              "attaching",
              "attached",
              "detaching",
              "detached",
              "busy"
            ]
          },
          "attachTime": {
            "type": "string",
            "format": "date-time",
            "description": "The time stamp when the attachment initiated."
          },
          "deleteOnTermination": {
            "type": "boolean",
            "description": "Indicates whether the EBS volume is deleted on instance termination."
          }
        }
      }
    },
    "tags": {
      "type": "array",
      "description": "Any tags assigned to the volume.",
      "items": {
        "type": "object",
        "properties": {
          "Key": {
            "type": "string",
            "description": "The key of the tag."
          },
          "Value": {
            "type": "string",
            "description": "The value of the tag."
          }
        }
      }
    }
  }
}

Work with this as data

Every JSON Schema 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 schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema 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 JSON Schema
curl "https://apis.io/api/v1/json-schemas/amazon-ebs-volume"
All schemas
curl "https://apis.io/api/v1/json-schemas?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.