QuestionQ46
Data Store ManagementA company stores application data in an Amazon DynamoDB table that uses provisioned capacity mode. The application's workloads have predictable throughput demand on a regular schedule. Every Monday, activity increases immediately early in the morning. The application has very low usage on weekends.
The company must ensure that the application performs consistently during periods of peak usage.
Which solution will satisfy these requirements in the MOST cost-effective way?
- A Increase the provisioned capacity to the maximum capacity that is currently present during peak load times.
- B Divide the table into two tables. Provision each table with half of the provisioned capacity of the original table. Spread queries evenly across both tables.
- C Use AWS Application Auto Scaling to schedule higher provisioned capacity for peak usage times. Schedule lower capacity during off-peak times.
- D Change the capacity mode from provisioned to on-demand. Configure the table to scale up and scale down based on the load on the table.
Community Discussion