Which database service is best suited for applications that need single-digit millisecond performance at any scale with flexible schema?

  1. Amazon Aurora
  2. Amazon Redshift
  3. Amazon DynamoDB ✓
  4. Amazon RDS

Correct answer: Amazon DynamoDB

Option C is correct because Amazon DynamoDB is a fully managed NoSQL database purpose-built to deliver single-digit millisecond latency at virtually any scale, and it supports flexible, schemaless data models. Option A is incorrect because Amazon Aurora is a relational database that offers high performance and availability but uses a fixed schema and is not designed for the extreme sub-10ms NoSQL use cases that DynamoDB targets. Option B is incorrect because Amazon Redshift is an OLAP columnar data warehouse optimized for complex analytical queries, not low-latency transactional access. Option D is incorrect because Amazon RDS is a managed relational database service that enforces a rigid schema and does not provide the same single-digit millisecond guarantees at extreme scale.

Topic: · dynamodb, nosql, low latency, scalability

Practice AWS Solutions Architect Associate Questions Free