{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-compute-optimizer/refs/heads/main/json-structure/compute-optimizer-inferred-workload-saving-structure.json", "name": "InferredWorkloadSaving", "description": " The estimated monthly savings after you adjust the configurations of your instances running on the inferred workload types to the recommended configurations. If the inferredWorkloadTypes list contains multiple entries, then the savings are the sum of the monthly savings from instances that run the exact combination of the inferred workload types. ", "type": "object", "properties": { "inferredWorkloadTypes": { "allOf": [ { "$ref": "#/components/schemas/InferredWorkloadTypes" }, { "description": "

The applications that might be running on the instance as inferred by Compute Optimizer.

Compute Optimizer can infer if one of the following applications might be running on the instance:

" } ] }, "estimatedMonthlySavings": { "allOf": [ { "$ref": "#/components/schemas/EstimatedMonthlySavings" }, { "description": "An object that describes the estimated monthly savings amount possible by adopting Compute Optimizer recommendations for a given resource. This is based on the On-Demand instance pricing." } ] } } }