amazonka-compute-optimizer-2.0: Amazon Compute Optimizer SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.ComputeOptimizer.Types.AutoScalingGroupRecommendation

Description

 
Synopsis

Documentation

data AutoScalingGroupRecommendation Source #

Describes an Auto Scaling group recommendation.

See: newAutoScalingGroupRecommendation smart constructor.

Constructors

AutoScalingGroupRecommendation' 

Fields

  • accountId :: Maybe Text

    The Amazon Web Services account ID of the Auto Scaling group.

  • autoScalingGroupArn :: Maybe Text

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

  • autoScalingGroupName :: Maybe Text

    The name of the Auto Scaling group.

  • currentConfiguration :: Maybe AutoScalingGroupConfiguration

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

  • currentPerformanceRisk :: Maybe 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.

  • effectiveRecommendationPreferences :: Maybe EffectiveRecommendationPreferences

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

  • finding :: Maybe 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 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.
  • inferredWorkloadTypes :: Maybe [InferredWorkloadType]

    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.
  • lastRefreshTimestamp :: Maybe POSIX

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

  • lookBackPeriodInDays :: Maybe Double

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

  • recommendationOptions :: Maybe [AutoScalingGroupRecommendationOption]

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

  • utilizationMetrics :: Maybe [UtilizationMetric]

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

Instances

Instances details
FromJSON AutoScalingGroupRecommendation Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.AutoScalingGroupRecommendation

Generic AutoScalingGroupRecommendation Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.AutoScalingGroupRecommendation

Associated Types

type Rep AutoScalingGroupRecommendation :: Type -> Type #

Read AutoScalingGroupRecommendation Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.AutoScalingGroupRecommendation

Show AutoScalingGroupRecommendation Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.AutoScalingGroupRecommendation

NFData AutoScalingGroupRecommendation Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.AutoScalingGroupRecommendation

Eq AutoScalingGroupRecommendation Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.AutoScalingGroupRecommendation

Hashable AutoScalingGroupRecommendation Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.AutoScalingGroupRecommendation

type Rep AutoScalingGroupRecommendation Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.AutoScalingGroupRecommendation

type Rep AutoScalingGroupRecommendation = D1 ('MetaData "AutoScalingGroupRecommendation" "Amazonka.ComputeOptimizer.Types.AutoScalingGroupRecommendation" "amazonka-compute-optimizer-2.0-5JAMFRZoNrnJ0UCJqIgHbk" 'False) (C1 ('MetaCons "AutoScalingGroupRecommendation'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "accountId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "autoScalingGroupArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "autoScalingGroupName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 ('MetaSel ('Just "currentConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AutoScalingGroupConfiguration)) :*: (S1 ('MetaSel ('Just "currentPerformanceRisk") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe CurrentPerformanceRisk)) :*: S1 ('MetaSel ('Just "effectiveRecommendationPreferences") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe EffectiveRecommendationPreferences))))) :*: ((S1 ('MetaSel ('Just "finding") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Finding)) :*: (S1 ('MetaSel ('Just "inferredWorkloadTypes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [InferredWorkloadType])) :*: S1 ('MetaSel ('Just "lastRefreshTimestamp") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)))) :*: (S1 ('MetaSel ('Just "lookBackPeriodInDays") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Double)) :*: (S1 ('MetaSel ('Just "recommendationOptions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [AutoScalingGroupRecommendationOption])) :*: S1 ('MetaSel ('Just "utilizationMetrics") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [UtilizationMetric])))))))

newAutoScalingGroupRecommendation :: AutoScalingGroupRecommendation Source #

Create a value of AutoScalingGroupRecommendation with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:accountId:AutoScalingGroupRecommendation', autoScalingGroupRecommendation_accountId - The Amazon Web Services account ID of the Auto Scaling group.

$sel:autoScalingGroupArn:AutoScalingGroupRecommendation', autoScalingGroupRecommendation_autoScalingGroupArn - The Amazon Resource Name (ARN) of the Auto Scaling group.

$sel:autoScalingGroupName:AutoScalingGroupRecommendation', autoScalingGroupRecommendation_autoScalingGroupName - The name of the Auto Scaling group.

$sel:currentConfiguration:AutoScalingGroupRecommendation', autoScalingGroupRecommendation_currentConfiguration - An array of objects that describe the current configuration of the Auto Scaling group.

$sel:currentPerformanceRisk:AutoScalingGroupRecommendation', autoScalingGroupRecommendation_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.

$sel:effectiveRecommendationPreferences:AutoScalingGroupRecommendation', autoScalingGroupRecommendation_effectiveRecommendationPreferences - An object that describes the effective recommendation preferences for the Auto Scaling group.

$sel:finding:AutoScalingGroupRecommendation', autoScalingGroupRecommendation_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 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.

AutoScalingGroupRecommendation, autoScalingGroupRecommendation_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.

$sel:lastRefreshTimestamp:AutoScalingGroupRecommendation', autoScalingGroupRecommendation_lastRefreshTimestamp - The timestamp of when the Auto Scaling group recommendation was last generated.

$sel:lookBackPeriodInDays:AutoScalingGroupRecommendation', autoScalingGroupRecommendation_lookBackPeriodInDays - The number of days for which utilization metrics were analyzed for the Auto Scaling group.

$sel:recommendationOptions:AutoScalingGroupRecommendation', autoScalingGroupRecommendation_recommendationOptions - An array of objects that describe the recommendation options for the Auto Scaling group.

$sel:utilizationMetrics:AutoScalingGroupRecommendation', autoScalingGroupRecommendation_utilizationMetrics - An array of objects that describe the utilization metrics of the Auto Scaling group.

autoScalingGroupRecommendation_accountId :: Lens' AutoScalingGroupRecommendation (Maybe Text) Source #

The Amazon Web Services account ID of the Auto Scaling group.

autoScalingGroupRecommendation_autoScalingGroupArn :: Lens' AutoScalingGroupRecommendation (Maybe Text) Source #

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

autoScalingGroupRecommendation_currentConfiguration :: Lens' AutoScalingGroupRecommendation (Maybe AutoScalingGroupConfiguration) Source #

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

autoScalingGroupRecommendation_currentPerformanceRisk :: Lens' AutoScalingGroupRecommendation (Maybe CurrentPerformanceRisk) Source #

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.

autoScalingGroupRecommendation_effectiveRecommendationPreferences :: Lens' AutoScalingGroupRecommendation (Maybe EffectiveRecommendationPreferences) Source #

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

autoScalingGroupRecommendation_finding :: Lens' AutoScalingGroupRecommendation (Maybe Finding) Source #

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.

autoScalingGroupRecommendation_inferredWorkloadTypes :: Lens' AutoScalingGroupRecommendation (Maybe [InferredWorkloadType]) Source #

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.

autoScalingGroupRecommendation_lastRefreshTimestamp :: Lens' AutoScalingGroupRecommendation (Maybe UTCTime) Source #

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

autoScalingGroupRecommendation_lookBackPeriodInDays :: Lens' AutoScalingGroupRecommendation (Maybe Double) Source #

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

autoScalingGroupRecommendation_recommendationOptions :: Lens' AutoScalingGroupRecommendation (Maybe [AutoScalingGroupRecommendationOption]) Source #

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

autoScalingGroupRecommendation_utilizationMetrics :: Lens' AutoScalingGroupRecommendation (Maybe [UtilizationMetric]) Source #

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