{
  "Groups": [
    {
      "GroupName": "string",
      "GroupId": "string"
    },
    {
      "GroupName": "string",
      "GroupId": "string"
    },
    {
      "GroupName": "string",
      "GroupId": "string"
    },
    {
      "GroupName": "string",
      "GroupId": "string"
    }
  ],
  "BlockDeviceMappings": [
    {
      "DeviceName": "string",
      "Ebs": {
        "AttachTime": "string",
        "DeleteOnTermination": true,
        "Status": "attaching",
        "VolumeId": "string"
      }
    },
    {
      "DeviceName": "string",
      "Ebs": {
        "AttachTime": "string",
        "DeleteOnTermination": false,
        "Status": "attached",
        "VolumeId": "string"
      }
    }
  ],
  "DisableApiTermination": {
    "Value": false
  },
  "EnaSupport": {
    "Value": true
  },
  "EbsOptimized": {
    "Value": false
  },
  "InstanceId": "string",
  "InstanceInitiatedShutdownBehavior": {
    "Value": "string"
  },
  "InstanceType": {
    "Value": "string"
  },
  "KernelId": {
    "Value": "string"
  },
  "ProductCodes": [
    {
      "ProductCodeId": "string",
      "ProductCodeType": "marketplace"
    },
    {
      "ProductCodeId": "string",
      "ProductCodeType": "marketplace"
    }
  ],
  "RamdiskId": {
    "Value": "string"
  },
  "RootDeviceName": {
    "Value": "string"
  },
  "SourceDestCheck": {
    "Value": false
  },
  "SriovNetSupport": {
    "Value": "string"
  },
  "UserData": {
    "Value": "string"
  }
}