Class: Aws::ComputeOptimizer::Types::AutoScalingGroupRecommendation
- Inherits:
-
Struct
- Object
- Struct
- Aws::ComputeOptimizer::Types::AutoScalingGroupRecommendation
- Defined in:
- gems/aws-sdk-computeoptimizer/lib/aws-sdk-computeoptimizer/types.rb
Overview
Describes an Auto Scaling group recommendation.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#account_id ⇒ String
The Amazon Web Services account ID of the Auto Scaling group.
-
#auto_scaling_group_arn ⇒ String
The Amazon Resource Name (ARN) of the Auto Scaling group.
-
#auto_scaling_group_name ⇒ String
The name of the Auto Scaling group.
-
#current_configuration ⇒ Types::AutoScalingGroupConfiguration
An array of objects that describe the current configuration of the Auto Scaling group.
-
#current_instance_gpu_info ⇒ Types::GpuInfo
Describes the GPU accelerator settings for the current instance type of the Auto Scaling group.
-
#current_performance_risk ⇒ String
The risk of the current Auto Scaling group not meeting the performance needs of its workloads.
-
#effective_recommendation_preferences ⇒ Types::EffectiveRecommendationPreferences
An object that describes the effective recommendation preferences for the Auto Scaling group.
-
#finding ⇒ String
The finding classification of the Auto Scaling group.
-
#inferred_workload_types ⇒ Array<String>
The applications that might be running on the instances in the Auto Scaling group as inferred by Compute Optimizer.
-
#last_refresh_timestamp ⇒ Time
The timestamp of when the Auto Scaling group recommendation was last generated.
-
#look_back_period_in_days ⇒ Float
The number of days for which utilization metrics were analyzed for the Auto Scaling group.
-
#recommendation_options ⇒ Array<Types::AutoScalingGroupRecommendationOption>
An array of objects that describe the recommendation options for the Auto Scaling group.
-
#utilization_metrics ⇒ Array<Types::UtilizationMetric>
An array of objects that describe the utilization metrics of the Auto Scaling group.
Instance Attribute Details
#account_id ⇒ String
The Amazon Web Services account ID of the Auto Scaling group.
221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 |
# File 'gems/aws-sdk-computeoptimizer/lib/aws-sdk-computeoptimizer/types.rb', line 221 class AutoScalingGroupRecommendation < Struct.new( :account_id, :auto_scaling_group_arn, :auto_scaling_group_name, :finding, :utilization_metrics, :look_back_period_in_days, :current_configuration, :current_instance_gpu_info, :recommendation_options, :last_refresh_timestamp, :current_performance_risk, :effective_recommendation_preferences, :inferred_workload_types) SENSITIVE = [] include Aws::Structure end |
#auto_scaling_group_arn ⇒ String
The Amazon Resource Name (ARN) of the Auto Scaling group.
221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 |
# File 'gems/aws-sdk-computeoptimizer/lib/aws-sdk-computeoptimizer/types.rb', line 221 class AutoScalingGroupRecommendation < Struct.new( :account_id, :auto_scaling_group_arn, :auto_scaling_group_name, :finding, :utilization_metrics, :look_back_period_in_days, :current_configuration, :current_instance_gpu_info, :recommendation_options, :last_refresh_timestamp, :current_performance_risk, :effective_recommendation_preferences, :inferred_workload_types) SENSITIVE = [] include Aws::Structure end |
#auto_scaling_group_name ⇒ String
The name of the Auto Scaling group.
221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 |
# File 'gems/aws-sdk-computeoptimizer/lib/aws-sdk-computeoptimizer/types.rb', line 221 class AutoScalingGroupRecommendation < Struct.new( :account_id, :auto_scaling_group_arn, :auto_scaling_group_name, :finding, :utilization_metrics, :look_back_period_in_days, :current_configuration, :current_instance_gpu_info, :recommendation_options, :last_refresh_timestamp, :current_performance_risk, :effective_recommendation_preferences, :inferred_workload_types) SENSITIVE = [] include Aws::Structure end |
#current_configuration ⇒ Types::AutoScalingGroupConfiguration
An array of objects that describe the current configuration of the Auto Scaling group.
221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 |
# File 'gems/aws-sdk-computeoptimizer/lib/aws-sdk-computeoptimizer/types.rb', line 221 class AutoScalingGroupRecommendation < Struct.new( :account_id, :auto_scaling_group_arn, :auto_scaling_group_name, :finding, :utilization_metrics, :look_back_period_in_days, :current_configuration, :current_instance_gpu_info, :recommendation_options, :last_refresh_timestamp, :current_performance_risk, :effective_recommendation_preferences, :inferred_workload_types) SENSITIVE = [] include Aws::Structure end |
#current_instance_gpu_info ⇒ Types::GpuInfo
Describes the GPU accelerator settings for the current instance type of the Auto Scaling group.
221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 |
# File 'gems/aws-sdk-computeoptimizer/lib/aws-sdk-computeoptimizer/types.rb', line 221 class AutoScalingGroupRecommendation < Struct.new( :account_id, :auto_scaling_group_arn, :auto_scaling_group_name, :finding, :utilization_metrics, :look_back_period_in_days, :current_configuration, :current_instance_gpu_info, :recommendation_options, :last_refresh_timestamp, :current_performance_risk, :effective_recommendation_preferences, :inferred_workload_types) SENSITIVE = [] include Aws::Structure end |
#current_performance_risk ⇒ String
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.
221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 |
# File 'gems/aws-sdk-computeoptimizer/lib/aws-sdk-computeoptimizer/types.rb', line 221 class AutoScalingGroupRecommendation < Struct.new( :account_id, :auto_scaling_group_arn, :auto_scaling_group_name, :finding, :utilization_metrics, :look_back_period_in_days, :current_configuration, :current_instance_gpu_info, :recommendation_options, :last_refresh_timestamp, :current_performance_risk, :effective_recommendation_preferences, :inferred_workload_types) SENSITIVE = [] include Aws::Structure end |
#effective_recommendation_preferences ⇒ Types::EffectiveRecommendationPreferences
An object that describes the effective recommendation preferences for the Auto Scaling group.
221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 |
# File 'gems/aws-sdk-computeoptimizer/lib/aws-sdk-computeoptimizer/types.rb', line 221 class AutoScalingGroupRecommendation < Struct.new( :account_id, :auto_scaling_group_arn, :auto_scaling_group_name, :finding, :utilization_metrics, :look_back_period_in_days, :current_configuration, :current_instance_gpu_info, :recommendation_options, :last_refresh_timestamp, :current_performance_risk, :effective_recommendation_preferences, :inferred_workload_types) SENSITIVE = [] include Aws::Structure end |
#finding ⇒ String
The finding classification of the Auto Scaling group.
Findings for Auto Scaling groups include:
NotOptimized
—An Auto Scaling group is considered not optimized when 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.
221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 |
# File 'gems/aws-sdk-computeoptimizer/lib/aws-sdk-computeoptimizer/types.rb', line 221 class AutoScalingGroupRecommendation < Struct.new( :account_id, :auto_scaling_group_arn, :auto_scaling_group_name, :finding, :utilization_metrics, :look_back_period_in_days, :current_configuration, :current_instance_gpu_info, :recommendation_options, :last_refresh_timestamp, :current_performance_risk, :effective_recommendation_preferences, :inferred_workload_types) SENSITIVE = [] include Aws::Structure end |
#inferred_workload_types ⇒ Array<String>
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.
221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 |
# File 'gems/aws-sdk-computeoptimizer/lib/aws-sdk-computeoptimizer/types.rb', line 221 class AutoScalingGroupRecommendation < Struct.new( :account_id, :auto_scaling_group_arn, :auto_scaling_group_name, :finding, :utilization_metrics, :look_back_period_in_days, :current_configuration, :current_instance_gpu_info, :recommendation_options, :last_refresh_timestamp, :current_performance_risk, :effective_recommendation_preferences, :inferred_workload_types) SENSITIVE = [] include Aws::Structure end |
#last_refresh_timestamp ⇒ Time
The timestamp of when the Auto Scaling group recommendation was last generated.
221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 |
# File 'gems/aws-sdk-computeoptimizer/lib/aws-sdk-computeoptimizer/types.rb', line 221 class AutoScalingGroupRecommendation < Struct.new( :account_id, :auto_scaling_group_arn, :auto_scaling_group_name, :finding, :utilization_metrics, :look_back_period_in_days, :current_configuration, :current_instance_gpu_info, :recommendation_options, :last_refresh_timestamp, :current_performance_risk, :effective_recommendation_preferences, :inferred_workload_types) SENSITIVE = [] include Aws::Structure end |
#look_back_period_in_days ⇒ Float
The number of days for which utilization metrics were analyzed for the Auto Scaling group.
221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 |
# File 'gems/aws-sdk-computeoptimizer/lib/aws-sdk-computeoptimizer/types.rb', line 221 class AutoScalingGroupRecommendation < Struct.new( :account_id, :auto_scaling_group_arn, :auto_scaling_group_name, :finding, :utilization_metrics, :look_back_period_in_days, :current_configuration, :current_instance_gpu_info, :recommendation_options, :last_refresh_timestamp, :current_performance_risk, :effective_recommendation_preferences, :inferred_workload_types) SENSITIVE = [] include Aws::Structure end |
#recommendation_options ⇒ Array<Types::AutoScalingGroupRecommendationOption>
An array of objects that describe the recommendation options for the Auto Scaling group.
221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 |
# File 'gems/aws-sdk-computeoptimizer/lib/aws-sdk-computeoptimizer/types.rb', line 221 class AutoScalingGroupRecommendation < Struct.new( :account_id, :auto_scaling_group_arn, :auto_scaling_group_name, :finding, :utilization_metrics, :look_back_period_in_days, :current_configuration, :current_instance_gpu_info, :recommendation_options, :last_refresh_timestamp, :current_performance_risk, :effective_recommendation_preferences, :inferred_workload_types) SENSITIVE = [] include Aws::Structure end |
#utilization_metrics ⇒ Array<Types::UtilizationMetric>
An array of objects that describe the utilization metrics of the Auto Scaling group.
221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 |
# File 'gems/aws-sdk-computeoptimizer/lib/aws-sdk-computeoptimizer/types.rb', line 221 class AutoScalingGroupRecommendation < Struct.new( :account_id, :auto_scaling_group_arn, :auto_scaling_group_name, :finding, :utilization_metrics, :look_back_period_in_days, :current_configuration, :current_instance_gpu_info, :recommendation_options, :last_refresh_timestamp, :current_performance_risk, :effective_recommendation_preferences, :inferred_workload_types) SENSITIVE = [] include Aws::Structure end |