DEV Community

Peter Kim Frank
Peter Kim Frank

Posted on

AWS re:Invent 2017 new products TLDR/discussion

Amazon released a number of new services today at AWS re:Invent. Feel free to discuss and add your thoughts.

There are two new services that revolve around containerization:

Amazon EKS

Amazon Elastic Container Service for Kubernetes (Amazon EKS) is a managed service that makes it easy for you to run Kubernetes on AWS without needing to install and operate your own Kubernetes clusters. Kubernetes is an open-source system for automating the deployment, scaling, and management of containerized applications.

AWS Fargate

AWS Fargate is a technology for Amazon ECS and EKS* that allows you to run containers without having to manage servers or clusters. With AWS Fargate, you no longer have to provision, configure, and scale clusters of virtual machines to run containers.

Another two services in the deep-learning / ML space:

AWS DeepLens

The world’s first deep learning enabled video camera for developers
AWS DeepLens helps put deep learning in the hands of developers, literally, with a fully programmable video camera, tutorials, code, and pre-trained models designed to expand deep learning skills.

Amazon Sagemaker

Amazon SageMaker is a fully-managed service that enables developers and data scientists to quickly and easily build, train, and deploy machine learning models at any scale. Amazon SageMaker removes all the barriers that typically slow down developers who want to use machine learning.

And finally there's a new managed database service.

Amazon Neptune

Amazon Neptune is a fast, reliable, fully-managed graph database service that makes it easy to build and run applications that work with highly connected datasets. The core of Amazon Neptune is a purpose-built, high-performance graph database engine optimized for storing billions of relationships and querying the graph with milliseconds latency.

Which of these are you most excited about? Feel free to add your thoughts or post other announcements from today.

Top comments (3)

Collapse
 
restoreddev profile image
Andrew Davis

I'm also interested in AWS AppSync. Platforms as a service are an intriguing idea. The time savings when building a mobile app or SPA could be significant. I also think it would be a good opportunity to learn more about GraphQL.

Collapse
 
kspeakman profile image
Kasey Speakman

I'm interested in Fargate. I like the idea of deploying code without managing a cluster infrastructure. AWS Lambda almost gets there except for the cold-start issues (have to setup a scheduled job to ping lambda services to keep them "warm"). Docker is a pretty convenient container that is supported by multiple cloud providers. Seems like a good combo.

Collapse
 
ben profile image
Ben Halpern

I sometimes feel lost navigating the different AWS services (and it was way worse before I used any). I feel like this announcement doesn't help that much.

It will definitely be interesting to see where Amazon stacks up on the services that go deeper than web infrastructure, like DeepLens, where Google and Microsoft seem to have earned more mindshare already.