AWS Open Source Blog

Category: Open Source

Kata Containers logo.

Kata Containers 1.5 Release with Support for Firecracker

中文版 – Firecracker was announced at re:Invent 2018. It provides security and isolation of virtual machines along with fast startup times and density of containers. It provides a cloud-native hypervisor for running containers safely and efficiently. In this post, Eric Ernst from the Kata Containers project explains how Firecracker meets a need in their community […]

integrating Phabricator into a CI/CD pipeline.

Integrating Phabricator with AWS CodePipeline via AWS CodeCommit

中文版 Realizing true DevOps culture means implementing a continuous integration and continuous delivery (CI/CD) pipeline from development to production, often integrating popular open source tools with cloud services such as AWS CodeCommit and AWS CodePipeline. In this post, Junaid Kapadia shows how to integrate Phabricator, an open source code manager, into a cloud-based CI/CD pipeline. […]

AWS Open Source logo.

Recruiting Open Source Contributors to Work at AWS

Note: This post is, of course, out of date – but we still have lots of open source jobs at AWS! Happy New Year! How would you like to start 2019 with a new role working on open source at AWS? Robots! My team of open source technologists is growing steadily, adding specialists in different […]

etcd is Now a CNCF Incubating Project

etcd is a distributed key value store that provides a reliable way to manage the coordination state of distributed systems. etcd was first announced in June 2013 by CoreOS (part of Red Hat as of 2018). Since its adoption as part of Kubernetes in 2014, etcd has become a fundamental part of the Kubernetes cluster […]

mu on AWS architecture

Announcing EKS Support in mu

中文版 Getting started with application development on Amazon EKS can require you to create the Kubernetes cluster, code repos, and configure deployment pipelines to continuously push code changes to the cluster. In this post, Casey Lee of Stelligent shows how mu, an open source tool, can be used to simplify the declaration and administration of […]

AWS re:Invent 2018 header

Friday, November 30: Open Source Sessions Today at re:Invent

中文版 Please double-check the AWS re:Invent event catalog to confirm the date/time/venue for your session! Remember, this is not an exhaustive list! Also see the overview post Open Source at re:Invent 2018 for links to broad topic areas (e.g., containers) that are also about open source. 8:30 AM – 9:30 AM SEC378-R1 – Securely Deploying […]

Rust + Lambda logos

Rust Runtime for AWS Lambda

中文版 AWS Lambda, which makes it easy for developers to run code for virtually any type of application or backend service with zero administration, has just announced the Runtime APIs. The Runtime APIs define an HTTP-based specification of the Lambda programming model which can be implemented in any programming language. To accompany the API launch, […]