Amazon Inspector · Schema
AwsEc2InstanceDetails
Details of the Amazon EC2 instance involved in a finding.
ComplianceContainer SecurityEC2LambdaSecurityVulnerability Scanning
Properties
| Name | Type | Description |
|---|---|---|
| iamInstanceProfileArn | object | |
| imageId | object | |
| ipV4Addresses | object | |
| ipV6Addresses | object | |
| keyName | object | |
| launchedAt | object | |
| platform | object | |
| subnetId | object | |
| type | object | |
| vpcId | object |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://raw.githubusercontent.com/api-evangelist/amazon-inspector/refs/heads/main/json-schema/inspector-aws-ec2-instance-details-schema.json",
"title": "AwsEc2InstanceDetails",
"description": "Details of the Amazon EC2 instance involved in a finding.",
"type": "object",
"properties": {
"iamInstanceProfileArn": {
"allOf": [
{
"$ref": "#/components/schemas/NonEmptyString"
},
{
"description": "The IAM instance profile ARN of the Amazon EC2 instance."
}
]
},
"imageId": {
"allOf": [
{
"$ref": "#/components/schemas/NonEmptyString"
},
{
"description": "The image ID of the Amazon EC2 instance."
}
]
},
"ipV4Addresses": {
"allOf": [
{
"$ref": "#/components/schemas/IpV4AddressList"
},
{
"description": "The IPv4 addresses of the Amazon EC2 instance."
}
]
},
"ipV6Addresses": {
"allOf": [
{
"$ref": "#/components/schemas/IpV6AddressList"
},
{
"description": "The IPv6 addresses of the Amazon EC2 instance."
}
]
},
"keyName": {
"allOf": [
{
"$ref": "#/components/schemas/NonEmptyString"
},
{
"description": "The name of the key pair used to launch the Amazon EC2 instance."
}
]
},
"launchedAt": {
"allOf": [
{
"$ref": "#/components/schemas/DateTimeTimestamp"
},
{
"description": "The date and time the Amazon EC2 instance was launched at."
}
]
},
"platform": {
"allOf": [
{
"$ref": "#/components/schemas/Platform"
},
{
"description": "The platform of the Amazon EC2 instance."
}
]
},
"subnetId": {
"allOf": [
{
"$ref": "#/components/schemas/NonEmptyString"
},
{
"description": "The subnet ID of the Amazon EC2 instance."
}
]
},
"type": {
"allOf": [
{
"$ref": "#/components/schemas/NonEmptyString"
},
{
"description": "The type of the Amazon EC2 instance."
}
]
},
"vpcId": {
"allOf": [
{
"$ref": "#/components/schemas/NonEmptyString"
},
{
"description": "The VPC ID of the Amazon EC2 instance."
}
]
}
}
}
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/inspector-aws-ec2-instance-details"
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.