interface AutoScalingGroupProps
Language | Type name |
---|---|
.NET | Amazon.CDK.AWS.AutoScaling.AutoScalingGroupProps |
Java | software.amazon.awscdk.services.autoscaling.AutoScalingGroupProps |
Python | aws_cdk.aws_autoscaling.AutoScalingGroupProps |
TypeScript (source) | @aws-cdk/aws-autoscaling » AutoScalingGroupProps |
Properties of a Fleet.
Example
declare const vpc: ec2.Vpc;
const mySecurityGroup = new ec2.SecurityGroup(this, 'SecurityGroup', { vpc });
new autoscaling.AutoScalingGroup(this, 'ASG', {
vpc,
instanceType: ec2.InstanceType.of(ec2.InstanceClass.BURSTABLE2, ec2.InstanceSize.MICRO),
machineImage: new ec2.AmazonLinuxImage(),
securityGroup: mySecurityGroup,
});
Properties
Name | Type | Description |
---|---|---|
vpc | IVpc | VPC to launch these instances in. |
allow | boolean | Whether the instances can initiate connections to anywhere by default. |
associate | boolean | Whether instances in the Auto Scaling Group should have public IP addresses associated with them. |
auto | string | The name of the Auto Scaling group. |
block | Block [] | Specifies how block devices are exposed to the instance. You can specify virtual devices and EBS volumes. |
cooldown? | Duration | Default scaling cooldown for this AutoScalingGroup. |
desired | number | Initial amount of instances in the fleet. |
group | Group [] | Enable monitoring for group metrics, these metrics describe the group rather than any of its instances. |
health | Health | Configuration for health checks. |
ignore | boolean | If the ASG has scheduled actions, don't reset unchanged group sizes. |
init? | Cloud | Apply the given CloudFormation Init configuration to the instances in the AutoScalingGroup at startup. |
init | Apply | Use the given options for applying CloudFormation Init. |
instance | Monitoring | Controls whether instances in this group are launched with detailed or basic monitoring. |
instance | Instance | Type of instance to launch. |
key | string | Name of SSH keypair to grant access to instances. |
launch | ILaunch | Launch template to use. |
machine | IMachine | AMI to launch. |
max | number | Maximum number of instances in the fleet. |
max | Duration | The maximum amount of time that an instance can be in service. |
min | number | Minimum number of instances in the fleet. |
mixed | Mixed | Mixed Instances Policy to use. |
new | boolean | Whether newly-launched instances are protected from termination by Amazon EC2 Auto Scaling when scaling in. |
notifications? | Notification [] | Configure autoscaling group to send notifications about fleet changes to an SNS topic(s). |
notifications | ITopic | SNS topic to send notifications about fleet changes. |
replacing | number | Configuration for replacing updates. |
require | boolean | Whether IMDSv2 should be required on launched instances. |
resource | number | How many ResourceSignal calls CloudFormation expects before the resource is considered created. |
resource | Duration | The length of time to wait for the resourceSignalCount. |
role? | IRole | An IAM role to associate with the instance profile assigned to this Auto Scaling Group. |
rolling | Rolling | Configuration for rolling updates. |
security | ISecurity | Security group to launch the instances in. |
signals? | Signals | Configure waiting for signals during deployment. |
spot | string | The maximum hourly price (in USD) to be paid for any Spot Instance launched to fulfill the request. |
termination | Termination [] | A policy or a list of policies that are used to select the instances to terminate. |
update | Update | What to do when an AutoScalingGroup's instance configuration is changed. |
update | Update | What to do when an AutoScalingGroup's instance configuration is changed. |
user | User | Specific UserData to use. |
vpc | Subnet | Where to place instances within the VPC. |
vpc
Type:
IVpc
VPC to launch these instances in.
allowAllOutbound?
Type:
boolean
(optional, default: true)
Whether the instances can initiate connections to anywhere by default.
associatePublicIpAddress?
Type:
boolean
(optional, default: Use subnet setting.)
Whether instances in the Auto Scaling Group should have public IP addresses associated with them.
autoScalingGroupName?
Type:
string
(optional, default: Auto generated by CloudFormation)
The name of the Auto Scaling group.
This name must be unique per Region per account.
blockDevices?
Type:
Block
[]
(optional, default: Uses the block device mapping of the AMI)
Specifies how block devices are exposed to the instance. You can specify virtual devices and EBS volumes.
Each instance that is launched has an associated root device volume, either an Amazon EBS volume or an instance store volume. You can use block device mappings to specify additional EBS volumes or instance store volumes to attach to an instance when it is launched.
See also: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/block-device-mapping-concepts.html
cooldown?
Type:
Duration
(optional, default: Duration.minutes(5))
Default scaling cooldown for this AutoScalingGroup.
desiredCapacity?
Type:
number
(optional, default: minCapacity, and leave unchanged during deployment)
Initial amount of instances in the fleet.
If this is set to a number, every deployment will reset the amount of instances to this number. It is recommended to leave this value blank.
groupMetrics?
Type:
Group
[]
(optional, default: no group metrics will be reported)
Enable monitoring for group metrics, these metrics describe the group rather than any of its instances.
To report all group metrics use GroupMetrics.all()
Group metrics are reported in a granularity of 1 minute at no additional charge.
healthCheck?
Type:
Health
(optional, default: HealthCheck.ec2 with no grace period)
Configuration for health checks.
ignoreUnmodifiedSizeProperties?
Type:
boolean
(optional, default: true)
If the ASG has scheduled actions, don't reset unchanged group sizes.
Only used if the ASG has scheduled actions (which may scale your ASG up or down regardless of cdk deployments). If true, the size of the group will only be reset if it has been changed in the CDK app. If false, the sizes will always be changed back to what they were in the CDK app on deployment.
init?
Type:
Cloud
(optional, default: no CloudFormation init)
Apply the given CloudFormation Init configuration to the instances in the AutoScalingGroup at startup.
If you specify init
, you must also specify signals
to configure
the number of instances to wait for and the timeout for waiting for the
init process.
initOptions?
Type:
Apply
(optional, default: default options)
Use the given options for applying CloudFormation Init.
Describes the configsets to use and the timeout to wait
instanceMonitoring?
Type:
Monitoring
(optional, default: Monitoring.DETAILED)
Controls whether instances in this group are launched with detailed or basic monitoring.
When detailed monitoring is enabled, Amazon CloudWatch generates metrics every minute and your account is charged a fee. When you disable detailed monitoring, CloudWatch generates metrics every 5 minutes.
instanceType?
Type:
Instance
(optional, default: Do not provide any instance type)
Type of instance to launch.
launchTemplate
must not be specified when this property is specified.
keyName?
Type:
string
(optional, default: No SSH access will be possible.)
Name of SSH keypair to grant access to instances.
launchTemplate?
Type:
ILaunch
(optional, default: Do not provide any launch template)
Launch template to use.
Launch configuration related settings and MixedInstancesPolicy must not be specified when a launch template is specified.
machineImage?
Type:
IMachine
(optional, default: Do not provide any machine image)
AMI to launch.
launchTemplate
must not be specified when this property is specified.
maxCapacity?
Type:
number
(optional, default: desiredCapacity)
Maximum number of instances in the fleet.
maxInstanceLifetime?
Type:
Duration
(optional, default: none)
The maximum amount of time that an instance can be in service.
The maximum duration applies to all current and future instances in the group. As an instance approaches its maximum duration, it is terminated and replaced, and cannot be used again.
You must specify a value of at least 604,800 seconds (7 days). To clear a previously set value, leave this property undefined.
See also: https://docs.aws.amazon.com/autoscaling/ec2/userguide/asg-max-instance-lifetime.html
minCapacity?
Type:
number
(optional, default: 1)
Minimum number of instances in the fleet.
mixedInstancesPolicy?
Type:
Mixed
(optional, default: Do not provide any MixedInstancesPolicy)
Mixed Instances Policy to use.
Launch configuration related settings and Launch Template must not be specified when a MixedInstancesPolicy is specified.
newInstancesProtectedFromScaleIn?
Type:
boolean
(optional, default: false)
Whether newly-launched instances are protected from termination by Amazon EC2 Auto Scaling when scaling in.
By default, Auto Scaling can terminate an instance at any time after launch when scaling in an Auto Scaling Group, subject to the group's termination policy. However, you may wish to protect newly-launched instances from being scaled in if they are going to run critical applications that should not be prematurely terminated.
This flag must be enabled if the Auto Scaling Group will be associated with an ECS Capacity Provider with managed termination protection.
notifications?
Type:
Notification
[]
(optional, default: No fleet change notifications will be sent.)
Configure autoscaling group to send notifications about fleet changes to an SNS topic(s).
notificationsTopic?
⚠️ Deprecated: use notifications
Type:
ITopic
(optional, default: No fleet change notifications will be sent.)
SNS topic to send notifications about fleet changes.
replacingUpdateMinSuccessfulInstancesPercent?
⚠️ Deprecated: Use signals
instead
Type:
number
(optional, default: minSuccessfulInstancesPercent)
Configuration for replacing updates.
Only used if updateType == UpdateType.ReplacingUpdate. Specifies how many instances must signal success for the update to succeed.
requireImdsv2?
Type:
boolean
(optional, default: false)
Whether IMDSv2 should be required on launched instances.
resourceSignalCount?
⚠️ Deprecated: Use signals
instead.
Type:
number
(optional, default: 1 if resourceSignalTimeout is set, 0 otherwise)
How many ResourceSignal calls CloudFormation expects before the resource is considered created.
resourceSignalTimeout?
⚠️ Deprecated: Use signals
instead.
Type:
Duration
(optional, default: Duration.minutes(5) if resourceSignalCount is set, N/A otherwise)
The length of time to wait for the resourceSignalCount.
The maximum value is 43200 (12 hours).
role?
Type:
IRole
(optional, default: A role will automatically be created, it can be accessed via the role
property)
An IAM role to associate with the instance profile assigned to this Auto Scaling Group.
The role must be assumable by the service principal ec2.amazonaws.com
:
launchTemplate
must not be specified when this property is specified.
Example
const role = new iam.Role(this, 'MyRole', {
assumedBy: new iam.ServicePrincipal('ec2.amazonaws.com')
});
rollingUpdateConfiguration?
⚠️ Deprecated: Use updatePolicy
instead
Type:
Rolling
(optional, default: RollingUpdateConfiguration with defaults.)
Configuration for rolling updates.
Only used if updateType == UpdateType.RollingUpdate.
securityGroup?
Type:
ISecurity
(optional, default: A SecurityGroup will be created if none is specified.)
Security group to launch the instances in.
launchTemplate
must not be specified when this property is specified.
signals?
Type:
Signals
(optional, default: Do not wait for signals)
Configure waiting for signals during deployment.
Use this to pause the CloudFormation deployment to wait for the instances
in the AutoScalingGroup to report successful startup during
creation and updates. The UserData script needs to invoke cfn-signal
with a success or failure code after it is done setting up the instance.
Without waiting for signals, the CloudFormation deployment will proceed as soon as the AutoScalingGroup has been created or updated but before the instances in the group have been started.
For example, to have instances wait for an Elastic Load Balancing health check before they signal success, add a health-check verification by using the cfn-init helper script. For an example, see the verify_instance_health command in the Auto Scaling rolling updates sample template:
spotPrice?
Type:
string
(optional, default: none)
The maximum hourly price (in USD) to be paid for any Spot Instance launched to fulfill the request.
Spot Instances are launched when the price you specify exceeds the current Spot market price.
terminationPolicies?
Type:
Termination
[]
(optional, default: TerminationPolicy.DEFAULT
)
A policy or a list of policies that are used to select the instances to terminate.
The policies are executed in the order that you list them.
See also: https://docs.aws.amazon.com/autoscaling/ec2/userguide/as-instance-termination.html
updatePolicy?
Type:
Update
(optional, default: UpdatePolicy.rollingUpdate()
if using init
, UpdatePolicy.none()
otherwise)
What to do when an AutoScalingGroup's instance configuration is changed.
This is applied when any of the settings on the ASG are changed that affect how the instances should be created (VPC, instance type, startup scripts, etc.). It indicates how the existing instances should be replaced with new instances matching the new config. By default, nothing is done and only new instances are launched with the new config.
updateType?
⚠️ Deprecated: Use updatePolicy
instead
Type:
Update
(optional, default: UpdateType.None)
What to do when an AutoScalingGroup's instance configuration is changed.
This is applied when any of the settings on the ASG are changed that affect how the instances should be created (VPC, instance type, startup scripts, etc.). It indicates how the existing instances should be replaced with new instances matching the new config. By default, nothing is done and only new instances are launched with the new config.
userData?
Type:
User
(optional, default: A UserData object appropriate for the MachineImage's
Operating System is created.)
Specific UserData to use.
The UserData may still be mutated after creation.
launchTemplate
must not be specified when this property is specified.
vpcSubnets?
Type:
Subnet
(optional, default: All Private subnets.)
Where to place instances within the VPC.