📣 Send us your press release
Site updates every 15 minutes
Technology

AWS Service Broker Allows Provisioning of AWS Services via Kubernetes

Amazon Web Services has released the AWS Service Broker, enabling developers to provision and manage AWS cloud services directly from Kubernetes environments using an open standard.

22 July 2026
AWS Service Broker Allows Provisioning of AWS Services via Kubernetes

Amazon Web Services (AWS) has introduced AWS Service Broker, a tool designed to bridge the gap between Kubernetes container orchestration and AWS cloud services. This allows users to provision and manage a variety of AWS services, such as databases and data processing platforms, directly from their Kubernetes clusters.

The AWS Service Broker implements the Open Service Broker (OSB) API standard. This enables developers to control their external dependencies in a predictable and straightforward manner, a key requirement in modern containerized workflows where speed and flexibility are paramount.

Initially announced at re:Invent 2017, the service broker initially supported ten AWS services and has since expanded its offerings. New AWS services are added on a regular basis. Kubernetes' Service Catalog project facilitates the registration of OSB-compliant brokers, allowing users to request services directly through the catalog.

The underlying architecture is designed for simplicity, connecting the Kubernetes platform with AWS infrastructure. This approach aims to eliminate the need for manual or time-consuming provisioning steps traditionally handled by IT operations teams, thereby accelerating application development and deployment.

Original source: aws.amazon.com