class Aws::ComputeOptimizer::Types::AutoScalingGroupRecommendationOption

Describes a recommendation option for an Auto Scaling group.

@!attribute [rw] configuration

An array of objects that describe an Auto Scaling group
configuration.
@return [Types::AutoScalingGroupConfiguration]

@!attribute [rw] projected_utilization_metrics

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

<note markdown="1"> The `Cpu` and `Memory` metrics are the only projected utilization
metrics returned. Additionally, the `Memory` metric is returned only
for resources that have the unified CloudWatch agent installed on
them. For more information, see [Enabling Memory Utilization with
the CloudWatch Agent][1].

 </note>

[1]: https://docs.aws.amazon.com/compute-optimizer/latest/ug/metrics.html#cw-agent
@return [Array<Types::UtilizationMetric>]

@!attribute [rw] performance_risk

The performance risk of the Auto Scaling group configuration
recommendation.

Performance risk indicates the likelihood of the recommended
instance type not meeting the resource needs of your workload.
Compute Optimizer calculates an individual performance risk score
for each specification of the recommended instance, including CPU,
memory, EBS throughput, EBS IOPS, disk throughput, disk IOPS,
network throughput, and network PPS. The performance risk of the
recommended instance is calculated as the maximum performance risk
score across the analyzed resource specifications.

The value ranges from `0` - `4`, with `0` meaning that the
recommended resource is predicted to always provide enough hardware
capability. The higher the performance risk is, the more likely you
should validate whether the recommendation will meet the performance
requirements of your workload before migrating your resource.
@return [Float]

@!attribute [rw] rank

The rank of the Auto Scaling group recommendation option.

The top recommendation option is ranked as `1`.
@return [Integer]

@see docs.aws.amazon.com/goto/WebAPI/compute-optimizer-2019-11-01/AutoScalingGroupRecommendationOption AWS API Documentation

Constants

SENSITIVE