AWS News Blog

Tag: Amazon DynamoDB

Cross-Region Export and Import of DynamoDB Tables

Two of the most frequent feature requests for Amazon DynamoDB involve backup/restore and cross-Region data transfer. Today we are addressing both of these requests with the introduction of a pair of scalable tools (export and import) that you can use to move data between a DynamoDB table and an Amazon S3 bucket. The export and […]

Auto Scale DynamoDB With Dynamic DynamoDB

Update (2017): DynamoDB now supports auto scaling out of the box! Check out my new blog post or read the new documentation. Amazon DynamoDB is a fully-managed NoSQL database. When you create a DynamoDB table, you provision the desired amount of request capacity, taking in to account the amount of read and write traffic and […]

AWS CloudFormation Adds Support for Redshift and More

My colleague Chetan Dandekar has a lot of good news for AWS CloudFormation users! — Jeff; AWS CloudFormation now supports Amazon Redshift. We have recently enhanced our support for other AWS resources as well. What is CloudFormation?AWS CloudFormation simplifies provisioning and management of a wide range of AWS resources, from EC2 and VPC to DynamoDB. […]

Amazon DynamoDB Turns Two…

We introduced Amazon DynamoDB just two years ago. Since that time our customers have come to appreciate the power and convenience of this fully managed and highly scalable NoSQL database. DynamoDB was designed to be a database service capable of serving the ever-growing needs of Amazon.com. With single-digit latency for reads and writes, it is […]

Now Available – Global Secondary Indexes for Amazon DynamoDB

As I promised a few weeks ago, Amazon DynamoDB now supports Global Secondary Indexes. You can now create indexes and perform lookups using attributes other than the item’s primary key. With this change, DynamoDB goes beyond the functionality traditionally provided by a key/value store, while retaining the scalability and performance benefits that have made it […]

Coming Soon – Global Secondary Indexes for Amazon DynamoDB

Update: The feature described in this blog is available now and you can start using it today! Amazon.com CTO Werner Vogels gave a sneak peek at a new feature for Amazon DynamoDB earlier today. Planned for launch within weeks, the new Global Secondary Indexes will give you the flexibility to query your DynamoDB tables in […]

Fine-Grained Access Control for Amazon DynamoDB

I truly enjoy the process of putting blog posts together for new AWS services and features. Many features started out as specific requests from one of the hundreds of thousands of AWS users. With “customer obsession” as one of our core values, all of us on the AWS team do everything that we can to […]