A JSON-formatted object that contains the IDs for an Amazon Machine Image (AMI), including the Amazon EC2-compatible AMI ID and the Snow device AMI ID. Each AMI has these two IDs to simplify identifying the AMI in both the Amazon Web Services Cloud and on the device.
Type: objectProperties: 2Required: 1
Data MigrationEdge ComputingOffline TransferPhysical Appliance
Ec2AmiResource is a JSON Structure definition published by Amazon Snow Family, describing 2 properties, of which 1 is required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.
{
"type": "object",
"$schema": "https://json-structure.org/meta/core/v0/#",
"$id": "https://raw.githubusercontent.com/api-evangelist/amazon-snow-family/refs/heads/main/json-structure/amazon-snow-family-ec2-ami-resource-structure.json",
"name": "Ec2AmiResource",
"description": "A JSON-formatted object that contains the IDs for an Amazon Machine Image (AMI), including the Amazon EC2-compatible AMI ID and the Snow device AMI ID. Each AMI has these two IDs to simplify identifying the AMI in both the Amazon Web Services Cloud and on the device.",
"properties": {
"AmiId": {
"allOf": [
{
"$ref": "#/components/schemas/AmiId"
},
{
"description": "The ID of the AMI in Amazon EC2."
}
]
},
"SnowballAmiId": {
"allOf": [
{
"$ref": "#/components/schemas/String"
},
{
"description": "The ID of the AMI on the Snow device."
}
]
}
},
"required": [
"AmiId"
]
}
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.