Amazon Compute Optimizer · Example Payload

Compute Optimizer Service Configuration Example

Cost OptimizationFinOpsMachine LearningResource Recommendations

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

Top-level fields

memorycpucontainerConfigurationsautoScalingConfigurationtaskDefinitionArn

Example Payload

Raw ↑
{
  "memory": "example-string",
  "cpu": "example-string",
  "containerConfigurations": "example-string",
  "autoScalingConfiguration": "example-string",
  "taskDefinitionArn": "arn:aws:ec2:us-east-1:123456789012:instance/i-1234567890abcdef0"
}