AWS Open Source Blog
Category: Open Source
Consistent OIDC authentication across multiple EKS clusters using Kube-OIDC-Proxy
Amazon Elastic Kubernetes Service (Amazon EKS) authenticates users against IAM before they’re granted access to an EKS cluster. Access to each cluster is controlled by the aws-auth ConfigMap, a file that maps IAM users/roles to Kubernetes RBAC groups. In this guest post from Josh Van Leeuwen from Jetstack, we look at how we can use […]
re:Cap part two – open source at re:Invent 2019
Some of the most well-attended sessions at re:Invent covered mobile and web development with GraphQL and AWS Amplify. There was plenty of new stuff to get your teeth into and a broad selection of interesting and well-thought-out workshops. Now that anyone can create construct libraries in AWS Cloud Development Kit (AWS CDK), there were also […]
New update channels for Amazon Corretto releases
Customers using Amazon Corretto, an open source, no-cost, multi-platform, production-ready distribution of the Open Java Development Kit (OpenJDK), have asked us to enable familiar tools that developers and system administrators can use to update their installations. Today we are announcing the official Corretto Yum and Apt repositories, permanent download URLs, and a public Corretto Amazon […]
re:Cap part one – open source at re:Invent 2019
As the dust settles after another re:Invent closes, I wanted to put together a quick summary of all the open source-related announcements that happened in the run up to this year’s re:Invent and the week itself. If you are interested in open source in mobile web development, devops, containers, security, big data and data analytics, […]
Continuous Integration using Jenkins and HashiCorp Terraform on Amazon EKS
This blog post is the result of a collaboration between Amazon Web Services and HashiCorp. HashiCorp is an AWS Partner Network (APN) Advanced Technology Partner with AWS Competencies in both DevOps and Containers. Introduction Customers running microservices-based applications on Amazon Elastic Kubernetes Service (Amazon EKS) are looking for guidance on architecting complete end-to-end Continuous Integration […]
Setting the record straight on AWS and open source
This New York Times article is skewed and misleading. The reporter had a story he wanted to write and didn’t let the facts get in the way of his story. He ignored most of what we shared with him, left out many of the positive partner comments various partners shared with him, and conflated various […]
Code and beyond: How we contribute to the Apache Cassandra community
AWS was built for running open source. Since AWS launched in 2006 we have contributed to a broad variety of open source software projects, from Redis to Linux to Apache Lucene to Kubernetes, and will continue to do so as we seek to help our customers. Code, however, is not always our only contribution, and […]
Deploying an HPC cluster and remote visualization in a single step using AWS ParallelCluster
Since its initial release in November 2018, AWS ParallelCluster (an AWS-supported open source tool) has made it easier and more cost effective for users to manage and deploy HPC clusters in the cloud. Since then, the team has continued to enhance the product with more configuration flexibility and enhancements like built-in support for the Elastic […]
Introducing real-time anomaly detection in Open Distro for Elasticsearch
There is an enormous increase in real-time streaming applications across a wide range of industries such as finance, health, information technology, retail, and the Internet of Things (IoT). Organizations depend on log analytics solutions to detect aberrations in the data and identify critical situations. Examples include finding fraudulent behavior in financial transactions, discovering suspicious IP addresses […]
AWS Fargate container logs collection and analysis with AWS FireLens and Sumo Logic
AWS Fargate is a compute engine for Amazon ECS that allows you to run containers without having to manage servers or clusters. Fargate manages provisioning, configuration, and scaling of the clusters. With Fargate, you can focus on your application design and implementation instead of worrying about the infrastructure. In this post, we’ll provide an overview […]