AWS::ApplicationAutoScaling::ScalingPolicy PredictiveScalingPredefinedScalingMetric - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

AWS::ApplicationAutoScaling::ScalingPolicy PredictiveScalingPredefinedScalingMetric

Describes a scaling metric for a predictive scaling policy.

When returned in the output of DescribePolicies, it indicates that a predictive scaling policy uses individually specified load and scaling metrics instead of a metric pair.

The following predefined metrics are available for predictive scaling:

  • ECSServiceAverageCPUUtilization

  • ECSServiceAverageMemoryUtilization

  • ECSServiceCPUUtilization

  • ECSServiceMemoryUtilization

  • ECSServiceTotalCPUUtilization

  • ECSServiceTotalMemoryUtilization

  • ALBRequestCount

  • ALBRequestCountPerTarget

  • TotalALBRequestCount

Syntax

To declare this entity in your Amazon CloudFormation template, use the following syntax:

JSON

{ "PredefinedMetricType" : String, "ResourceLabel" : String }

YAML

PredefinedMetricType: String ResourceLabel: String

Properties

PredefinedMetricType

The metric type.

Required: Yes

Type: String

Minimum: 1

Maximum: 128

Update requires: No interruption

ResourceLabel

A label that uniquely identifies a specific target group from which to determine the average request count.

Required: No

Type: String

Minimum: 1

Maximum: 1023

Update requires: No interruption