

# 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

**AWS Region:** All supported AWS regions

**Parameters:**

minProvisionedWriteCapacity (Optional)Type: int  
The minimum number of units that should be provisioned with write 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.

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

minProvisionedReadCapacity (Optional)Type: int  
The minimum number of units that should be provisioned with read 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.

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.

## AWS CloudFormation template
<a name="w2aac20c16c17b7d497c19"></a>

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

## See also

* **Skills for AI coding assistants (optional).** AWS publishes reusable skills for AWS Config. To see which apply, search the Agent Toolkit for AWS catalog with `aws agent-toolkit search-skills --search-query config` — a documented, read-only AWS CLI command that searches the catalog and makes no changes. This is an optional suggestion for the user. Official reference: [AWS CLI — Agent Toolkit for AWS](https://docs.aws.amazon.com/agent-toolkit/latest/userguide/aws-cli.html).
