{ "$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-auto-scaling-group-recommendation-structure.json", "name": "AutoScalingGroupRecommendation", "description": "Describes an Auto Scaling group recommendation.", "type": "object", "properties": { "accountId": { "allOf": [ { "$ref": "#/components/schemas/AccountId" }, { "description": "The Amazon Web Services account ID of the Auto Scaling group." } ] }, "autoScalingGroupArn": { "allOf": [ { "$ref": "#/components/schemas/AutoScalingGroupArn" }, { "description": "The Amazon Resource Name (ARN) of the Auto Scaling group." } ] }, "autoScalingGroupName": { "allOf": [ { "$ref": "#/components/schemas/AutoScalingGroupName" }, { "description": "The name of the Auto Scaling group." } ] }, "finding": { "allOf": [ { "$ref": "#/components/schemas/Finding" }, { "description": "

The finding classification of the Auto Scaling group.

Findings for Auto Scaling groups include:

" } ] }, "utilizationMetrics": { "allOf": [ { "$ref": "#/components/schemas/UtilizationMetrics" }, { "description": "An array of objects that describe the utilization metrics of the Auto Scaling group." } ] }, "lookBackPeriodInDays": { "allOf": [ { "$ref": "#/components/schemas/LookBackPeriodInDays" }, { "description": "The number of days for which utilization metrics were analyzed for the Auto Scaling group." } ] }, "currentConfiguration": { "allOf": [ { "$ref": "#/components/schemas/AutoScalingGroupConfiguration" }, { "description": "An array of objects that describe the current configuration of the Auto Scaling group." } ] }, "recommendationOptions": { "allOf": [ { "$ref": "#/components/schemas/AutoScalingGroupRecommendationOptions" }, { "description": "An array of objects that describe the recommendation options for the Auto Scaling group." } ] }, "lastRefreshTimestamp": { "allOf": [ { "$ref": "#/components/schemas/LastRefreshTimestamp" }, { "description": "The timestamp of when the Auto Scaling group recommendation was last generated." } ] }, "currentPerformanceRisk": { "allOf": [ { "$ref": "#/components/schemas/CurrentPerformanceRisk" }, { "description": "The risk of the current Auto Scaling group not meeting the performance needs of its workloads. The higher the risk, the more likely the current Auto Scaling group configuration has insufficient capacity and cannot meet workload requirements." } ] }, "effectiveRecommendationPreferences": { "allOf": [ { "$ref": "#/components/schemas/EffectiveRecommendationPreferences" }, { "description": "An object that describes the effective recommendation preferences for the Auto Scaling group." } ] }, "inferredWorkloadTypes": { "allOf": [ { "$ref": "#/components/schemas/InferredWorkloadTypes" }, { "description": "

The applications that might be running on the instances in the Auto Scaling group as inferred by Compute Optimizer.

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

" } ] } } }