AWS Open Source Blog

Category: Open Source

Open Source Leadership Summit 2018 Sonoma

AWS Presents at the Open Source Leadership Summit 2018

AWS 2018 索诺马开源领袖峰会 The Linux Foundation’s Open Source Leadership Summit (OSLS) was held this year in Sonoma, California. The summit offered a great opportunity for collaboration, learning, and sharing. The venue was chosen to help the recovery of a local community devastated by recent calamitous fires. I presented a talk on the growth of open […]

editing open source AWS documentation

Open Source News Roundup: March 30, 2018

September 8, 2021: Amazon Elasticsearch Service has been renamed to Amazon OpenSearch Service. Visit the website to learn more. AWS Documentation is Now Open Source and On GitHub Earlier this year we made the AWS SDK developer guides available as GitHub repos (all found within the awsdocs organization) and invited interested parties to contribute changes […]

Capital One Hygieia project logo

Hygieia and the Capital One DevOps Journey

中文版 by Tapabrata Pal AWS customers have created many interesting and useful open source projects which should reach a wider audience. I’m very happy to be able to promote them on this blog. Here we feature a guest post by Tapabrata (Topo) Pal of Capital One. – Adrian Capital One is a top digital bank […]

This one marketing secret will change your life

SCaLE 16x

The Southern California Linux Expo may be the largest and longest-running regional tech conference in the US. I’ve attended almost every year since 2012; I keep coming back for great talks and the warm, welcoming, friendly (and, notably, family-friendly) crowd. The event included SCaLE Kids, “a youth focused STEM event… where the free & open […]

Geek on a Harley

Chaos Engineering Meetups

We all want to build reliable systems, and some applications are more critical than others. However, how do you know you have actually built a reliable system? You have to test it and exercise its ability to be resilient to various types of failure. Unfortunately, the error handling code and failure handling procedures are usually […]

ClearlyDefined logo

ClearlyDefined: Crowdsourcing Open Source Project Data

中文版 Amazon, like many other companies, relies on the use of open source software. Every software project has different requirements, but almost all have a need to manage open source as third-party software dependencies. When working with large numbers of dependencies, it can often be complex and time-consuming to track down up-to-date licensing and author […]

Running APIs Written in Java on AWS Lambda

中文版 Java developers have a vast selection of open source frameworks to build server-side APIs at their disposal: from Spring and Spring Boot to Jersey to Spark. Normally, these frameworks embed a servlet container engine, such as Tomcat, in the built package to run on a server. In the serverless world, AWS Lambda and Amazon […]

Exploring the Networking Foundation for EKS: amazon-vpc-cni-k8s + Calico

中文版 At AWS re:invent, Amazon announced Elastic Container Service for Kubernetes (EKS), and revealed details of how container networking would work — and be secured — on this exciting new platform. In particular, EKS leverages a new AWS Container Network Interface (amazon-vpc-cni-k8s) plug-in, together with Project Calico for enforcing network policies. In this post, we’ll […]

Bringing Cloud Provider Support to Kubernetes on DC/OS

中文版 Mesosphere in September of 2017 announced it was bringing back support for Kubernetes on its popular DC/OS cluster management solution. The beta release supported creating a cluster; you could then SSH tunnel into the nodes and deploy standard Kubernetes primitives to it. As of early January, support was officially added for the –cloud-provider flag, […]