AutoscalingGroupAutoscalingGroup is the Schema for the AutoscalingGroups API. Provides an Auto Scaling Group resource.
TypeMR
Providerprovider-aws-autoscaling
Groupautoscaling.aws.m.upbound.io
Scopenamespaced
Versionv1beta1

1apiVersion: autoscaling.aws.m.upbound.io/v1beta1

2kind: AutoscalingGroup

kind
string
metadata
object
spec
object

AutoscalingGroupSpec defines the desired state of AutoscalingGroup

forProvider
required
object

(No description available)

object

The instance capacity distribution across Availability Zones. See Availability Zone Distribution below for more details.

array

A list of Availability Zones where instances in the Auto Scaling group can be created. Used for launching into the default VPC subnet in each Availability Zone when not using the vpc_zone_identifier attribute, or for attaching a network interface when an existing network interface ID is specified in a launch template. Conflicts with vpc_zone_identifier.

object

Demand Capacity Reservations. See Capacity Reservation Specification below for more details.

object

Describes a target Capacity Reservation or Capacity Reservation resource group.

array

List of On-Demand Capacity Reservation Ids. Conflicts with capacity_reservation_resource_group_arns.

array

List of On-Demand Capacity Reservation Resource Group Arns. Conflicts with capacity_reservation_ids.

context
string
array

List of metrics to collect. The allowed values are defined by the underlying AWS API.

array

One or more Lifecycle Hooks to attach to the Auto Scaling Group before instances are launched. The syntax is exactly the same as the separate aws_autoscaling_lifecycle_hook resource, without the autoscaling_group_name attribute. Please note that this will only work when creating a new Auto Scaling Group. For all other use-cases, please use aws_autoscaling_lifecycle_hook resource.

object

If this block is configured, add a instance maintenance policy to the specified Auto Scaling group. Defined below.

object

If this block is configured, start an Instance Refresh when this Auto Scaling Group is updated. Defined below.

object

Override default parameters for Instance Refresh.

object

Alarm Specification for Instance Refresh.

alarms
array

List of Cloudwatch alarms. If any of these alarms goes into ALARM state, Instance Refresh is failed.

array

List of percentages for each checkpoint. Values must be unique and in ascending order. To replace all instances, the final number must be 100.

strategy
string
array

Set of additional property names that will trigger an Instance Refresh. A refresh will always be triggered by a change in any of launch_configuration, launch_template, or mixed_instances_policy.

object

Reference to a LaunchConfiguration in autoscaling to populate launchConfiguration.

name
required
string
namespace
string
policy
object

Policies for referencing.

resolve
string
object

Selector for a LaunchConfiguration in autoscaling to populate launchConfiguration.

namespace
string
policy
object

Policies for selection.

resolve
string
object

Nested argument with Launch template specification to use to launch instances. See Launch Template below for more details.

id
string
idRef
object

Reference to a LaunchTemplate in ec2 to populate id.

name
required
string
namespace
string
policy
object

Policies for referencing.

resolve
string
object

Selector for a LaunchTemplate in ec2 to populate id.

namespace
string
policy
object

Policies for selection.

resolve
string
name
string
version
string
maxSize
number
minSize
number
object

Configuration block containing settings to define launch targets for Auto Scaling groups. See Mixed Instances Policy below for more details.

object

Nested argument containing settings on how to mix on-demand and Spot instances in the Auto Scaling group. Defined below.

object

Nested argument containing launch template settings along with the overrides to specify multiple instance types and weights. Defined below.

object

Nested argument defines the Launch Template. Defined below.

object

Reference to a LaunchTemplate in ec2 to populate launchTemplateId.

name
required
string
namespace
string
policy
object

Policies for referencing.

resolve
string
object

Selector for a LaunchTemplate in ec2 to populate launchTemplateId.

namespace
string
policy
object

Policies for selection.

resolve
string
version
string
array

List of nested arguments provides the ability to specify multiple instance types. This will override the same parameter in the launch template. For on-demand instances, Auto Scaling considers the order of preference of instance types to launch based on the order specified in the overrides list. Defined below.

object

Override the instance type in the Launch Template with instance types that satisfy the requirements.

object

Block describing the minimum and maximum number of accelerators (GPUs, FPGAs, or AWS Inferentia chips). Default is no minimum or maximum.

max
number
min
number
array

List of accelerator manufacturer names. Default is any manufacturer.

array

List of accelerator names. Default is any acclerator.

object

Block describing the minimum and maximum total memory of the accelerators. Default is no minimum or maximum.

max
number
min
number
array

List of accelerator types. Default is any accelerator type.

array

List of instance types to apply your specified attributes against. All other instance types are ignored, even if they match your specified attributes. You can use strings with one or more wild cards, represented by an asterisk (), to allow an instance type, size, or generation. The following are examples: m5.8xlarge, c5., m5a., r*, 3. For example, if you specify c5*, you are allowing the entire C5 instance family, which includes all C5a and C5n instance types. If you specify m5a.*, you are allowing all the M5a instance types, but not the M5n instance types. Maximum of 400 entries in the list; each entry is limited to 30 characters. Default is all instance types.

bareMetal
string
object

Block describing the minimum and maximum baseline EBS bandwidth, in Mbps. Default is no minimum or maximum.

max
number
min
number
array

List of CPU manufacturer names. Default is any manufacturer.

array

List of instance types to exclude. You can use strings with one or more wild cards, represented by an asterisk (), to exclude an instance type, size, or generation. The following are examples: m5.8xlarge, c5., m5a., r*, 3. For example, if you specify c5*, you are excluding the entire C5 instance family, which includes all C5a and C5n instance types. If you specify m5a.*, you are excluding all the M5a instance types, but not the M5n instance types. Maximum of 400 entries in the list; each entry is limited to 30 characters. Default is no excluded instance types.

array

List of instance generation names. Default is any generation.

array

List of local storage type names. Default any storage type.

object

Block describing the minimum and maximum amount of memory (GiB) per vCPU. Default is no minimum or maximum.

max
number
min
number
memoryMib
object

Block describing the minimum and maximum amount of memory (MiB). Default is no maximum.

max
number
min
number
object

Block describing the minimum and maximum amount of network bandwidth, in gigabits per second (Gbps). Default is no minimum or maximum.

max
number
min
number
object

Block describing the minimum and maximum number of network interfaces. Default is no minimum or maximum.

max
number
min
number
object

Block describing the minimum and maximum total local storage (GB). Default is no minimum or maximum.

max
number
min
number
vcpuCount
object

Block describing the minimum and maximum number of vCPUs. Default is no maximum.

max
number
min
number
object

Nested argument defines the Launch Template. Defined below.

object

Reference to a LaunchTemplate in ec2 to populate launchTemplateId.

name
required
string
namespace
string
policy
object

Policies for referencing.

resolve
string
object

Selector for a LaunchTemplate in ec2 to populate launchTemplateId.

namespace
string
policy
object

Policies for selection.

resolve
string
version
string
object

Reference to a PlacementGroup in ec2 to populate placementGroup.

name
required
string
namespace
string
policy
object

Policies for referencing.

resolve
string
object

Selector for a PlacementGroup in ec2 to populate placementGroup.

namespace
string
policy
object

Policies for selection.

resolve
string
region
required
string
object

Reference to a Role in iam to populate serviceLinkedRoleArn.

name
required
string
namespace
string
policy
object

Policies for referencing.

resolve
string
object

Selector for a Role in iam to populate serviceLinkedRoleArn.

namespace
string
policy
object

Policies for selection.

resolve
string
array

List of processes to suspend for the Auto Scaling Group. The allowed values are Launch, Terminate, HealthCheck, ReplaceUnhealthy, AZRebalance, AlarmNotification, ScheduledActions, AddToLoadBalancer, InstanceRefresh. Note that if you suspend either the Launch or Terminate process types, it can prevent your Auto Scaling Group from functioning properly.

tag
array

Configuration block(s) containing resource tags. See Tag below for more details.

key
string
value
string
array

List of policies to decide how the instances in the Auto Scaling Group should be terminated. The allowed values are OldestInstance, NewestInstance, OldestLaunchConfiguration, ClosestToNextInstanceHour, OldestLaunchTemplate, AllocationStrategy, Default. Additionally, the ARN of a Lambda function can be specified for custom termination policies.

array

Attaches one or more traffic sources to the specified Auto Scaling group.

type
string
array

List of subnet IDs to launch resources in. Subnets automatically determine which availability zones the group will reside. Conflicts with availability_zones.

array

References to Subnet in ec2 to populate vpcZoneIdentifier.

name
required
string
namespace
string
policy
object

Policies for referencing.

resolve
string
object

Selector for a list of Subnet in ec2 to populate vpcZoneIdentifier.

namespace
string
policy
object

Policies for selection.

resolve
string
warmPool
object

If this block is configured, add a Warm Pool to the specified Auto Scaling group. Defined below

object

Whether instances in the Auto Scaling group can be returned to the warm pool on scale in. The default is to terminate instances in the Auto Scaling group when the group scales in.

minSize
number
poolState
string
object

THIS IS A BETA FIELD. It will be honored unless the Management Policies feature flag is disabled. InitProvider holds the same fields as ForProvider, with the exception of Identifier and other resource reference fields. The fields that are in InitProvider are merged into ForProvider when the resource is created. The same fields are also added to the terraform ignore_changes hook, to avoid updating them after creation. This is useful for fields that are required on creation, but we do not desire to update them after creation, for example because of an external controller is managing them, like an autoscaler.

object

The instance capacity distribution across Availability Zones. See Availability Zone Distribution below for more details.

array

A list of Availability Zones where instances in the Auto Scaling group can be created. Used for launching into the default VPC subnet in each Availability Zone when not using the vpc_zone_identifier attribute, or for attaching a network interface when an existing network interface ID is specified in a launch template. Conflicts with vpc_zone_identifier.

object

Demand Capacity Reservations. See Capacity Reservation Specification below for more details.

object

Describes a target Capacity Reservation or Capacity Reservation resource group.

array

List of On-Demand Capacity Reservation Ids. Conflicts with capacity_reservation_resource_group_arns.

array

List of On-Demand Capacity Reservation Resource Group Arns. Conflicts with capacity_reservation_ids.

context
string
array

List of metrics to collect. The allowed values are defined by the underlying AWS API.

array

One or more Lifecycle Hooks to attach to the Auto Scaling Group before instances are launched. The syntax is exactly the same as the separate aws_autoscaling_lifecycle_hook resource, without the autoscaling_group_name attribute. Please note that this will only work when creating a new Auto Scaling Group. For all other use-cases, please use aws_autoscaling_lifecycle_hook resource.

object

If this block is configured, add a instance maintenance policy to the specified Auto Scaling group. Defined below.

object

If this block is configured, start an Instance Refresh when this Auto Scaling Group is updated. Defined below.

object

Override default parameters for Instance Refresh.

object

Alarm Specification for Instance Refresh.

alarms
array

List of Cloudwatch alarms. If any of these alarms goes into ALARM state, Instance Refresh is failed.

array

List of percentages for each checkpoint. Values must be unique and in ascending order. To replace all instances, the final number must be 100.

strategy
string
array

Set of additional property names that will trigger an Instance Refresh. A refresh will always be triggered by a change in any of launch_configuration, launch_template, or mixed_instances_policy.

object

Reference to a LaunchConfiguration in autoscaling to populate launchConfiguration.

name
required
string
namespace
string
policy
object

Policies for referencing.

resolve
string
object

Selector for a LaunchConfiguration in autoscaling to populate launchConfiguration.

namespace
string
policy
object

Policies for selection.

resolve
string
object

Nested argument with Launch template specification to use to launch instances. See Launch Template below for more details.

id
string
idRef
object

Reference to a LaunchTemplate in ec2 to populate id.

name
required
string
namespace
string
policy
object

Policies for referencing.

resolve
string
object

Selector for a LaunchTemplate in ec2 to populate id.

namespace
string
policy
object

Policies for selection.

resolve
string
name
string
version
string
maxSize
number
minSize
number
object

Configuration block containing settings to define launch targets for Auto Scaling groups. See Mixed Instances Policy below for more details.

object

Nested argument containing settings on how to mix on-demand and Spot instances in the Auto Scaling group. Defined below.

object

Nested argument containing launch template settings along with the overrides to specify multiple instance types and weights. Defined below.

object

Nested argument defines the Launch Template. Defined below.

object

Reference to a LaunchTemplate in ec2 to populate launchTemplateId.

name
required
string
namespace
string
policy
object

Policies for referencing.

resolve
string
object

Selector for a LaunchTemplate in ec2 to populate launchTemplateId.

namespace
string
policy
object

Policies for selection.

resolve
string
version
string
array

List of nested arguments provides the ability to specify multiple instance types. This will override the same parameter in the launch template. For on-demand instances, Auto Scaling considers the order of preference of instance types to launch based on the order specified in the overrides list. Defined below.

object

Override the instance type in the Launch Template with instance types that satisfy the requirements.

object

Block describing the minimum and maximum number of accelerators (GPUs, FPGAs, or AWS Inferentia chips). Default is no minimum or maximum.

max
number
min
number
array

List of accelerator manufacturer names. Default is any manufacturer.

array

List of accelerator names. Default is any acclerator.

object

Block describing the minimum and maximum total memory of the accelerators. Default is no minimum or maximum.

max
number
min
number
array

List of accelerator types. Default is any accelerator type.

array

List of instance types to apply your specified attributes against. All other instance types are ignored, even if they match your specified attributes. You can use strings with one or more wild cards, represented by an asterisk (), to allow an instance type, size, or generation. The following are examples: m5.8xlarge, c5., m5a., r*, 3. For example, if you specify c5*, you are allowing the entire C5 instance family, which includes all C5a and C5n instance types. If you specify m5a.*, you are allowing all the M5a instance types, but not the M5n instance types. Maximum of 400 entries in the list; each entry is limited to 30 characters. Default is all instance types.

bareMetal
string
object

Block describing the minimum and maximum baseline EBS bandwidth, in Mbps. Default is no minimum or maximum.

max
number
min
number
array

List of CPU manufacturer names. Default is any manufacturer.

array

List of instance types to exclude. You can use strings with one or more wild cards, represented by an asterisk (), to exclude an instance type, size, or generation. The following are examples: m5.8xlarge, c5., m5a., r*, 3. For example, if you specify c5*, you are excluding the entire C5 instance family, which includes all C5a and C5n instance types. If you specify m5a.*, you are excluding all the M5a instance types, but not the M5n instance types. Maximum of 400 entries in the list; each entry is limited to 30 characters. Default is no excluded instance types.

array

List of instance generation names. Default is any generation.

array

List of local storage type names. Default any storage type.

object

Block describing the minimum and maximum amount of memory (GiB) per vCPU. Default is no minimum or maximum.

max
number
min
number
memoryMib
object

Block describing the minimum and maximum amount of memory (MiB). Default is no maximum.

max
number
min
number
object

Block describing the minimum and maximum amount of network bandwidth, in gigabits per second (Gbps). Default is no minimum or maximum.

max
number
min
number
object

Block describing the minimum and maximum number of network interfaces. Default is no minimum or maximum.

max
number
min
number
object

Block describing the minimum and maximum total local storage (GB). Default is no minimum or maximum.

max
number
min
number
vcpuCount
object

Block describing the minimum and maximum number of vCPUs. Default is no maximum.

max
number
min
number
object

Nested argument defines the Launch Template. Defined below.

object

Reference to a LaunchTemplate in ec2 to populate launchTemplateId.

name
required
string
namespace
string
policy
object

Policies for referencing.

resolve
string
object

Selector for a LaunchTemplate in ec2 to populate launchTemplateId.

namespace
string
policy
object

Policies for selection.

resolve
string
version
string
object

Reference to a PlacementGroup in ec2 to populate placementGroup.

name
required
string
namespace
string
policy
object

Policies for referencing.

resolve
string
object

Selector for a PlacementGroup in ec2 to populate placementGroup.

namespace
string
policy
object

Policies for selection.

resolve
string
object

Reference to a Role in iam to populate serviceLinkedRoleArn.

name
required
string
namespace
string
policy
object

Policies for referencing.

resolve
string
object

Selector for a Role in iam to populate serviceLinkedRoleArn.

namespace
string
policy
object

Policies for selection.

resolve
string
array

List of processes to suspend for the Auto Scaling Group. The allowed values are Launch, Terminate, HealthCheck, ReplaceUnhealthy, AZRebalance, AlarmNotification, ScheduledActions, AddToLoadBalancer, InstanceRefresh. Note that if you suspend either the Launch or Terminate process types, it can prevent your Auto Scaling Group from functioning properly.

tag
array

Configuration block(s) containing resource tags. See Tag below for more details.

key
string
value
string
array

List of policies to decide how the instances in the Auto Scaling Group should be terminated. The allowed values are OldestInstance, NewestInstance, OldestLaunchConfiguration, ClosestToNextInstanceHour, OldestLaunchTemplate, AllocationStrategy, Default. Additionally, the ARN of a Lambda function can be specified for custom termination policies.

array

Attaches one or more traffic sources to the specified Auto Scaling group.

type
string
array

List of subnet IDs to launch resources in. Subnets automatically determine which availability zones the group will reside. Conflicts with availability_zones.

array

References to Subnet in ec2 to populate vpcZoneIdentifier.

name
required
string
namespace
string
policy
object

Policies for referencing.

resolve
string
object

Selector for a list of Subnet in ec2 to populate vpcZoneIdentifier.

namespace
string
policy
object

Policies for selection.

resolve
string
warmPool
object

If this block is configured, add a Warm Pool to the specified Auto Scaling group. Defined below

object

Whether instances in the Auto Scaling group can be returned to the warm pool on scale in. The default is to terminate instances in the Auto Scaling group when the group scales in.

minSize
number
poolState
string
array

THIS IS A BETA FIELD. It is on by default but can be opted out through a Crossplane feature flag. ManagementPolicies specify the array of actions Crossplane is allowed to take on the managed and external resources. See the design doc for more information: https://github.com/crossplane/crossplane/blob/499895a25d1a1a0ba1604944ef98ac7a1a71f197/design/design-doc-observe-only-resources.md?plain=1#L223 and this one: https://github.com/crossplane/crossplane/blob/444267e84783136daa93568b364a5f01228cacbe/design/one-pager-ignore-changes.md

object

ProviderConfigReference specifies how the provider that will be used to create, observe, update, and delete this managed resource should be configured.

kind
required
string
name
required
string
object

WriteConnectionSecretToReference specifies the namespace and name of a Secret to which any connection details for this managed resource should be written. Connection details frequently include the endpoint, username, and password required to connect to the managed resource.

name
required
string
status
object

AutoscalingGroupStatus defines the observed state of AutoscalingGroup.

object

(No description available)

arn
string
object

The instance capacity distribution across Availability Zones. See Availability Zone Distribution below for more details.

array

A list of Availability Zones where instances in the Auto Scaling group can be created. Used for launching into the default VPC subnet in each Availability Zone when not using the vpc_zone_identifier attribute, or for attaching a network interface when an existing network interface ID is specified in a launch template. Conflicts with vpc_zone_identifier.

object

Demand Capacity Reservations. See Capacity Reservation Specification below for more details.

object

Describes a target Capacity Reservation or Capacity Reservation resource group.

array

List of On-Demand Capacity Reservation Ids. Conflicts with capacity_reservation_resource_group_arns.

array

List of On-Demand Capacity Reservation Resource Group Arns. Conflicts with capacity_reservation_ids.

context
string
array

List of metrics to collect. The allowed values are defined by the underlying AWS API.

id
string
array

One or more Lifecycle Hooks to attach to the Auto Scaling Group before instances are launched. The syntax is exactly the same as the separate aws_autoscaling_lifecycle_hook resource, without the autoscaling_group_name attribute. Please note that this will only work when creating a new Auto Scaling Group. For all other use-cases, please use aws_autoscaling_lifecycle_hook resource.

object

If this block is configured, add a instance maintenance policy to the specified Auto Scaling group. Defined below.

object

If this block is configured, start an Instance Refresh when this Auto Scaling Group is updated. Defined below.

object

Override default parameters for Instance Refresh.

object

Alarm Specification for Instance Refresh.

alarms
array

List of Cloudwatch alarms. If any of these alarms goes into ALARM state, Instance Refresh is failed.

array

List of percentages for each checkpoint. Values must be unique and in ascending order. To replace all instances, the final number must be 100.

strategy
string
array

Set of additional property names that will trigger an Instance Refresh. A refresh will always be triggered by a change in any of launch_configuration, launch_template, or mixed_instances_policy.

object

Nested argument with Launch template specification to use to launch instances. See Launch Template below for more details.

id
string
name
string
version
string
array

List of elastic load balancer names to add to the autoscaling group names. Only valid for classic load balancers. For ALBs, use target_group_arns instead. To remove all load balancer attachments an empty list should be specified.

maxSize
number
minSize
number
object

Configuration block containing settings to define launch targets for Auto Scaling groups. See Mixed Instances Policy below for more details.

object

Nested argument containing settings on how to mix on-demand and Spot instances in the Auto Scaling group. Defined below.

object

Nested argument containing launch template settings along with the overrides to specify multiple instance types and weights. Defined below.

object

Nested argument defines the Launch Template. Defined below.

array

List of nested arguments provides the ability to specify multiple instance types. This will override the same parameter in the launch template. For on-demand instances, Auto Scaling considers the order of preference of instance types to launch based on the order specified in the overrides list. Defined below.

object

Override the instance type in the Launch Template with instance types that satisfy the requirements.

object

Block describing the minimum and maximum number of accelerators (GPUs, FPGAs, or AWS Inferentia chips). Default is no minimum or maximum.

max
number
min
number
array

List of accelerator manufacturer names. Default is any manufacturer.

array

List of accelerator names. Default is any acclerator.

object

Block describing the minimum and maximum total memory of the accelerators. Default is no minimum or maximum.

max
number
min
number
array

List of accelerator types. Default is any accelerator type.

array

List of instance types to apply your specified attributes against. All other instance types are ignored, even if they match your specified attributes. You can use strings with one or more wild cards, represented by an asterisk (), to allow an instance type, size, or generation. The following are examples: m5.8xlarge, c5., m5a., r*, 3. For example, if you specify c5*, you are allowing the entire C5 instance family, which includes all C5a and C5n instance types. If you specify m5a.*, you are allowing all the M5a instance types, but not the M5n instance types. Maximum of 400 entries in the list; each entry is limited to 30 characters. Default is all instance types.

bareMetal
string
object

Block describing the minimum and maximum baseline EBS bandwidth, in Mbps. Default is no minimum or maximum.

max
number
min
number
array

List of CPU manufacturer names. Default is any manufacturer.

array

List of instance types to exclude. You can use strings with one or more wild cards, represented by an asterisk (), to exclude an instance type, size, or generation. The following are examples: m5.8xlarge, c5., m5a., r*, 3. For example, if you specify c5*, you are excluding the entire C5 instance family, which includes all C5a and C5n instance types. If you specify m5a.*, you are excluding all the M5a instance types, but not the M5n instance types. Maximum of 400 entries in the list; each entry is limited to 30 characters. Default is no excluded instance types.

array

List of instance generation names. Default is any generation.

array

List of local storage type names. Default any storage type.

object

Block describing the minimum and maximum amount of memory (GiB) per vCPU. Default is no minimum or maximum.

max
number
min
number
memoryMib
object

Block describing the minimum and maximum amount of memory (MiB). Default is no maximum.

max
number
min
number
object

Block describing the minimum and maximum amount of network bandwidth, in gigabits per second (Gbps). Default is no minimum or maximum.

max
number
min
number
object

Block describing the minimum and maximum number of network interfaces. Default is no minimum or maximum.

max
number
min
number
object

Block describing the minimum and maximum total local storage (GB). Default is no minimum or maximum.

max
number
min
number
vcpuCount
object

Block describing the minimum and maximum number of vCPUs. Default is no maximum.

max
number
min
number
object

Nested argument defines the Launch Template. Defined below.

region
string
array

List of processes to suspend for the Auto Scaling Group. The allowed values are Launch, Terminate, HealthCheck, ReplaceUnhealthy, AZRebalance, AlarmNotification, ScheduledActions, AddToLoadBalancer, InstanceRefresh. Note that if you suspend either the Launch or Terminate process types, it can prevent your Auto Scaling Group from functioning properly.

tag
array

Configuration block(s) containing resource tags. See Tag below for more details.

key
string
value
string
array

Set of aws_lb_target_group ARNs, for use with Application or Network Load Balancing. To remove all target group attachments an empty list should be specified.

array

List of policies to decide how the instances in the Auto Scaling Group should be terminated. The allowed values are OldestInstance, NewestInstance, OldestLaunchConfiguration, ClosestToNextInstanceHour, OldestLaunchTemplate, AllocationStrategy, Default. Additionally, the ARN of a Lambda function can be specified for custom termination policies.

array

Attaches one or more traffic sources to the specified Auto Scaling group.

type
string
array

List of subnet IDs to launch resources in. Subnets automatically determine which availability zones the group will reside. Conflicts with availability_zones.

warmPool
object

If this block is configured, add a Warm Pool to the specified Auto Scaling group. Defined below

object

Whether instances in the Auto Scaling group can be returned to the warm pool on scale in. The default is to terminate instances in the Auto Scaling group when the group scales in.

minSize
number
poolState
string
array

Conditions of the resource.

lastTransitionTime
required
string
message
string
reason
required
string
status
required
string
type
required
string