Design High-Performing Architectures Practice Question
Question
For a containerized service, an architect is reviewing DynamoDB partition keys requirement set 12. Which design choice best fits the requirement while following AWS architectural best practices?
Answer choices
- A. Place all components on a single large instance to simplify troubleshooting.
- B. Use long-lived access keys in application configuration so services can call AWS APIs directly.
- C. Disable monitoring until the workload reaches steady production traffic.
- D. Choose high-cardinality keys that distribute traffic evenly.
Correct Answer
D. Choose high-cardinality keys that distribute traffic evenly.
Explanation
The best answer applies DynamoDB partition keys: choose high-cardinality keys that distribute traffic evenly. The other options increase operational risk, weaken security, or remove observability that an AWS Solutions Architect should preserve.
Question details
- Difficulty: hard
- Domain: Design High-Performing Architectures
- Objective: DynamoDB partition keys