asked 129k views
3 votes
What is the minimum RCU limit for DynamoDB?
(A) 1
(B) 5
(C) 10
(D) 20

1 Answer

1 vote

Final answer:

The minimum RCU limit for DynamoDB is 1.

Step-by-step explanation:

The minimum RCU limit for DynamoDB is determined by the provisioned capacity mode. In this mode, you specify the Read Capacity Units (RCUs) that you require for your table. Each RCU represents the throughput of one strongly consistent read per second, or two eventually consistent reads per second, for an item up to 4 KB in size.

The minimum RCU limit for DynamoDB is 1. This means that even if you need a very small amount of read capacity, you must provision at least 1 RCU. If you don't need any read capacity, you can set the provisioned RCU value to 0.

Therefore, the correct answer to your question is (A) 1.

answered
User Hasayakey
by
9.1k points