To dynamically adjust provisioned throughput capacity for your DynamoDB tables in response to current traffic patterns, you can use the Auto Scaling feature provided by Amazon Dynamodb. This feature uses the Application Auto Scaling service to automatically increase the provisioned read and write capacity to handle sudden traffic increases and reduce the throughput when the workload decreases to avoid paying for unused provisioned capacity. Once the Auto Scaling feature is enabled, Dynamodb monitors the throughput consumption using the CloudWatch service and adjusts provisioned capacity up or down as needed. Auto Scaling can help you to manage your resource capacity efficiently and lower the cost of your Dynamodb workloads.
To enable Auto Scaling for your Amazon DynamoDB tables via the AWS Management Console: