AWS News Blog
Category: Compute
DynamoDB Update – Triggers (Streams + Lambda) + Cross-Region Replication App
I’ve got some really good news for Amazon DynamoDB users! First, the DynamoDB Streams feature is now available and you can start using it today. As you will see from this blog post, it is now very easy to use AWS Lambda to process the change records from a stream. Second, we are making it […]
Auto Scaling Update – New Scaling Policies for More Responsive Scaling
Auto Scaling helps you to build systems that respond to changes in the demand for compute power by launching additional Amazon Elastic Compute Cloud (Amazon EC2) instances or terminating existing ones. As I was thinking about this post, I thought it would be fun to deconstruct Auto Scaling to ensure that I (and you) have […]
EC2’s R3 Instances Now Available in Brazil
EC2’s R3 instances are designed to provide you with the best price per GiB of RAM, along with high memory performance. I am happy to be able to announce that they are now available in the South America (São Paulo) region, in two sizes. Here are the specs: Instance Name vCPU Count RAM SSD Storage […]
New – Alexa Skills Kit, Alexa Voice Service, Alexa Fund
Amazon Echo is a new type of device designed around your voice. Echo connects to Alexa, a cloud-based voice service powered (of course) by AWS. You can ask Alexa to provide information, answer questions, play music, read the news, and get results or answers instantly. When you are in the same room as an Amazon […]
Focusing on Spot Instances – Let’s Talk About Best Practices
I often point to EC2 Spot Instances as a feature that can only be implemented at world-scale with any degree of utility. Unless you have a massive amount of compute power and a multitude of customers spread across every time zone in the world, with a wide variety of workloads, you simply won’t have the […]
New T2.Large Instances
We launched the T2 instances last summer (see my post, New Low Cost EC2 Instances with Burstable Performance for more information). These instances give you a generous amount of baseline capacity and the ability to automatically and transparently scale up to full-core processing power on an as-needed basis. The bursting model is based on “CPU […]
Now Available – SQL Server Enterprise Edition AMI for EC2
You can now launch SQL Server Enterprise Edition on Amazon Elastic Compute Cloud (Amazon EC2) using a new, pre-configured AMI (Amazon Machine Image). This edition of SQL Server offers some new and unique features including: High Availability – You can configure a primary database and up to four active, readable secondary databases into an Always-On […]
AWS Lambda Update – Run Java Code in Response to Events
Many AWS customers are using AWS Lambda to build clean, straightforward applications that handle image and document uploads, process log files from AWS CloudTrail, handle data streamed from Amazon Kinesis, and so forth. With the recently launched synchronous invocation capability, Lambda is fast becoming a favorite choice for building mobile, web and IoT backends. Our […]