Question 79:
An application is being developed that is going to write data to a DynamoDB table. You have to set up the read and write throughput for the table. Data is going to be read at the rate of 300 items every 30 seconds. Each item is of size 6KB. The reads can be eventual consistent reads. What would be the Read Capacity Unit that needs to be set on the table?
Answer options:
A.10 B.20 C.6 D.30