DynamoDB

aws/database aws/service

💡 Definition

Amazon DynamoDB is a fast and flexible NoSQL database service for all applications that need consistent, single-digit millisecond latency at any scale. It is a fully managed, multi-region, multi-active, durable database with built-in security, backup and restore, and in-memory caching.

🔑 Key Concepts

⚙️ How it Works

You create tables and specify a primary key. You can then add items (documents) to the tables. DynamoDB automatically distributes your data and traffic over a sufficient number of servers to handle your throughput and storage requirements while maintaining fast performance.

🎯 Use Cases

💰 Pricing Model

📝 Exam Tips (CLF-C02)


See Also: * RDS * Lambda * S3