

# dynamodb-autoscaling-enabled
<a name="dynamodb-autoscaling-enabled"></a>

Checks if Amazon DynamoDB tables or global secondary indexes can process read/write capacity using on-demand mode or provisioned mode with auto scaling enabled. The rule is NON\_COMPLIANT if either mode is used without auto scaling enabled 



**Identifier:** DYNAMODB\_AUTOSCALING\_ENABLED

**Resource Types:** AWS::DynamoDB::Table

**Trigger type:** Periodic

**Amazon Web Services Region:** All supported Amazon regions

**Parameters:**

minProvisionedReadCapacity (Optional)Type: int  
The minimum number of units that should be provisioned with read capacity in the Auto Scaling group.

maxProvisionedReadCapacity (Optional)Type: int  
The maximum number of units that should be provisioned with read capacity in the Auto Scaling group.

targetReadUtilization (Optional)Type: double  
The target utilization percentage for read capacity. Target utilization is expressed in terms of the ratio of consumed capacity to provisioned capacity.

minProvisionedWriteCapacity (Optional)Type: int  
The minimum number of units that should be provisioned with write capacity in the Auto Scaling group.

maxProvisionedWriteCapacity (Optional)Type: int  
The maximum number of units that should be provisioned with write capacity in the Auto Scaling group.

targetWriteUtilization (Optional)Type: double  
The target utilization percentage for write capacity. Target utilization is expressed in terms of the ratio of consumed capacity to provisioned capacity.

## Amazon CloudFormation template
<a name="w2aac20c16c17b7d493c19"></a>

To create Amazon Config managed rules with Amazon CloudFormation templates, see [Creating Amazon Config Managed Rules With Amazon CloudFormation Templates](aws-config-managed-rules-cloudformation-templates.md).