AWS Open Source Blog

Category: Compute

Rust + Lambda logos

Rust Runtime for AWS Lambda

中文版 AWS Lambda, which makes it easy for developers to run code for virtually any type of application or backend service with zero administration, has just announced the Runtime APIs. The Runtime APIs define an HTTP-based specification of the Lambda programming model which can be implemented in any programming language. To accompany the API launch, […]

Announcing the Firecracker Open Source Technology: Secure and Fast microVM for Serverless Computing

中文版 New Challenges for Virtualization Today, our customers can use serverless computing to build applications without worrying about provisioning or managing infrastructure. Developers can package their code as serverless containers with AWS Fargate or serverless functions with AWS Lambda. Our customers tell us they love the low operational overhead of serverless, and we believe it […]

KubeCon+CloudNativeCon Seattle 2018 logo

AWS at KubeCon + CloudNativeCon North America 2018

KubeCon + CloudNativeCon North America 2018 is shaping up to be the largest gathering of the cloud native open source community in 2018. Besides being in our hometown of Seattle, KubeCon is a great opportunity to learn about the latest technologies and techniques for building modern, cloud native applications. AWS will be at KubeCon with […]

diagram: How Kubernetes Ingress works with aws-alb-ingress-controller

Kubernetes Ingress with AWS ALB Ingress Controller

Note: This post has been updated in January, 2020, to reflect new best practices in container security since we launched native least-privileges support at the pod level, and the instructions have been updated for the latest controller version. You can also learn about Using ALB Ingress Controller with Amazon EKS on Fargate. Kubernetes Ingress is […]

Falco diagram

Securing Amazon EKS Using Lambda and Falco

中文版 Intrusion and abnormality detection are important tools for stronger run-time security in applications deployed in containers on Amazon EKS clusters. In this post, Michael Ducy of Sysdig explains how Falco, a CNCF Sandbox Project, generates an alert when an abnormal application behavior is detected. AWS Lambda functions can then be configured to pass those […]

AWS Parallel Cluster graphic

AWS ParallelCluster

中文版 Orchestration software has played a key role in cluster bring-up and management for decades. Dating back to solutions like SunCluster, PSSP, and community solutions such as CFEngine, the need to launch many resources together to enable large parallel applications continues to be a vital part of the High Performance Computing (HPC) environment. AWS has […]

Ahead in the Cloud book cover

Open Network User Group (ONUG) Fall Conference

中文版 The Open Network User Group (ONUG) is an influential end-user organization that drives the creation and adoption of open standards in networking, cloud, and related technologies. Earlier in 2018, AWS joined ONUG, and Adrian Cockcroft spoke at the spring ONUG event in San Francisco. We will soon be sponsoring the fall ONUG event in […]

AWS + Kubernetes logos.

AWS Service Operator for Kubernetes Now Available ?

NOTE: In mid-2019 we re-launched and intensified our efforts, deprecating and archiving the old code base of the AWS Service Operator and changing to a community-driven approach. We’re currently in the design phase and invite you to comment on the design issues and become a contributor to the new project, see details at the new GitHub […]

Creating a CloudWatch Dashboard

CNI Metrics Helper

The Amazon Elastic Container Service for Kubernetes (EKS) uses the VPC CNI plugin for pod networking. The plugin runs as a DaemonSet and is responsible for assigning an IP address to pods. When managing an EKS cluster, it may be important to know how many IP addresses have been assigned and how many are available. […]