AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.
Name | Description | |
---|---|---|
ApplicationSource |
Represents an application source. |
|
ConcurrentUpdateException |
Concurrent updates caused an exception, for example, if you request an update to a scaling plan that already has a pending update. |
|
CreateScalingPlanRequest |
Container for the parameters to the CreateScalingPlan operation. Creates a scaling plan. |
|
CreateScalingPlanResponse |
This is the response object from the CreateScalingPlan operation. |
|
CustomizedLoadMetricSpecification |
Represents a CloudWatch metric of your choosing that can be used for predictive scaling.
For predictive scaling to work with a customized load metric specification, AWS Auto
Scaling needs access to the
When you choose a load metric, make sure that the required If you publish your own metrics, you can aggregate the data points at a given interval and then publish the aggregated data points to CloudWatch. Before AWS Auto Scaling generates the forecast, it sums up all the metric data points that occurred within each hour to match the granularity period that is used in the forecast (60 minutes). For information about terminology, available metrics, or how to publish new metrics, see Amazon CloudWatch Concepts in the Amazon CloudWatch User Guide. After creating your scaling plan, you can use the AWS Auto Scaling console to visualize forecasts for the specified metric. For more information, see View Scaling Information for a Resource in the AWS Auto Scaling User Guide. |
|
CustomizedScalingMetricSpecification |
Represents a CloudWatch metric of your choosing that can be used for dynamic scaling as part of a target tracking scaling policy. To create your customized scaling metric specification:
For information about terminology, available metrics, or how to publish new metrics, see Amazon CloudWatch Concepts in the Amazon CloudWatch User Guide. |
|
Datapoint |
Represents a single value in the forecast data used for predictive scaling. |
|
DeleteScalingPlanRequest |
Container for the parameters to the DeleteScalingPlan operation. Deletes the specified scaling plan. Deleting a scaling plan deletes the underlying ScalingInstruction for all of the scalable resources that are covered by the plan. If the plan has launched resources or has scaling activities in progress, you must delete those resources separately. |
|
DeleteScalingPlanResponse |
This is the response object from the DeleteScalingPlan operation. |
|
DescribeScalingPlanResourcesRequest |
Container for the parameters to the DescribeScalingPlanResources operation. Describes the scalable resources in the specified scaling plan. |
|
DescribeScalingPlanResourcesResponse |
This is the response object from the DescribeScalingPlanResources operation. |
|
DescribeScalingPlansRequest |
Container for the parameters to the DescribeScalingPlans operation. Describes one or more of your scaling plans. |
|
DescribeScalingPlansResponse |
This is the response object from the DescribeScalingPlans operation. |
|
GetScalingPlanResourceForecastDataRequest |
Container for the parameters to the GetScalingPlanResourceForecastData operation. Retrieves the forecast data for a scalable resource. Capacity forecasts are represented as predicted values, or data points, that are calculated using historical data points from a specified CloudWatch load metric. Data points are available for up to 56 days. |
|
GetScalingPlanResourceForecastDataResponse |
This is the response object from the GetScalingPlanResourceForecastData operation. |
|
InternalServiceException |
The service encountered an internal error. |
|
InvalidNextTokenException |
The token provided is not valid. |
|
LimitExceededException |
Your account exceeded a limit. This exception is thrown when a per-account resource limit is exceeded. |
|
MetricDimension |
Represents a dimension for a customized metric. |
|
ObjectNotFoundException |
The specified object could not be found. |
|
PredefinedLoadMetricSpecification |
Represents a predefined metric that can be used for predictive scaling. After creating your scaling plan, you can use the AWS Auto Scaling console to visualize forecasts for the specified metric. For more information, see View Scaling Information for a Resource in the AWS Auto Scaling User Guide. |
|
PredefinedScalingMetricSpecification |
Represents a predefined metric that can be used for dynamic scaling as part of a target tracking scaling policy. |
|
ScalingInstruction |
Describes a scaling instruction for a scalable resource in a scaling plan. Each scaling instruction applies to one resource. AWS Auto Scaling creates target tracking scaling policies based on the scaling instructions. Target tracking scaling policies adjust the capacity of your scalable resource as required to maintain resource utilization at the target value that you specified. AWS Auto Scaling also configures predictive scaling for your Amazon EC2 Auto Scaling groups using a subset of parameters, including the load metric, the scaling metric, the target value for the scaling metric, the predictive scaling mode (forecast and scale or forecast only), and the desired behavior when the forecast capacity exceeds the maximum capacity of the resource. With predictive scaling, AWS Auto Scaling generates forecasts with traffic predictions for the two days ahead and schedules scaling actions that proactively add and remove resource capacity to match the forecast. We recommend waiting a minimum of 24 hours after creating an Auto Scaling group to configure predictive scaling. At minimum, there must be 24 hours of historical data to generate a forecast. For more information, see Best Practices for AWS Auto Scaling in the AWS Auto Scaling User Guide. |
|
ScalingPlan |
Represents a scaling plan. |
|
ScalingPlanResource |
Represents a scalable resource. |
|
ScalingPolicy |
Represents a scaling policy. |
|
TagFilter |
Represents a tag. |
|
TargetTrackingConfiguration |
Describes a target tracking configuration to use with AWS Auto Scaling. Used with ScalingInstruction and ScalingPolicy. |
|
UpdateScalingPlanRequest |
Container for the parameters to the UpdateScalingPlan operation. Updates the specified scaling plan. You cannot update a scaling plan if it is in the process of being created, updated, or deleted. |
|
UpdateScalingPlanResponse |
This is the response object from the UpdateScalingPlan operation. |
|
ValidationException |
An exception was thrown for a validation issue. Review the parameters provided. |