Question 394:
A SAAS provider has an online training service that is deployed in AWS. For each subscriber, there is a new DynamoDB table created for it. The company needs the deployment in AWS to be simple. It is known that the read throughput is much more than the write throughput. During the day, the read traffic is very unbalanced and spiky among various DynamoDB tables. What kind of capacity should the DynamoDB tables be configured?
Answer options:
A.Depending on which type of subscriber it has, configure a provisioned capacity accordingly. B.Configure a median provisioned capacity for all tables. Enable Auto Scaling when target utilization is over 80%. C.Set up On-Demand capacity for individual DynamoDB tables. D.Configure an On-Demand capacity for read, and configure a provisioned capacity for write using a reasonable value.