What is the recommended capacity mode Dynamodb for unpredictable workloads?
on demand
What causes a DynamoDB hot partition?
many requests that target only a few partitions
How many Dynamodb RCU per 4KB
4 KB |1 RCU |1 strongly consistent read request per second.
4 KB |1 RCU |2 eventually consistent read requests per second
4 KB| 2 RCU |1 Transactional read requests per second
How many Dynamodb WCU per 1KB
1 KB | 1 WCU |1 standard write request per second.
1 KB | 2 WCU |1 Transactional write requests per second
What are the DynamoDb encryption options?
PS: Encryption can’t be disabled!