AWS Certified Data Engineer – Associate (DEA-C01) — Question 42

A company stores data from an application in an Amazon DynamoDB table that operates in provisioned capacity mode. The workloads of the application have predictable throughput load on a regular schedule. Every Monday, there is an immediate increase in activity early in the morning. The application has very low usage during weekends.
The company must ensure that the application performs consistently during peak usage times.
Which solution will meet these requirements in the MOST cost-effective way?

Answer options

Correct answer: C

Explanation

The correct answer is C because AWS Application Auto Scaling allows for scheduled adjustments to provisioned capacity, which directly addresses the predictable increase in load on Mondays while saving costs during low usage periods. Option A may lead to unnecessary costs by maintaining high capacity full-time, B complicates management without guaranteeing performance, and D does not ensure consistent performance during peak times since it relies on an unpredictable on-demand model.