Amazon EC2 · Example Payload

Ec2 Openapi Instance Example

Cloud ComputingComputeIaaSInfrastructureVirtual Machines

Ec2 Openapi Instance 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

instanceIdimageIdinstanceType

Example Payload

Raw ↑
{
  "instanceId": "i-0abc123def456789",
  "imageId": "ami-0abc123def456789",
  "instanceType": "standard"
}