What Is Amazon DynamoDB?
Welcome to the Amazon DynamoDB Developer Guide.
Amazon DynamoDB is a fully managed NoSQL database service that provides fast and predictable performance with seamless scalability. DynamoDB lets you offload the administrative burdens of operating and scaling a distributed database, so that you don't have to worry about hardware provisioning, setup and configuration, replication, software patching, or cluster scaling.
With DynamoDB, you can create database tables that can store and retrieve any amount of data, and serve any level of request traffic. You can scale up or scale down your tables' throughput capacity without downtime or performance degradation, and use the AWS Management Console to monitor resource utilization and performance metrics.
DynamoDB automatically spreads the data and traffic for your tables over a sufficient number of servers to handle your throughput and storage requirements, while maintaining consistent and fast performance. All of your data is stored on solid state disks (SSDs) and automatically replicated across multiple Availability Zones in an AWS region, providing built-in high availability and data durability.
We recommend that you begin by reading the following sections:
Amazon DynamoDB: How It Works—To learn essential DynamoDB concepts.
Setting Up DynamoDB—To learn how to setup DynamoDB (Downloadable Version or Web Service).
Accessing DynamoDB—To learn how to access DynamoDB using the console, CLI, or API.
To learn more about application development see the following:
Note
You can also review the Amazon DynamoDB Getting Started Guide for language-specific tutorials with sample code. AWS SDKs are available for a wide variety of languages. For a complete list, see Tools for Amazon Web Services.
To quickly find recommendations for maximizing performance and minimizing throughput costs see Best Practices for DynamoDB. To learn how to tag DynamoDB resources see Tagging for DynamoDB.
Finally, if you want to identify and migrate Relational Database Management Systems (RDBMS) databases to DynamoDB, see Best Practices for Migrating from RDBMS to Amazon DynamoDB.

