Marketplace
BrowsePublish
Marketplace
You are viewing an outdated version of provider-aws.Go to Latest
upbound/provider-aws@v0.21.0
AutoscalingGroup
autoscaling.aws.upbound.io
AutoscalingGroup
upbound/provider-aws@v0.21.0autoscaling.aws.upbound.io

AutoscalingGroup is the Schema for the AutoscalingGroups API. Provides an Auto Scaling Group resource.

Type

CRD

Group

autoscaling.aws.upbound.io

Version

v1beta1

apiVersion: autoscaling.aws.upbound.io/v1beta1

kind: AutoscalingGroup

API Documentation
apiVersion
string
kind
string
metadata
object
spec
object
object

AutoscalingGroupSpec defines the desired state of AutoscalingGroup

forProvider
requiredobject
requiredobject

No description provided.

array

A list of one or more availability zones for the group. Used for EC2-Classic, attaching a network interface via id from a launch template and default subnets when not specified with vpc_zone_identifier argument. Conflicts with vpc_zone_identifier.

array

A 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.

array

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

array

Override default parameters for Instance Refresh.

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
requiredstring
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
requiredstring
policy
object
object

Policies for referencing.

resolve
string
object

Selector for a LaunchConfiguration in autoscaling to populate launchConfiguration.

policy
object
object

Policies for selection.

resolve
string
array

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

id
string
idRef
object
object

Reference to a LaunchTemplate in ec2 to populate id.

name
requiredstring
policy
object
object

Policies for referencing.

resolve
string
object

Selector for a LaunchTemplate in ec2 to populate id.

policy
object
object

Policies for selection.

resolve
string
name
string
version
string
maxSize
requirednumber
minSize
requirednumber
array

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

array

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

launchTemplate
requiredarray
requiredarray

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

requiredarray

Nested argument defines the Launch Template. Defined below.

object

Reference to a LaunchTemplate in ec2 to populate launchTemplateId.

name
requiredstring
policy
object
object

Policies for referencing.

resolve
string
object

Selector for a LaunchTemplate in ec2 to populate launchTemplateId.

policy
object
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.

array

Nested argument defines the Launch Template. Defined below.

object

Reference to a LaunchTemplate in ec2 to populate launchTemplateId.

name
requiredstring
policy
object
object

Policies for referencing.

resolve
string
object

Selector for a LaunchTemplate in ec2 to populate launchTemplateId.

policy
object
object

Policies for selection.

resolve
string
version
string
object

Reference to a PlacementGroup in ec2 to populate placementGroup.

name
requiredstring
policy
object
object

Policies for referencing.

resolve
string
object

Selector for a PlacementGroup in ec2 to populate placementGroup.

policy
object
object

Policies for selection.

resolve
string
region
requiredstring
object

Reference to a Role in iam to populate serviceLinkedRoleArn.

name
requiredstring
policy
object
object

Policies for referencing.

resolve
string
object

Selector for a Role in iam to populate serviceLinkedRoleArn.

policy
object
object

Policies for selection.

resolve
string
array

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

tag
array
array

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

key
requiredstring
propagateAtLaunch
requiredboolean
value
requiredstring
tags
array
array

Key-value map of resource tags.

array

A 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.

array

A 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
requiredstring
policy
object
object

Policies for referencing.

resolve
string
object

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

policy
object
object

Policies for selection.

resolve
string
array

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

array

Indicates 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

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

name
requiredstring
policy
object
object

Policies for referencing.

resolve
string
object

ProviderReference specifies the provider that will be used to create, observe, update, and delete this managed resource. Deprecated: Please use ProviderConfigReference, i.e. providerConfigRef

name
requiredstring
policy
object
object

Policies for referencing.

resolve
string
object

PublishConnectionDetailsTo specifies the connection secret config which contains a name, metadata and a reference to secret store config 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.

configRef
object
object

SecretStoreConfigRef specifies which secret store config should be used for this ConnectionSecret.

name
requiredstring
policy
object
object

Policies for referencing.

resolve
string
metadata
object
object

Metadata is the metadata for connection secret.

labels
object
type
string
name
requiredstring
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. This field is planned to be replaced in a future release in favor of PublishConnectionDetailsTo. Currently, both could be set independently and connection details would be published to both without affecting each other.

name
requiredstring
namespace
requiredstring
status
object
object

AutoscalingGroupStatus defines the observed state of AutoscalingGroup.

object

No description provided.

arn
string
id
string
array

A 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.

array

A set of aws_alb_target_group ARNs, for use with Application or Network Load Balancing.

array

Conditions of the resource.

lastTransitionTime
requiredstring
message
string
reason
requiredstring
status
requiredstring
type
requiredstring
Marketplace

Discover the building blocks for your internal cloud platform.

© 2022 Upbound, Inc.

SolutionsProvidersConfigurations
LearnDocumentationTry for Free
MorePrivacy PolicyTerms & Conditions
Marketplace

© 2022 Upbound, Inc.

Marketplace

Discover the building blocksfor your internal cloud platform.