See: Description
| Interface | Description |
|---|---|
| ApplicationAutoScalingAsyncClient |
Service client for accessing Application Auto Scaling asynchronously.
|
| ApplicationAutoScalingAsyncClientBuilder |
A builder for creating an instance of
ApplicationAutoScalingAsyncClient. |
| ApplicationAutoScalingBaseClientBuilder<B extends ApplicationAutoScalingBaseClientBuilder<B,C>,C> |
This includes configuration specific to Application Auto Scaling that is supported by both
ApplicationAutoScalingClientBuilder and ApplicationAutoScalingAsyncClientBuilder. |
| ApplicationAutoScalingClient |
Service client for accessing Application Auto Scaling.
|
| ApplicationAutoScalingClientBuilder |
A builder for creating an instance of
ApplicationAutoScalingClient. |
| ApplicationAutoScalingServiceClientConfiguration.Builder |
A builder for creating a
ApplicationAutoScalingServiceClientConfiguration |
| Class | Description |
|---|---|
| ApplicationAutoScalingServiceClientConfiguration |
Class to expose the service client settings to the user.
|
With Application Auto Scaling, you can configure automatic scaling for the following resources:
Amazon AppStream 2.0 fleets
Amazon Aurora Replicas
Amazon Comprehend document classification and entity recognizer endpoints
Amazon DynamoDB tables and global secondary indexes throughput capacity
Amazon ECS services
Amazon ElastiCache for Redis clusters (replication groups)
Amazon EMR clusters
Amazon Keyspaces (for Apache Cassandra) tables
Lambda function provisioned concurrency
Amazon Managed Streaming for Apache Kafka broker storage
Amazon Neptune clusters
Amazon SageMaker endpoint variants
Amazon SageMaker Serverless endpoint provisioned concurrency
Spot Fleets (Amazon EC2)
Custom resources provided by your own applications or services
To learn more about Application Auto Scaling, see the Application Auto Scaling User Guide.
API Summary
The Application Auto Scaling service API includes three key sets of actions:
Register and manage scalable targets - Register Amazon Web Services or custom resources as scalable targets (a resource that Application Auto Scaling can scale), set minimum and maximum capacity limits, and retrieve information on existing scalable targets.
Configure and manage automatic scaling - Define scaling policies to dynamically scale your resources in response to CloudWatch alarms, schedule one-time or recurring scaling actions, and retrieve your recent scaling activity history.
Suspend and resume scaling - Temporarily suspend and later resume automatic scaling by calling the RegisterScalableTarget API action for any Application Auto Scaling scalable target. You can suspend and resume (individually or in combination) scale-out activities that are triggered by a scaling policy, scale-in activities that are triggered by a scaling policy, and scheduled scaling.
Copyright © 2023. All rights reserved.