Uses of Class
software.amazon.awscdk.services.autoscaling.AutoScalingGroup
Packages that use AutoScalingGroup
Package
Description
Amazon EC2 Auto Scaling Construct Library
AWS CodeDeploy Construct Library
Amazon ECS Construct Library
Amazon EKS Construct Library
Amazon EKS Construct Library
-
Uses of AutoScalingGroup in software.amazon.awscdk.services.autoscaling
Methods in software.amazon.awscdk.services.autoscaling that return AutoScalingGroup -
Uses of AutoScalingGroup in software.amazon.awscdk.services.codedeploy
Methods in software.amazon.awscdk.services.codedeploy with parameters of type AutoScalingGroupModifier and TypeMethodDescriptionvoidServerDeploymentGroup.addAutoScalingGroup(AutoScalingGroup asg) Adds an additional auto-scaling group to this Deployment Group. -
Uses of AutoScalingGroup in software.amazon.awscdk.services.ecs
Methods in software.amazon.awscdk.services.ecs that return AutoScalingGroupModifier and TypeMethodDescriptionCluster.addCapacity(String id, AddCapacityOptions options) It is highly recommended to useCluster.addAsgCapacityProviderinstead of this method.AsgCapacityProvider.getAutoScalingGroup()Auto Scaling Group.Methods in software.amazon.awscdk.services.ecs with parameters of type AutoScalingGroupModifier and TypeMethodDescriptionvoidCluster.addAutoScalingGroup(AutoScalingGroup autoScalingGroup) Deprecated.voidCluster.addAutoScalingGroup(AutoScalingGroup autoScalingGroup, AddAutoScalingGroupCapacityOptions options) Deprecated.UseCluster.addAsgCapacityProviderinstead. -
Uses of AutoScalingGroup in software.amazon.awscdk.services.eks
Methods in software.amazon.awscdk.services.eks that return AutoScalingGroupModifier and TypeMethodDescriptionCluster.addAutoScalingGroupCapacity(String id, AutoScalingGroupCapacityOptions options) Add nodes to this EKS cluster.Cluster.getDefaultCapacity()The auto scaling group that hosts the default capacity for this cluster.Methods in software.amazon.awscdk.services.eks with parameters of type AutoScalingGroupModifier and TypeMethodDescriptionvoidCluster.connectAutoScalingGroupCapacity(AutoScalingGroup autoScalingGroup, AutoScalingGroupOptions options) Connect capacity in the form of an existing AutoScalingGroup to the EKS cluster.voidICluster.connectAutoScalingGroupCapacity(AutoScalingGroup autoScalingGroup, AutoScalingGroupOptions options) Connect capacity in the form of an existing AutoScalingGroup to the EKS cluster.default voidICluster.Jsii$Default.connectAutoScalingGroupCapacity(AutoScalingGroup autoScalingGroup, AutoScalingGroupOptions options) Connect capacity in the form of an existing AutoScalingGroup to the EKS cluster.final voidICluster.Jsii$Proxy.connectAutoScalingGroupCapacity(AutoScalingGroup autoScalingGroup, AutoScalingGroupOptions options) Connect capacity in the form of an existing AutoScalingGroup to the EKS cluster. -
Uses of AutoScalingGroup in software.amazon.awscdk.services.eks.legacy
Methods in software.amazon.awscdk.services.eks.legacy that return AutoScalingGroupModifier and TypeMethodDescriptionCluster.addCapacity(String id, CapacityOptions options) Deprecated.Cluster.getDefaultCapacity()Deprecated.Methods in software.amazon.awscdk.services.eks.legacy with parameters of type AutoScalingGroupModifier and TypeMethodDescriptionvoidCluster.addAutoScalingGroup(AutoScalingGroup autoScalingGroup, AutoScalingGroupOptions options) Deprecated.
Cluster.addAsgCapacityProviderinstead.