An Auto Scaling group for managing EC2 fleet capacity
import { AutoScalingGroup } from 'aws-cdk-lib/aws-autoscaling';Or use the module namespace:
import * as autoscaling from 'aws-cdk-lib/aws-autoscaling'; // autoscaling.AutoScalingGroup
This L2 construct creates and manages the following CloudFormation resources.
Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to Newsletteraws-autoscaling