From d7a003dc22bf6c2f9ff09c4bfbb653352cd0d5c4 Mon Sep 17 00:00:00 2001 From: Shak Date: Fri, 28 Jun 2019 15:55:05 +1000 Subject: [PATCH] Updated index.md (#29129) * Updated index.md Added capacity related mechanism for DynamoDB. * fix: reverted verbiage --- .../cloud-development/amazon-aws/dynamodb/index.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/guide/english/cloud-development/amazon-aws/dynamodb/index.md b/guide/english/cloud-development/amazon-aws/dynamodb/index.md index 482b673bad..2c01c3ddb1 100644 --- a/guide/english/cloud-development/amazon-aws/dynamodb/index.md +++ b/guide/english/cloud-development/amazon-aws/dynamodb/index.md @@ -18,7 +18,11 @@ The concept of partition key and sort key is very important because it relates t Amazon DynamoDB also has high availability. It replicates the data to many servers in different availability zones in a region. Availability Zones are data centers physically separated by a safe distance. In case of a disaster in one server, other servers have the data replicated in a safe distance and untouched. -Due to its ease of set up and its infinite capacity to scale it is good for many uses cases. It is best suited for scenarios where the load required is not known or there are sudden peaks. Some of the use cases are as data storage for serverless applications, microservices, mobile back-end, gaming, IoT and more. +Due to its ease of set up and its infinite capacity to scale it is good for many uses cases. It is best suited for scenarios where the load required is not known or there are sudden peaks. Some of the use cases are as data storage for serverless applications, microservices, mobile back-end, gaming, IoT and more. DynamoDB provides the following mechanisms for managing throughput: + +- DynamoDB auto scaling +- Provisioned throughput +- Reserved capacity ### Resources: @@ -28,4 +32,4 @@ Due to its ease of set up and its infinite capacity to scale it is good for many ### More Information: - "What is Amazon DynamoDB?" from [AWS DynamoDB Documentation](https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/Introduction.html?shortFooter=true) -- "DynamoDB Core Components" from [AWS DynamoDB Documentation](https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/HowItWorks.CoreComponents.html?shortFooter=true) \ No newline at end of file +- "DynamoDB Core Components" from [AWS DynamoDB Documentation](https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/HowItWorks.CoreComponents.html?shortFooter=true)