A config rule that checks whether Auto Scaling is enabled on your DynamoDB tables and/or global secondary indexes. Optionally you can set the read and write capacity units for the table or global secondary index.
This config rule supports the following parameters:
minProvisionedReadCapacity
Required: No
Type: int
Description:The minimum number of units that should be provisioned with read capacity in the Auto Scaling group.
maxProvisionedReadCapacity
Required: No
Type: int
Description:The maximum number of units that should be provisioned with read capacity in the Auto Scaling group.
targetReadUtilization
Required: No
Type: double
Description:The target utilization percentage for read capacity. Target utilization is expressed in terms of the ratio of consumed capacity to provisioned capacity.
minProvisionedWriteCapacity
Required: No
Type: int
Description:The minimum number of units that should be provisioned with write capacity in the Auto Scaling group.
maxProvisionedWriteCapacity
Required: No
Type: int
Description:The maximum number of units that should be provisioned with write capacity in the Auto Scaling group.
targetWriteUtilization
Required: No
Type: double
Description:The target utilization percentage for write capacity. Target utilization is expressed in terms of the ratio of consumed capacity to provisioned capacity.