Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

AutoScalingGroupRecommendation

import type { AutoScalingGroupRecommendation } from "https://aws-api.deno.dev/v0.4/services/computeoptimizer.ts?docs=full";

Describes an Auto Scaling group recommendation.

interface AutoScalingGroupRecommendation {
accountId?: string | null;
autoScalingGroupArn?: string | null;
autoScalingGroupName?: string | null;
currentConfiguration?: AutoScalingGroupConfiguration | null;
currentPerformanceRisk?: CurrentPerformanceRisk | null;
effectiveRecommendationPreferences?: EffectiveRecommendationPreferences | null;
finding?: Finding | null;
inferredWorkloadTypes?: InferredWorkloadType[] | null;
lastRefreshTimestamp?: Date | number | null;
lookBackPeriodInDays?: number | null;
recommendationOptions?: AutoScalingGroupRecommendationOption[] | null;
utilizationMetrics?: UtilizationMetric[] | null;
}

§Properties

§
accountId?: string | null
[src]

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

§
autoScalingGroupArn?: string | null
[src]

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

§
autoScalingGroupName?: string | null
[src]

The name of the Auto Scaling group.

§
currentConfiguration?: AutoScalingGroupConfiguration | null
[src]

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

§
currentPerformanceRisk?: CurrentPerformanceRisk | null
[src]

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?: EffectiveRecommendationPreferences | null
[src]

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

§
finding?: Finding | null
[src]

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?: InferredWorkloadType[] | null
[src]

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?: Date | number | null
[src]

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

§
lookBackPeriodInDays?: number | null
[src]

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

§
recommendationOptions?: AutoScalingGroupRecommendationOption[] | null
[src]

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

§
utilizationMetrics?: UtilizationMetric[] | null
[src]

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