You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::ComputeOptimizer::Types::InstanceRecommendationOption

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Describes a recommendation option for an Amazon EC2 instance.

Instance Attribute Summary collapse

Instance Attribute Details

#instance_typeString

The instance type of the instance recommendation.

Returns:

  • (String)

    The instance type of the instance recommendation.

#performance_riskFloat

The performance risk of the instance recommendation option.

Performance risk is the likelihood of the recommended instance type not meeting the performance requirement of your workload.

The lowest performance risk is categorized as 0, and the highest as 5.

Returns:

  • (Float)

    The performance risk of the instance recommendation option.

#projected_utilization_metricsArray<Types::UtilizationMetric>

An array of objects that describe the projected utilization metrics of the instance recommendation option.

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.

Returns:

  • (Array<Types::UtilizationMetric>)

    An array of objects that describe the projected utilization metrics of the instance recommendation option.

#rankInteger

The rank of the instance recommendation option.

The top recommendation option is ranked as 1.

Returns:

  • (Integer)

    The rank of the instance recommendation option.