A company is using Amazon DynamoDB with provisioned capacity. The table's read capacity is consistently underutilized, but the write capacity is frequently maxed out. The team wants to optimize costs while maintaining performance. Which TWO actions should be taken?
Auto Scaling adjusts write capacity to match demand, reducing throttling and cost.
Why this answer
Options B and C are correct because using DynamoDB Auto Scaling for writes will adjust capacity based on demand, and reducing provisioned reads to actual usage will save costs. Option A is wrong because switching to on-demand may increase costs if the workload is predictable. Option D is wrong because reducing writes would cause throttling.
Option E is wrong because using DAX does not reduce write costs.