{ "$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:
NotOptimized \u2014An Auto Scaling group is considered not optimized when Compute Optimizer identifies a recommendation that can provide better performance for your workload.
Optimized \u2014An Auto Scaling group is considered optimized when Compute Optimizer determines that the group is correctly provisioned to run your workload based on the chosen instance type. For optimized resources, Compute Optimizer might recommend a new generation instance type.
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:
AmazonEmr - Infers that Amazon EMR might be running on the instances.
ApacheCassandra - Infers that Apache Cassandra might be running on the instances.
ApacheHadoop - Infers that Apache Hadoop might be running on the instances.
Memcached - Infers that Memcached might be running on the instances.
NGINX - Infers that NGINX might be running on the instances.
PostgreSql - Infers that PostgreSQL might be running on the instances.
Redis - Infers that Redis might be running on the instances.
Kafka - Infers that Kafka might be running on the instance.
SQLServer - Infers that SQLServer might be running on the instance.