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 V2 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 TypeMethodDescriptionvoid
ServerDeploymentGroup.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.addAsgCapacityProvider
instead of this method.AsgCapacityProvider.getAutoScalingGroup()
Auto Scaling Group. -
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 TypeMethodDescriptionvoid
Cluster.connectAutoScalingGroupCapacity
(AutoScalingGroup autoScalingGroup, AutoScalingGroupOptions options) Connect capacity in the form of an existing AutoScalingGroup to the EKS cluster.void
ICluster.connectAutoScalingGroupCapacity
(AutoScalingGroup autoScalingGroup, AutoScalingGroupOptions options) Connect capacity in the form of an existing AutoScalingGroup to the EKS cluster.default void
ICluster.Jsii$Default.connectAutoScalingGroupCapacity
(AutoScalingGroup autoScalingGroup, AutoScalingGroupOptions options) Connect capacity in the form of an existing AutoScalingGroup to the EKS cluster.final void
ICluster.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.v2.alpha
Methods in software.amazon.awscdk.services.eks.v2.alpha that return AutoScalingGroupModifier and TypeMethodDescriptionCluster.addAutoScalingGroupCapacity
(String id, AutoScalingGroupCapacityOptions options) (experimental) Add nodes to this EKS cluster.Cluster.getDefaultCapacity()
(experimental) The auto scaling group that hosts the default capacity for this cluster.Methods in software.amazon.awscdk.services.eks.v2.alpha with parameters of type AutoScalingGroupModifier and TypeMethodDescriptionvoid
Cluster.connectAutoScalingGroupCapacity
(AutoScalingGroup autoScalingGroup, AutoScalingGroupOptions options) (experimental) Connect capacity in the form of an existing AutoScalingGroup to the EKS cluster.void
ICluster.connectAutoScalingGroupCapacity
(AutoScalingGroup autoScalingGroup, AutoScalingGroupOptions options) (experimental) Connect capacity in the form of an existing AutoScalingGroup to the EKS cluster.default void
ICluster.Jsii$Default.connectAutoScalingGroupCapacity
(AutoScalingGroup autoScalingGroup, AutoScalingGroupOptions options) (experimental) Connect capacity in the form of an existing AutoScalingGroup to the EKS cluster.final void
ICluster.Jsii$Proxy.connectAutoScalingGroupCapacity
(AutoScalingGroup autoScalingGroup, AutoScalingGroupOptions options) (experimental) Connect capacity in the form of an existing AutoScalingGroup to the EKS cluster.