Application Migration Service Launched Instance Structure

Details about the launched EC2 instance

Type: record Properties: 0
Amazon Application Migration ServiceMigrationLift And ShiftCloud Migration

Application Migration Service Launched Instance Structure is a JSON Structure definition published by Amazon Application Migration Service. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://api-evangelist.github.io/amazon-application-migration-service/json-structure/application-migration-service-launched-instance-structure.json",
  "title": "LaunchedInstance",
  "description": "Details about the launched EC2 instance",
  "type": "record",
  "fields": {
    "ec2InstanceID": {
      "type": "string",
      "description": "EC2 instance ID"
    },
    "jobID": {
      "type": "string",
      "description": "Job ID that launched this instance"
    },
    "firstBoot": {
      "type": "string",
      "description": "First boot status"
    }
  }
}