Amazon Compute Optimizer · Example Payload

Compute Optimizer Volume Configuration Example

Cost OptimizationFinOpsMachine LearningResource Recommendations

Compute Optimizer Volume Configuration Example is an example object payload from Amazon Compute Optimizer, with 7 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

volumeTypevolumeSizevolumeBaselineIOPSvolumeBurstIOPSvolumeBaselineThroughputvolumeBurstThroughputrootVolume

Example Payload

Raw ↑
{
  "volumeType": "ec2",
  "volumeSize": "example-string",
  "volumeBaselineIOPS": "example-string",
  "volumeBurstIOPS": "example-string",
  "volumeBaselineThroughput": "example-string",
  "volumeBurstThroughput": "example-string",
  "rootVolume": "example-string"
}