

This is the new *Amazon CloudFormation Template Reference Guide*. Please update your bookmarks and links. For help getting started with CloudFormation, see the [Amazon CloudFormation User Guide](https://docs.amazonaws.cn/AWSCloudFormation/latest/UserGuide/Welcome.html).

# AWS::AutoScaling::AutoScalingGroup VCpuCountRequest
<a name="aws-properties-autoscaling-autoscalinggroup-vcpucountrequest"></a>

`VCpuCountRequest` is a property of the `InstanceRequirements` property of the [AWS::AutoScaling::AutoScalingGroup LaunchTemplateOverrides](https://docs.amazonaws.cn/AWSCloudFormation/latest/UserGuide/aws-properties-autoscaling-autoscalinggroup-launchtemplateoverrides.html) property type that describes the minimum and maximum number of vCPUs for an instance type.

## Syntax
<a name="aws-properties-autoscaling-autoscalinggroup-vcpucountrequest-syntax"></a>

To declare this entity in your Amazon CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-autoscaling-autoscalinggroup-vcpucountrequest-syntax.json"></a>

```
{
  "[Max](#cfn-autoscaling-autoscalinggroup-vcpucountrequest-max)" : {{Integer}},
  "[Min](#cfn-autoscaling-autoscalinggroup-vcpucountrequest-min)" : {{Integer}}
}
```

### YAML
<a name="aws-properties-autoscaling-autoscalinggroup-vcpucountrequest-syntax.yaml"></a>

```
  [Max](#cfn-autoscaling-autoscalinggroup-vcpucountrequest-max): {{Integer}}
  [Min](#cfn-autoscaling-autoscalinggroup-vcpucountrequest-min): {{Integer}}
```

## Properties
<a name="aws-properties-autoscaling-autoscalinggroup-vcpucountrequest-properties"></a>

`Max`  <a name="cfn-autoscaling-autoscalinggroup-vcpucountrequest-max"></a>
The maximum number of vCPUs.  
*Required*: No  
*Type*: Integer  
*Minimum*: `0`  
*Update requires*: [Some interruptions](https://docs.amazonaws.cn/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-some-interrupt)

`Min`  <a name="cfn-autoscaling-autoscalinggroup-vcpucountrequest-min"></a>
The minimum number of vCPUs.  
*Required*: No  
*Type*: Integer  
*Minimum*: `0`  
*Update requires*: [Some interruptions](https://docs.amazonaws.cn/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-some-interrupt)