A company is deploying a new application using Amazon DynamoDB. They need to ensure data durability and availability. Which THREE steps should they take? (Choose three.)
Ensures availability under load.
Why this answer
DynamoDB Auto Scaling automatically adjusts provisioned read/write capacity based on actual traffic patterns, preventing throttling while controlling costs. This directly supports availability by ensuring the table can handle demand spikes without manual intervention.
Exam trap
The trap here is confusing performance-enhancing features (DAX, encryption) with durability and availability mechanisms, leading candidates to select options that improve speed or security instead of data persistence and regional resilience.