A config rule that checks whether provisioned DynamoDB throughput is approaching the maximum limit for your account. By default, the rule checks if provisioned throughput exceeds a threshold of 80% of your account limits.

This config rule supports the following parameters:

  • accountRCUThresholdPercentage
    • Required: No
    • Type: int
    • Description:Percentage of provisioned read capacity units for your account. When this value is reached, the rule is marked as noncompliant.
    • Default Value: 80
  • accountWCUThresholdPercentage
    • Required: No
    • Type: int
    • Description:Percentage of provisioned write capacity units for your account. When this value is reached, the rule is marked as noncompliant.
    • Default Value: 80

ConfigRule
AWS::Config::ConfigRule


Source *
CustomPolicyDetails
SourceDetails

CloudFormation Template

Share Template