Wednesday, 23 August 2017

Amazon DynamoDB Accelerator (DAX) can be provisioned using Amazon Web Service CloudFormation

Amazon announced you can now provision Amazon DynamoDB Accelerator (DAX) by using Amazon Web Service CloudFormation Service that will allow the customers to easily provide, update and manage a collection of related Amazon Web Service Resources. Amazon DynamoDB Accelerator is highly available, in-memory cache for Dynamo DB that is fully managed which delivers up to 10x efficient performance from microseconds to milliseconds even at the hundred of thousand requests per second. Amazon CloudFormation Templates can be updated, deleted and created DAX clusters, subnet groups and parameter groups. 

No comments:

Post a Comment

Optimizing Performance and Cost: Migrating an Express.js Application from EC2 to AWS Lambda

Introduction: In a recent project, our team worked on optimizing a Node.js application that was originally hosted on an EC2 instance. The ap...