Domain 2: Storage Flashcards
1
Q
What is the write capacity for 1 WCU?
A
1 write per second up to 1KB each
2
Q
What is the read capacity for 1 eventually consistent RCU?
A
1 read per second up to 4KB each
3
Q
What is the read capacity for 1 strongly consistent RCU?
A
2 reads per second up to 4KB each
4
Q
What is the maximum data size for a DynamoDB partition?
A
10GB
5
Q
What is the maximum RCUs for a DynamoDB partition?
A
3000
6
Q
What is the maximum WCUs for a DynamoDB partition?
A
1000
7
Q
What is the maximum record size in DynamoDB?
A
400KB
8
Q
What is the minimum record size in DynamoDB?
A
1 byte