Tuesday, 3 July 2018

Amazon Elastic Book Store extends volumes to increase capacity dynamically

Amazon EBS has now extended the Elastic Volumes so to support the EBS Magnetic Volume type which will help the customers to easily increase the capacity or change the type of the EBS volumes. There will no impact on the downtime or performance by utilizing a single API call or just few console clicks. Amazon CloudWatch with the AWS Lambda can be used to streamline or automate the changes. With this new feature, the customers can implement the new changes without detaching it from the generation EC2 instances type. This feature is now available in all the AWS regions and you don’t have to pay anything extra for this feature. The Amazon Lambda and CloudWatch will be billed at the standard rates. 

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...