Amazon EC2 Image Builder · Schema
ImageRecipe
An image recipe.
Amazon Web ServicesAutomationContainer ImagesEC2Image BuildingVirtual Machine Images
Properties
| Name | Type | Description |
|---|---|---|
| arn | object | |
| type | object | |
| name | object | |
| description | object | |
| platform | object | |
| owner | object | |
| version | object | |
| components | object | |
| parentImage | object | |
| blockDeviceMappings | object | |
| dateCreated | object | |
| tags | object | |
| workingDirectory | object | |
| additionalInstanceConfiguration | object |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://raw.githubusercontent.com/api-evangelist/amazon-ec2-image-builder/refs/heads/main/json-schema/ec2-image-builder-image-recipe-schema.json",
"title": "ImageRecipe",
"description": "An image recipe.",
"type": "object",
"properties": {
"arn": {
"allOf": [
{
"$ref": "#/components/schemas/ImageBuilderArn"
},
{
"description": "The Amazon Resource Name (ARN) of the image recipe."
}
]
},
"type": {
"allOf": [
{
"$ref": "#/components/schemas/ImageType"
},
{
"description": "Specifies which type of image is created by the recipe - an AMI or a container image."
}
]
},
"name": {
"allOf": [
{
"$ref": "#/components/schemas/ResourceName"
},
{
"description": "The name of the image recipe."
}
]
},
"description": {
"allOf": [
{
"$ref": "#/components/schemas/NonEmptyString"
},
{
"description": "The description of the image recipe."
}
]
},
"platform": {
"allOf": [
{
"$ref": "#/components/schemas/Platform"
},
{
"description": "The platform of the image recipe."
}
]
},
"owner": {
"allOf": [
{
"$ref": "#/components/schemas/NonEmptyString"
},
{
"description": "The owner of the image recipe."
}
]
},
"version": {
"allOf": [
{
"$ref": "#/components/schemas/VersionNumber"
},
{
"description": "The version of the image recipe."
}
]
},
"components": {
"allOf": [
{
"$ref": "#/components/schemas/ComponentConfigurationList"
},
{
"description": "The components that are included in the image recipe. Recipes require a minimum of one build component, and can have a maximum of 20 build and test components in any combination."
}
]
},
"parentImage": {
"allOf": [
{
"$ref": "#/components/schemas/NonEmptyString"
},
{
"description": "The base image of the image recipe."
}
]
},
"blockDeviceMappings": {
"allOf": [
{
"$ref": "#/components/schemas/InstanceBlockDeviceMappings"
},
{
"description": "The block device mappings to apply when creating images from this recipe."
}
]
},
"dateCreated": {
"allOf": [
{
"$ref": "#/components/schemas/DateTime"
},
{
"description": "The date on which this image recipe was created."
}
]
},
"tags": {
"allOf": [
{
"$ref": "#/components/schemas/TagMap"
},
{
"description": "The tags of the image recipe."
}
]
},
"workingDirectory": {
"allOf": [
{
"$ref": "#/components/schemas/NonEmptyString"
},
{
"description": "The working directory to be used during build and test workflows."
}
]
},
"additionalInstanceConfiguration": {
"allOf": [
{
"$ref": "#/components/schemas/AdditionalInstanceConfiguration"
},
{
"description": "Before you create a new AMI, Image Builder launches temporary Amazon EC2 instances to build and test your image configuration. Instance configuration adds a layer of control over those instances. You can define settings and add scripts to run when an instance is launched from your AMI."
}
]
}
}
}
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/ec2-image-builder-image-recipe"
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.