Amazon Compute Optimizer · JSON Structure

Compute Optimizer Estimated Monthly Savings Structure

Describes the estimated monthly savings amount possible, based on On-Demand instance pricing, by adopting Compute Optimizer recommendations for a given resource.

For more information, see Estimated monthly savings and savings opportunities in the Compute Optimizer User Guide.

Type: object Properties: 2
Cost OptimizationFinOpsMachine LearningResource Recommendations

EstimatedMonthlySavings is a JSON Structure definition published by Amazon Compute Optimizer, describing 2 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

currency value

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$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-estimated-monthly-savings-structure.json",
  "name": "EstimatedMonthlySavings",
  "description": "<p>Describes the estimated monthly savings amount possible, based on On-Demand instance pricing, by adopting Compute Optimizer recommendations for a given resource.</p> <p>For more information, see <a href=\"https://docs.aws.amazon.com/compute-optimizer/latest/ug/view-ec2-recommendations.html#ec2-savings-calculation\">Estimated monthly savings and savings opportunities</a> in the <i>Compute Optimizer User Guide</i>.</p>",
  "type": "object",
  "properties": {
    "currency": {
      "allOf": [
        {
          "$ref": "#/components/schemas/Currency"
        },
        {
          "description": "The currency of the estimated monthly savings."
        }
      ]
    },
    "value": {
      "allOf": [
        {
          "$ref": "#/components/schemas/Value"
        },
        {
          "description": "The value of the estimated monthly savings."
        }
      ]
    }
  }
}