Amazon Compute Optimizer · Schema
VolumeConfiguration
Describes the configuration of an Amazon Elastic Block Store (Amazon EBS) volume.
Cost OptimizationFinOpsMachine-LearningResource Recommendations
Properties
| Name | Type | Description |
|---|---|---|
| volumeType | object | |
| volumeSize | object | |
| volumeBaselineIOPS | object | |
| volumeBurstIOPS | object | |
| volumeBaselineThroughput | object | |
| volumeBurstThroughput | object | |
| rootVolume | object |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://raw.githubusercontent.com/api-evangelist/amazon-compute-optimizer/refs/heads/main/json-schema/compute-optimizer-volume-configuration-schema.json",
"title": "VolumeConfiguration",
"description": "Describes the configuration of an Amazon Elastic Block Store (Amazon EBS) volume.",
"type": "object",
"properties": {
"volumeType": {
"allOf": [
{
"$ref": "#/components/schemas/VolumeType"
},
{
"description": "<p>The volume type.</p> <p>This can be <code>gp2</code> for General Purpose SSD, <code>io1</code> or <code>io2</code> for Provisioned IOPS SSD, <code>st1</code> for Throughput Optimized HDD, <code>sc1</code> for Cold HDD, or <code>standard</code> for Magnetic volumes.</p>"
}
]
},
"volumeSize": {
"allOf": [
{
"$ref": "#/components/schemas/VolumeSize"
},
{
"description": "The size of the volume, in GiB."
}
]
},
"volumeBaselineIOPS": {
"allOf": [
{
"$ref": "#/components/schemas/VolumeBaselineIOPS"
},
{
"description": "The baseline IOPS of the volume."
}
]
},
"volumeBurstIOPS": {
"allOf": [
{
"$ref": "#/components/schemas/VolumeBurstIOPS"
},
{
"description": "The burst IOPS of the volume."
}
]
},
"volumeBaselineThroughput": {
"allOf": [
{
"$ref": "#/components/schemas/VolumeBaselineThroughput"
},
{
"description": "The baseline throughput of the volume."
}
]
},
"volumeBurstThroughput": {
"allOf": [
{
"$ref": "#/components/schemas/VolumeBurstThroughput"
},
{
"description": "The burst throughput of the volume."
}
]
},
"rootVolume": {
"allOf": [
{
"$ref": "#/components/schemas/RootVolume"
},
{
"description": " Contains the image used to boot the instance during launch. "
}
]
}
}
}
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.
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/compute-optimizer-volume-configuration"
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.