AWS Open Source Blog

RustConf 2018 logo

Rust Expands its Reach at RustConf 2018

The third annual RustConf was held this year in Portland, Oregon, on August 16th and 17th. The Rust community showed its strengths once again, teaching an enthusiastic crowd about building safe communities and safe abstractions. With the 2018 Edition of Rust coming soon, we were excited to talk to everyone and show our support. Through […]

EKS logo

Improvements for Amazon EKS Worker Node Provisioning

Amazon Elastic Container Service for Kubernetes (EKS) provides an optimized Amazon Machine Image (AMI) and AWS CloudFormation template that make it easy to provision worker nodes for your Amazon EKS cluster on AWS. These assets are both open source and available now on Github. In addition to the EKS Optimized AMI, the Packer by Hashicorp […]

Linux Foundation Open Source Summit logo

AWS Open Source and More in Vancouver for OSSNA

Join us August 29-31, in Vancouver, BC, at Open Source Summit North America. Tracks this year cover a wide range of topics from Linux Systems, Cloud Native Applications, Blockchain, and AI, to Networking, Cloud Infrastructure, Open Source Leadership, Program Office Management, and more. Come by the AWS booth (#103) to chat with us and add […]

SNAT enabled

Amazon VPC CNI Plugin Version 1.1 Now Available

The Amazon VPC Container Networking Interface (CNI) plugin allows Kubernetes pods to receive native AWS VPC IP addresses. Because the CNI plugin is a core part of Amazon Elastic Container Service for Kubernetes (EKS), the EKS team will continue to develop the project in collaboration with our partners and customers. Today, we are releasing version […]

X-Ray Kafka service map

Tracing End-to-End Performance of Messaging Applications Built on Apache Kafka Using AWS X-Ray

Developers are using microservices architecture to build large and complex distributed applications. Distributed applications provide flexibility to isolate issues to a specific microservice, and optimize that microservice independent of other microservices. While such distributed applications scale well, it can be challenging to identify performance issues in disparate parts of the application. AWS X-Ray helps developers […]

Spinnaker project logo

Sailing with Spinnaker on AWS

We have recently begun contributing to an exciting open source project, Spinnaker from Netflix. Spinnaker is a cloud-based continuous delivery platform for releasing software changes rapidly and reliably. Spinnaker makes it easier for developers to focus on writing code without having to worry about the underlying cloud infrastructure. It integrates seamlessly with tools such as […]

Data Processing Pipeline with Amazon Kinesis Data Streams and Kubeless - diagram

Building a Data Processing Pipeline with Amazon Kinesis Data Streams and Kubeless

If you’re already running Kubernetes, FaaS (Functions as a Service) platforms on Kubernetes can help you leverage your existing investment in EC2 by enabling serverless computing. The real significance of such platforms, however, lies in the number of data sources that can trigger the deployed function. The first part of this two-part series introduced one […]