AWS News Blog
Tag: Amazon DynamoDB
DynamoDB – Price Reduction and New Reserved Capacity Model
We’re making Amazon DynamoDB an even better value today, with a price reduction and a new reserved capacity pricing model. Behind the scenes, we’ve worked hard to make this happen. We have fine-tuned our storage and our processing model, optimized our replication pipeline, and taken advantage of our scale to drive down our hardware costs. […]
Read MoreCreate a Backup Website Using Route 53 DNS Failover and S3 Website Hosting
Route 53‘s new DNS Failover feature gives you the power to monitor your website and automatically route your visitors to a backup site if it goes down. In today’s guest post, Product Manager Sean Meckley shows you how to use this powerful new feature on a fictitious website. — Jeff; DNS Failover pairs up well […]
Read MoreWebinar – Scalable Database Architectures
Ok, there you are, about to build an application that has to store lots and lots of data in cost-effective yet scalable fashion. Should you use a relational model or should you go NoSQL? Should you use DynamoDB, Redshift, RDS, ElastiCache, or more than one? We’ve set up webinar for later this week to help […]
Read MoreAWS Elastic Beanstalk – Environment Resource Support + Updated PHP Runtime
AWS Elastic Beanstalk can now provision and configure AWS resources to power your application. In conjunction with a new version of our PHP runtime, you get more control and more flexibility with less code. In October, we announced the Elastic Beanstalk configuration files and talked about how they can help you configure EC2 instances without […]
Read MoreNew Asia Pacific (Sydney) Region in Australia – EC2, DynamoDB, S3, and Much More
It is time to expand the AWS footprint once again, with a new Region in Sydney, Australia. AWS customers in Australia can now enjoy fast, low-latency access to the suite of AWS infrastructure services. New Region The new Sydney Region supports the following AWS services: A Tranquil Beach – Shoal Bay, Australia Amazon Elastic Compute […]
Read MoreDynamoDB Improvements – Consistent BatchGet & More
I’m happy to announce a number of improvements to Amazon DynamoDB – Consistent BatchGet, Simultaneous Control Plane Operations, and more flexible updating of provisioned throughput. Let’s take a look at each improvement. Consistent BatchGetDynamoDB’s BatchGet operation has been extended so that it now supports strongly consistent reads in addition to eventually consistent reads. Using the […]
Read MoreOptimizing Provisioned Throughput in Amazon DynamoDB
UPDATE (May 5, 2018) The capacity management capabilities of Amazon DynamoDB were enhanced after this blog post was published. As a result, the post references information that may no longer be the most accurate or a best practice. Pease read the DynamoDB documentation on Best Practices for Designing and Using Partition Keys Effectively to learn […]
Read MoreManaging ASP.Net Session State With DynamoDB
Today we have guest post from Norm Johanson, a Software Developer on our Developer Resources team. Norm has put together a post to show you how to track the session state of an ASP.NET application uusing Amazon DynamoDB. — Jeff; When developing a new ASP.NET application, a common approach is to store session data in […]
Read More