@Generated(value="jsii-pacmak/1.39.0 (build 8af72c2)", date="2021-10-14T05:49:31.834Z") @Stability(value=Stable) public interface AddCapacityOptions extends software.amazon.jsii.JsiiSerializable, AddAutoScalingGroupCapacityOptions, CommonAutoScalingGroupProps
Modifier and Type | Interface and Description |
---|---|
static class |
AddCapacityOptions.Builder
A builder for
AddCapacityOptions |
static class |
AddCapacityOptions.Jsii$Proxy
An implementation for
AddCapacityOptions |
Modifier and Type | Method and Description |
---|---|
static AddCapacityOptions.Builder |
builder() |
InstanceType |
getInstanceType()
The EC2 instance type to use when launching instances into the AutoScalingGroup.
|
default IMachineImage |
getMachineImage()
The ECS-optimized AMI variant to use.
|
getCanContainersAccessInstanceRole, getMachineImageType, getSpotInstanceDraining, getTaskDrainTime, getTopicEncryptionKey
getAllowAllOutbound, getAssociatePublicIpAddress, getAutoScalingGroupName, getBlockDevices, getCooldown, getDesiredCapacity, getGroupMetrics, getHealthCheck, getIgnoreUnmodifiedSizeProperties, getInstanceMonitoring, getKeyName, getMaxCapacity, getMaxInstanceLifetime, getMinCapacity, getNewInstancesProtectedFromScaleIn, getNotifications, getNotificationsTopic, getReplacingUpdateMinSuccessfulInstancesPercent, getResourceSignalCount, getResourceSignalTimeout, getRollingUpdateConfiguration, getSignals, getSpotPrice, getUpdatePolicy, getUpdateType, getVpcSubnets
@Stability(value=Stable) @NotNull InstanceType getInstanceType()
@Stability(value=Stable) @Nullable default IMachineImage getMachineImage()
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:
// Example automatically generated. See https://github.com/aws/jsii/issues/826 Object machineImage = ecs.EcsOptimizedImage.amazonLinux2(ecs.AmiHardwareType.getSTANDARD(), Map.of( "cachedInContext", true));
For more information, see Amazon ECS-optimized AMIs.
You must define either machineImage
or machineImageType
, not both.
Default: - Automatically updated, ECS-optimized Amazon Linux 2
@Stability(value=Stable) static AddCapacityOptions.Builder builder()
builder
in interface AddAutoScalingGroupCapacityOptions
builder
in interface CommonAutoScalingGroupProps
AddCapacityOptions.Builder
of AddCapacityOptions
Copyright © 2021. All rights reserved.