Skip to main content

warm_pool

Gets an individual warm_pool resource

Overview

Namewarm_pool
TypeResource
Descriptionwarm_pool
Idawscc.autoscaling.warm_pool

Fields

NameDatatypeDescription
auto_scaling_group_namestring
max_group_prepared_capacityinteger
min_sizeinteger
pool_statestring
instance_reuse_policyobject
regionstringAWS region.

Methods

Currently only SELECT is supported for this resource resource.

Example

SELECT
region,
auto_scaling_group_name,
max_group_prepared_capacity,
min_size,
pool_state,
instance_reuse_policy
FROM awscc.autoscaling.warm_pool
WHERE data__Identifier = '<AutoScalingGroupName>';

Permissions

To operate on the warm_pool resource, the following permissions are required:

Delete

autoscaling:DeleteWarmPool,
autoscaling:DescribeWarmPool

Read

autoscaling:DescribeWarmPool

Update

autoscaling:PutWarmPool,
autoscaling:DescribeWarmPool,
autoscaling:DescribeAutoScalingGroups