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
- Struct
- Aws::ComputeOptimizer::Types::InstanceRecommendationOption
- Defined in:
- (unknown)
Overview
Describes a recommendation option for an Amazon EC2 instance.
Instance Attribute Summary collapse
-
#instance_type ⇒ String
The instance type of the instance recommendation.
-
#performance_risk ⇒ Float
The performance risk of the instance recommendation option.
-
#projected_utilization_metrics ⇒ Array<Types::UtilizationMetric>
An array of objects that describe the projected utilization metrics of the instance recommendation option.
-
#rank ⇒ Integer
The rank of the instance recommendation option.
Instance Attribute Details
#instance_type ⇒ String
The instance type of the instance recommendation.
#performance_risk ⇒ Float
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
.
#projected_utilization_metrics ⇒ Array<Types::UtilizationMetric>
An array of objects that describe the projected utilization metrics of the instance recommendation option.
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.
#rank ⇒ Integer
The rank of the instance recommendation option.
The top recommendation option is ranked as 1
.