AWS Fundamentals Logo
AWS Fundamentals
AWS::AutoScaling::WarmPool

AutoScaling WarmPool

Resource schema for AWS::AutoScaling::WarmPool.

Properties

5 configurable properties. 1 required. Click a row to see details.

Filter:
PropertyTypeFlags
AutoScalingGroupName
string
RequiredCreate-only
InstanceReusePolicy
InstanceReusePolicy
MaxGroupPreparedCapacity
integer
MinSize
integer
PoolState
string

Sample CloudFormation Template

A minimal template with required properties and common optional ones.

template.yaml
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::AutoScaling::WarmPool

Resources:
  MyResource:
    Type: AWS::AutoScaling::WarmPool
    Properties:
      AutoScalingGroupName: "my-autoscalinggroupname"

Required IAM Permissions

Permissions CloudFormation needs in your IAM role to manage this resource.

create

autoscaling:PutWarmPoolautoscaling:DescribeWarmPoolautoscaling:DescribeAutoScalingGroups

delete

autoscaling:DeleteWarmPoolautoscaling:DescribeWarmPool

read

autoscaling:DescribeWarmPool

update

autoscaling:PutWarmPoolautoscaling:DescribeWarmPoolautoscaling:DescribeAutoScalingGroups

list

autoscaling:DescribeWarmPool

Learn AWS the Practical Way

Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.

Subscribe to Newsletter

Quick Facts

ServiceAutoScaling
Properties5
Required1
TaggingNot supported
Primary IDAutoScalingGroupName

Supported Operations

CreateDeleteReadUpdateList

Immutable After Creation

These properties cannot be changed after the resource is created. Updating them triggers a replacement.

AutoScalingGroupName

External Links