Amazon EC2 · Example Payload

Ec2 Openapi Run Instances Response Example

Cloud ComputingComputeIaaSInfrastructureVirtual Machines

Ec2 Openapi Run Instances Response Example is an example object payload from Amazon EC2, with 3 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

reservationIdownerIdinstances

Example Payload

Raw ↑
{
  "reservationId": "example-id-2686",
  "ownerId": "example-id-5758",
  "instances": [
    "example"
  ]
}