How to auto scale Amazon DynamoDB throughput?

前端 未结 11 773
渐次进展
渐次进展 2020-12-13 06:59

Amazon DynamoDB doesn’t provide inbuild capabilities to auto tune throughput based on Dynamic Load. It provide API to increase or Decrease throughput. Customers are being c

11条回答
  •  情深已故
    2020-12-13 07:29

    Jeff Bar recently wrote a blog in AWS official blog: "Auto Scale DynamoDB With Dynamic DynamoDB":

    https://aws.amazon.com/blogs/aws/auto-scale-dynamodb-with-dynamic-dynamodb/

    He introduced Dynamic DynamoDB, an open source tool built by independent developer to handle this automatically with CloudFormation template.

提交回复
热议问题