AutoScalingGroupRecommendation - AWS Compute Optimizer

AutoScalingGroupRecommendation

Describes an Auto Scaling group recommendation.

Contents

accountId

The AWS account ID of the Auto Scaling group.

Type: String

Required: No

autoScalingGroupArn

The Amazon Resource Name (ARN) of the Auto Scaling group.

Type: String

Required: No

autoScalingGroupName

The name of the Auto Scaling group.

Type: String

Required: No

currentConfiguration

An array of objects that describe the current configuration of the Auto Scaling group.

Type: AutoScalingGroupConfiguration object

Required: No

currentInstanceGpuInfo

Describes the GPU accelerator settings for the current instance type of the Auto Scaling group.

Type: GpuInfo object

Required: No

currentPerformanceRisk

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.

Type: String

Valid Values: VeryLow | Low | Medium | High

Required: No

effectiveRecommendationPreferences

An object that describes the effective recommendation preferences for the Auto Scaling group.

Type: EffectiveRecommendationPreferences object

Required: No

finding

The finding classification of the Auto Scaling group.

Findings for Auto Scaling groups include:

  • NotOptimized —An Auto Scaling group is considered not optimized when AWS Compute Optimizer identifies a recommendation that can provide better performance for your workload.

  • Optimized —An 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.

Type: String

Valid Values: Underprovisioned | Overprovisioned | Optimized | NotOptimized

Required: No

inferredWorkloadTypes

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.

Type: Array of strings

Valid Values: AmazonEmr | ApacheCassandra | ApacheHadoop | Memcached | Nginx | PostgreSql | Redis | Kafka | SQLServer

Required: No

lastRefreshTimestamp

The timestamp of when the Auto Scaling group recommendation was last generated.

Type: Timestamp

Required: No

lookBackPeriodInDays

The number of days for which utilization metrics were analyzed for the Auto Scaling group.

Type: Double

Required: No

recommendationOptions

An array of objects that describe the recommendation options for the Auto Scaling group.

Type: Array of AutoScalingGroupRecommendationOption objects

Required: No

utilizationMetrics

An array of objects that describe the utilization metrics of the Auto Scaling group.

Type: Array of UtilizationMetric objects

Required: No

See Also

For more information about using this API in one of the language-specific AWS SDKs, see the following: