Which TWO practices help optimize costs in Amazon DynamoDB? (Choose 2.)
Auto scaling matches capacity to demand, reducing waste.
Why this answer
Option B is correct because DynamoDB Auto Scaling automatically adjusts provisioned read and write capacity based on actual traffic patterns, preventing over-provisioning and reducing costs during low-demand periods. Option E is correct because on-demand capacity mode charges per request, making it cost-effective for unpredictable workloads where capacity planning is difficult, avoiding the cost of idle provisioned capacity.
Exam trap
The trap here is that candidates often assume more indexes or always-on DAX improve performance without considering the associated cost overhead, or they mistakenly think reserved capacity is always cheaper regardless of usage patterns.