AWS Open Source Blog
Category: Open Source
AWS Joins the GraphQL Foundation
September 8, 2021: Amazon Elasticsearch Service has been renamed to Amazon OpenSearch Service. Visit the website to learn more. We are excited to announce that AWS is now part of the GraphQL Foundation, and we can’t wait to help the Foundation build an open and vibrant GraphQL community. Let me explain why this is so […]
Keeping Open Source Open – Open Distro for Elasticsearch
中文版 – At AWS, we focus on solving problems for customers. Over the years, customer usage and dependencies on open source technologies have been steadily increasing; this is why we’ve long been committed to open source, and our pace of contributions to open source projects – both our own and others’ – continues to accelerate. […]
Using Open Policy Agent on Amazon EKS
中文版 – Open Policy Agent (OPA) is a Cloud Native Computing Foundation (CNCF) sandbox project designed to help you implement automated policies around pretty much anything, similar to the way the AWS Identity and Access Management (IAM) works. With OPA, you can write a very slimmed-down policy using a language called rego which is based […]
Demystifying ENTRYPOINT and CMD in Docker
中文版 – As you begin your Docker container creation journey, you might find yourself faced with a puzzling question: Should your Dockerfile contain an ENTRYPOINT instruction, a CMD instruction, or both? In this post, I discuss the differences between the two in detail, and explain how best to use them in various use cases you […]
AWS Service Broker with Ease – and Now for GovCloud
中文版 – AWS customers are increasingly asking for easier implementation across all services, so they can focus on what is important to their customers. In this post, we’ll explain some changes in the installation and configuration process for the AWS Service Broker which make it easier and faster to get up and running on your […]
Amazon Corretto 8 Now Generally Available
Amazon Corretto 8, a no-cost, multiplatform, production-ready distribution of OpenJDK, is now Generally Available (Corretto 8 had been in preview since we announced it in November, 2018). Amazon runs Corretto internally on thousands of production services. We at Amazon are committed to keeping Java free. Since preview, we’ve listened to our customers and have […]
Supporting The Apache Software Foundation
中文版 – At AWS, we are excited to support The Apache Software Foundation, championing an organization that is delivering software for public good. Apache’s software is core to much of the Internet and is used by many of our customers and community. We’re happy to kick off 2019 by increasing our support of The Apache […]
Open Source Love at FOSDEM 2019
中文版 – It’s that time of the year again, and thousands of open source enthusiasts will be traveling to Brussels, Belgium to attend FOSDEM to soak up as much as they can in 700 sessions covering hundreds of open source projects, across the span of two days at the Université Libre de Bruxelles, Solbosch Campus. For […]
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 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. […]