6 CDK constructs available in aws-cdk-lib/aws-applicationautoscaling
import * as applicationautoscaling from 'aws-cdk-lib/aws-applicationautoscaling';Higher-level abstractions with sensible defaults and convenience methods.
Define a scalable target.
Define a step scaling action. This kind of scaling policy adjusts the target capacity in configurable steps. The size of the step is configurable based on the metric's distance to its alarm threshold. This Action must be used as the target of a CloudWatch alarm to take effect.
Define a scaling strategy which scales depending on absolute values of some metric. You can specify the scaling behavior for various values of the metric. Implemented using one or more CloudWatch alarms and Step Scaling Policies.
Direct CloudFormation resource mappings. One-to-one with CloudFormation resource types.
Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to Newsletteraws-cdk-lib/aws-applicationautoscaling