interface AddCapacityOptions
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.ECS.AddCapacityOptions |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsecs#AddCapacityOptions |
![]() | software.amazon.awscdk.services.ecs.AddCapacityOptions |
![]() | aws_cdk.aws_ecs.AddCapacityOptions |
![]() | aws-cdk-lib » aws_ecs » AddCapacityOptions |
The properties for adding instance capacity to an AutoScalingGroup.
Example
declare const cluster: ecs.Cluster;
cluster.addCapacity('graviton-cluster', {
minCapacity: 2,
instanceType: new ec2.InstanceType('c6g.large'),
machineImage: ecs.EcsOptimizedImage.amazonLinux2(ecs.AmiHardwareType.ARM),
});
Properties
Name | Type | Description |
---|---|---|
instance | Instance | The EC2 instance type to use when launching instances into the AutoScalingGroup. |
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. |
az | Capacity | The strategy for distributing instances across Availability Zones. |
block | Block [] | Specifies how block devices are exposed to the instance. You can specify virtual devices and EBS volumes. |
can | boolean | Specifies whether the containers can access the container instance role. |
capacity | boolean | Indicates whether Capacity Rebalancing is enabled. |
cooldown? | Duration | Default scaling cooldown for this AutoScalingGroup. |
default | Duration | The amount of time, in seconds, until a newly launched instance can contribute to the Amazon CloudWatch metrics. |
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. |
instance | Monitoring | Controls whether instances in this group are launched with detailed or basic monitoring. |
key | string | Name of SSH keypair to grant access to instances. |
key | IKey | The SSH keypair to grant access to the instance. |
machine | IMachine | The ECS-optimized AMI variant to use. |
machine | Machine | What type of machine image this is. |
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. |
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). |
signals? | Signals | Configure waiting for signals during deployment. |
spot | boolean | Specify whether to enable Automated Draining for Spot Instances running Amazon ECS Services. |
spot | string | The maximum hourly price (in USD) to be paid for any Spot Instance launched to fulfill the request. |
ssm | boolean | Add SSM session permissions to the instance role. |
termination | Termination [] | A policy or a list of policies that are used to select the instances to terminate. |
termination | string | A lambda function Arn that can be used as a custom termination policy to select the instances to terminate. |
topic | IKey | If AddAutoScalingGroupCapacityOptions.taskDrainTime is non-zero, then the ECS cluster creates an SNS Topic to as part of a system to drain instances of tasks when the instance is being shut down. If this property is provided, then this key will be used to encrypt the contents of that SNS Topic. See SNS Data Encryption for more information. |
update | Update | What to do when an AutoScalingGroup's instance configuration is changed. |
vpc | Subnet | Where to place instances within the VPC. |
instanceType
Type:
Instance
The EC2 instance type to use when launching instances into the AutoScalingGroup.
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.
launchTemplate
and mixedInstancesPolicy
must not be specified when this property is specified
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.
azCapacityDistributionStrategy?
Type:
Capacity
(optional, default: None)
The strategy for distributing instances across Availability Zones.
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.
launchTemplate
and mixedInstancesPolicy
must not be specified when this property is specified
canContainersAccessInstanceRole?
⚠️ Deprecated: See https://github.com/aws/aws-cdk/discussions/32609
Type:
boolean
(optional, default: true if)
Specifies whether the containers can access the container instance role.
capacityRebalance?
Type:
boolean
(optional, default: false)
Indicates whether Capacity Rebalancing is enabled.
When you turn on Capacity Rebalancing, Amazon EC2 Auto Scaling attempts to launch a Spot Instance whenever Amazon EC2 notifies that a Spot Instance is at an elevated risk of interruption. After launching a new instance, it then terminates an old instance.
cooldown?
Type:
Duration
(optional, default: Duration.minutes(5))
Default scaling cooldown for this AutoScalingGroup.
defaultInstanceWarmup?
Type:
Duration
(optional, default: None)
The amount of time, in seconds, until a newly launched instance can contribute to the Amazon CloudWatch metrics.
This delay lets an instance finish initializing before Amazon EC2 Auto Scaling aggregates instance metrics, resulting in more reliable usage data. Set this value equal to the amount of time that it takes for resource consumption to become stable after an instance reaches the InService state.
To optimize the performance of scaling policies that scale continuously, such as target tracking and step scaling policies, we strongly recommend that you enable the default instance warmup, even if its value is set to 0 seconds
Default instance warmup will not be added if no value is specified
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.
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.
launchTemplate
and mixedInstancesPolicy
must not be specified when this property is specified
keyName?
⚠️ Deprecated: - Use keyPair
instead - https://docs.aws.amazon.com/cdk/api/v2/docs/aws-cdk-lib.aws_ec2-readme.html#using-an-existing-ec2-key-pair
Type:
string
(optional, default: No SSH access will be possible.)
Name of SSH keypair to grant access to instances.
launchTemplate
and mixedInstancesPolicy
must not be specified when this property is specified
You can either specify keyPair
or keyName
, not both.
keyPair?
Type:
IKey
(optional, default: No SSH access will be possible.)
The SSH keypair to grant access to the instance.
Feature flag AUTOSCALING_GENERATE_LAUNCH_TEMPLATE
must be enabled to use this property.
launchTemplate
and mixedInstancesPolicy
must not be specified when this property is specified.
You can either specify keyPair
or keyName
, not both.
machineImage?
Type:
IMachine
(optional, default: Automatically updated, ECS-optimized Amazon Linux 2)
The ECS-optimized AMI variant to use.
The default is to use an ECS-optimized AMI of Amazon Linux 2 which is automatically updated to the latest version on every deployment. This will replace the instances in the AutoScalingGroup. Make sure you have not disabled task draining, to avoid downtime when the AMI updates.
To use an image that does not update on every deployment, pass:
const machineImage = ecs.EcsOptimizedImage.amazonLinux2(ecs.AmiHardwareType.STANDARD, {
cachedInContext: true,
});
For more information, see Amazon ECS-optimized AMIs.
You must define either machineImage
or machineImageType
, not both.
machineImageType?
Type:
Machine
(optional, default: Automatically determined from machineImage
, if available, otherwise MachineImageType.AMAZON_LINUX_2
.)
What type of machine image this is.
Depending on the setting, different UserData will automatically be added
to the AutoScalingGroup
to configure it properly for use with ECS.
If you create an AutoScalingGroup
yourself and are adding it via
addAutoScalingGroup()
, you must specify this value. If you are adding an
autoScalingGroup
via addCapacity
, this value will be determined
from the machineImage
you pass.
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.
minCapacity?
Type:
number
(optional, default: 1)
Minimum number of instances in the fleet.
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).
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:
spotInstanceDraining?
Type:
boolean
(optional, default: false)
Specify whether to enable Automated Draining for Spot Instances running Amazon ECS Services.
For more information, see Using Spot Instances.
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.
launchTemplate
and mixedInstancesPolicy
must not be specified when this property is specified
ssmSessionPermissions?
Type:
boolean
(optional, default: false)
Add SSM session permissions to the instance role.
Setting this to true
adds the necessary permissions to connect
to the instance using SSM Session Manager. You can do this
from the AWS Console.
NOTE: Setting this flag to true
may not be enough by itself.
You must also use an AMI that comes with the SSM Agent, or install
the SSM Agent yourself. See
Working with SSM Agent
in the SSM Developer Guide.
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.
terminationPolicyCustomLambdaFunctionArn?
Type:
string
(optional, default: No lambda function Arn will be supplied)
A lambda function Arn that can be used as a custom termination policy to select the instances to terminate.
This property must be specified if the TerminationPolicy.CUSTOM_LAMBDA_FUNCTION is used.
topicEncryptionKey?
Type:
IKey
(optional, default: The SNS Topic will not be encrypted.)
If AddAutoScalingGroupCapacityOptions.taskDrainTime
is non-zero, then the ECS cluster creates an SNS Topic to as part of a system to drain instances of tasks when the instance is being shut down. If this property is provided, then this key will be used to encrypt the contents of that SNS Topic. See SNS Data Encryption for more information.
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.
vpcSubnets?
Type:
Subnet
(optional, default: All Private subnets.)
Where to place instances within the VPC.