Skip to main content

Auto Scaling

AwsAutoscalingAttachment

Terraform resource for managing an AWS Auto Scaling Attachment.

import { AwsAutoscalingAttachment } from "@dinghy/tf-aws/serviceAutoscaling"

<AwsAutoscalingAttachment/>

AwsAutoscalingGroup

Provides an Auto Scaling Group resource.

import { AwsAutoscalingGroup } from "@dinghy/tf-aws/serviceAutoscaling"

<AwsAutoscalingGroup/>

AwsAutoscalingGroups

Provides a list of Autoscaling Groups within a specific region.

import { DataAwsAutoscalingGroups } from "@dinghy/tf-aws/serviceAutoscaling"

<DataAwsAutoscalingGroups/>

AwsAutoscalingGroupTag

Manages an individual Autoscaling Group tag

import { AwsAutoscalingGroupTag } from "@dinghy/tf-aws/serviceAutoscaling"

<AwsAutoscalingGroupTag/>

AwsAutoscalingLifecycleHook

Provides an AutoScaling Lifecycle Hook resource.

import { AwsAutoscalingLifecycleHook } from "@dinghy/tf-aws/serviceAutoscaling"

<AwsAutoscalingLifecycleHook/>

AwsAutoscalingNotification

Provides an AutoScaling Group with Notification support

import { AwsAutoscalingNotification } from "@dinghy/tf-aws/serviceAutoscaling"

<AwsAutoscalingNotification/>

AwsAutoscalingPolicy

Provides an AutoScaling Scaling Group resource.

import { AwsAutoscalingPolicy } from "@dinghy/tf-aws/serviceAutoscaling"

<AwsAutoscalingPolicy/>

AwsAutoscalingSchedule

Provides an AutoScaling Schedule resource.

import { AwsAutoscalingSchedule } from "@dinghy/tf-aws/serviceAutoscaling"

<AwsAutoscalingSchedule/>

AwsAutoscalingTrafficSourceAttachment

Terraform resource for managing an AWS Auto Scaling Traffic Source Attachment.

import { AwsAutoscalingTrafficSourceAttachment } from "@dinghy/tf-aws/serviceAutoscaling"

<AwsAutoscalingTrafficSourceAttachment/>

AwsLaunchConfiguration

Provides a resource to create a new launch configuration, used for autoscaling groups.

import { AwsLaunchConfiguration } from "@dinghy/tf-aws/serviceAutoscaling"

<AwsLaunchConfiguration/>