AWS Open Source Blog
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 […]
Read Moreeksctl: Amazon EKS Cluster with One Command
There are a number of ways to create a Kubernetes cluster using Amazon Elastic Container Service. eksctl gives you a simple, single, one-line command to bring up a cluster with a basic VPC, and completes the process by writing a new KUBECONFIG and deploying the aws-auth ConfigMap, allowing you to get up and running with […]
Read MoreRaising 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 […]
Read MoreIntegrating LDAP/AD Users to Kubernetes RBAC with the AWS-IAM-Authenticator Community Project
Our customers ask us how they can secure access to their Amazon Elastic Container Service for Kubernetes (Amazon EKS) or Kubernetes on EC2 clusters. Our enterprise customers have implemented Active Directory (AD), Active Directory Federated Services (ADFS), or Lightweight Directory Access Protocol (LDAP) for identity and access management on-premises, and use AWS Identity and Access […]
Read MoreOpen 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 […]
Read MoreStyle Dictionary Hackathon!
Hey, style-minded friends: Amazon is hosting a one-day-only event to make Style Dictionary even more awesome! It will take place on Friday, June 29th in Santa Cruz, CA. All you need to bring is a laptop and yourself! We will provide: A great place to hack away Awesome folks to work with / be around […]
Read MoreTwenty 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, […]
Read MoreAnnouncing 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 […]
Read MoreAnnouncing 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 […]
Read MoreRunning 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 […]
Read More