Day 2 at the AWS re:Invent – what we learned

Michael Wittig – 09 Oct 2015

Every year AWS runs a big conference with 19,000 attendees in Las Vegas to announce new services and to educate people in more than 270 sessions about how to use AWS. As usual there was a keynote on Wednesday focusing on enterprise topics and a second keynote on Thursday focusing on the more innovative services.

Virtual computing: EC2

During the keynote Werner Vogels announced new instance types. So far a t2.micro instance with 1 GiB memory and 1 virtual CPU was the smallest and cheapest EC2 instance type available. The new t2.nano instance type is even smaller providing 512 MB memory and 1 virtual CPU.

On the other side a new instance family called x1 was announced. This instance family will provide virtual servers with up to 2 TB memory powered by the new Intel Xeon E7 processors. The expanded portfolio will make it easier to find an EC2 instance type for every workload.

Containerized computing: ECS

Docker has become very popular during the last two years. AWS announced a new service to make it easier to manage a fleet of Docker containers on EC2 instances a year ago: ECS (EC2 Container Service). This year AWS announced a few interesting new features for ECS. The EC2 Container Registry (ECR) offers a fully managed registry for Docker containers.

This new service will make it easier to deploy microservices on ECS and is an alternative to private repositories on Docker Hub. On top of that AWS announced a new feature that allows you to launch containers evenly distributed among different availability zones to be able to build fault tolerant systems more easily.

Serverless computing: AWS Lambda

As Werner Vogels said during the keynote: “No server is easier to manage than no server.” AWS launched a service called Lambda at re:Invent in 2014. Developers are able to execute small functions with the help of AWS Lambda without the need of a virtual server or container.

A few new features for AWS Lambda were announced this year. First of all it is now possible to trigger Lambda functions with the help of a schedule as known from UNIX cronjobs. The maximum execution duration per request of a Lambda function will be increased from 1 minute to 5 minutes. And it will be possible to execute a Lambda function in a private network on AWS, called VPC.

IoT

AWS was focusing heavily on IoT during the keynote. A lot of use cases and customers were shown. The message is clear: AWS is or is trying to become the place to store and evaluate data from any kind of IoT devices and services.

To be able to achieve that AWS is offering a managed cloud platform called AWS IoT. Important part of this platform is a MQTT broker that allows to collect data from IoT devices over the Internet easily.

More improvement than innovation

AWS focused heavily on improving existing technologies and services. Improvements were made to the three computing services: EC2, ECS and Lambda. The focus seems to be on consolidating and improving existing services instead of complete new services this year. With one exception: AWS seems to be focusing heavily on the coming IoT market.

Michael Wittig

Michael Wittig

I’ve been building on AWS since 2012 together with my brother Andreas. We are sharing our insights into all things AWS on cloudonaut and have written the book AWS in Action. Besides that, we’re currently working on bucketAV, HyperEnv for GitHub Actions, and marbot.

Here are the contact options for feedback and questions.