Amazon Snow Family · JSON Structure

Amazon Snow Family Ec2 Ami Resource Structure

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: object Properties: 2 Required: 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.

Properties

AmiId SnowballAmiId

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "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"
  ]
}