AWS Open Source Blog

Tag: open source

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 […]

Helm benchmark results

Raising Helm – to Enterprise Scale

中文版 A typical application deployed to Kubernetes consists of multiple manifests such as Deployment and Service for each microservice. Deploying these individual manifests can be challenging – this is where package managers like Helm come to the rescue. This post from Baruch Sadogursky of JFrog provides a status update on what is being done to […]

Integrate SAML 2 with AD and SSO diagram

Integrating LDAP/AD Users to Kubernetes RBAC with the AWS-IAM-Authenticator Community Project

Aug. 30, 2022 — This blog post was written prior to AWS renaming AWS Single Sign-On. The new name is AWS IAM Identity Center (successor to AWS Single Sign-On). Please consider all references, in this blog, to AWS Single Sign-On or AWS SSO as being AWS IAM Identity Center. Our customers ask us how they […]

AWS SF loft sign "Code Happy"

Open Source News Roundup: June 22, 2018

Next Week! Amazon Linux Launch Event Join us for an interactive event and discover how you can innovate faster using AWS services for Amazon Linux. Senior product leaders from Amazon will announce new features, provide interactive demos, and AWS Chief Evangelist Jeff Barr will share his insights. Afterwards, join us for drinks to celebrate and […]

OSCON graphic

Twenty Years of Open Source at OSCON 2018

2018 marks twenty years of open source, and twenty years of OSCON. How better to celebrate two decades of open source, community, code, and collaboration than with a crowd of open source folks in Portland, Oregon? AWS is proud to be a Diamond sponsor at OSCON, to support the conference and the open source community, […]

aws-record-generator

Announcing aws-record-generator

We are happy to announce that the aws-record-generator gem is now in Developer Preview and available for you to try. This gem allows you to generate all of your aws-record models through the Rails commandline, and we anticipate that this should greatly simplify setup time in new projects! What Is aws-record-generator? aws-record-generator, which is dependent […]

EkoSystem Day

Announcing EKoSystem Day – A Day with the EKS Community

Our goal at AWS has always been to ensure that the partner community around every AWS service is rich, vibrant, and ready to meet the diverse usage scenarios of our customers. At the launch of Amazon Elastic Container Service for Kubernetes (Amazon EKS) today, over 25 partners from the AWS and Kubernetes communities have announced […]

Running FaaS on a Kubernetes Cluster on AWS using Kubeless

Serverless computing allows you to build and run applications and services without provisioning, scaling, or managing any servers. FaaS (Functions as a Service) is the runtime that enables serverless computing by firing off bits of code (functions) as they are needed, freeing the developer from managing infrastructure and enabling the developer to simply write business […]

Service Disvovery with ECS and Kubernetes

Unified Service Discovery with Amazon ECS and Kubernetes

中文版 Starting today, you can leverage unified service discovery for services managed by Amazon Elastic Container Service (Amazon ECS) and Kubernetes. We recently introduced ECS Service Discovery, which makes it easy for containerized services to discover and connect with each other by creating and managing a registry of service names using the Amazon Route 53 […]