Which THREE are factors to consider when choosing between Amazon RDS and Amazon DynamoDB? (Select THREE.)
DynamoDB is serverless; RDS requires provisioning.
Why this answer
Option A is correct because Amazon RDS requires manual or auto-scaling of compute and storage capacity, while DynamoDB offers serverless capacity management with on-demand mode that automatically scales throughput based on traffic. This is a key differentiator when deciding between provisioned capacity (RDS) and fully managed, pay-per-request scaling (DynamoDB).
Exam trap
The trap here is that candidates may think encryption at rest or in-memory caching are exclusive to one service, but AWS offers these features across both RDS and DynamoDB, making them irrelevant for choosing between the two.