Amazon EC2 · Example Payload

Amazon Ec2 Instance Example

Cloud ComputingComputeIaaSInfrastructureVirtual Machines

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

Top-level fields

instanceIdinstanceTypeimageIdinstanceState

Example Payload

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