{"id":13646078,"url":"https://github.com/kubernetes-sigs/aws-ebs-csi-driver","last_synced_at":"2026-04-01T23:57:13.440Z","repository":{"id":37396701,"uuid":"139728360","full_name":"kubernetes-sigs/aws-ebs-csi-driver","owner":"kubernetes-sigs","description":"CSI driver for Amazon EBS https://aws.amazon.com/ebs/","archived":false,"fork":false,"pushed_at":"2025-08-06T22:33:58.000Z","size":30825,"stargazers_count":1086,"open_issues_count":43,"forks_count":839,"subscribers_count":30,"default_branch":"master","last_synced_at":"2025-08-07T00:18:16.814Z","etag":null,"topics":["aws","csi","ebs","k8s-sig-aws","kubernetes"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/kubernetes-sigs.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"code-of-conduct.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY_CONTACTS","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2018-07-04T13:49:36.000Z","updated_at":"2025-08-06T22:26:49.000Z","dependencies_parsed_at":"2023-10-05T02:26:28.648Z","dependency_job_id":"590c25ec-5131-4aee-a850-ac76cd393f83","html_url":"https://github.com/kubernetes-sigs/aws-ebs-csi-driver","commit_stats":null,"previous_names":["bertinatto/ebs-csi-driver","d-nishi/aws-ebs-csi-driver"],"tags_count":240,"template":false,"template_full_name":null,"purl":"pkg:github/kubernetes-sigs/aws-ebs-csi-driver","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kubernetes-sigs%2Faws-ebs-csi-driver","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kubernetes-sigs%2Faws-ebs-csi-driver/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kubernetes-sigs%2Faws-ebs-csi-driver/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kubernetes-sigs%2Faws-ebs-csi-driver/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kubernetes-sigs","download_url":"https://codeload.github.com/kubernetes-sigs/aws-ebs-csi-driver/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kubernetes-sigs%2Faws-ebs-csi-driver/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":269180461,"owners_count":24373830,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-08-06T02:00:09.910Z","response_time":99,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["aws","csi","ebs","k8s-sig-aws","kubernetes"],"created_at":"2024-08-02T01:02:48.008Z","updated_at":"2026-04-01T23:57:13.425Z","avatar_url":"https://github.com/kubernetes-sigs.png","language":"Go","funding_links":[],"categories":["Roadmap","Storage","Tools and Libraries","Go","Featured On"],"sub_categories":["[Tutorials](#tutorials)","Storage"],"readme":"# Amazon Elastic Block Store (EBS) CSI driver\n[![GitHub release (latest SemVer)](https://img.shields.io/github/v/release/kubernetes-sigs/aws-ebs-csi-driver)](https://github.com/kubernetes-sigs/aws-ebs-csi-driver/releases)\n[![Go Report Card](https://goreportcard.com/badge/github.com/kubernetes-sigs/aws-ebs-csi-driver)](https://goreportcard.com/report/github.com/kubernetes-sigs/aws-ebs-csi-driver)\n\n## Overview\n\nThe [Amazon Elastic Block Store](https://aws.amazon.com/ebs/) Container Storage Interface (CSI) Driver provides a [CSI](https://github.com/container-storage-interface/spec/blob/master/spec.md) interface used by Container Orchestrators to manage the lifecycle of Amazon EBS volumes and snapshots.\n\n## Features\n* **Static Provisioning** - Associate an externally-created EBS volume with a [PersistentVolume](https://kubernetes.io/docs/concepts/storage/persistent-volumes/) (PV) for consumption within Kubernetes.\n* **Dynamic Provisioning** - Automatically create EBS volumes and associated [PersistentVolumes](https://kubernetes.io/docs/concepts/storage/persistent-volumes/) (PV) from [PersistentVolumeClaims](https://kubernetes.io/docs/concepts/storage/persistent-volumes/#dynamic)) (PVC). Parameters can be passed via a [StorageClass](https://kubernetes.io/docs/concepts/storage/storage-classes/#the-storageclass-resource) for fine-grained control over volume creation.\n* **Mount Options** - Mount options could be specified in the [PersistentVolume](https://kubernetes.io/docs/concepts/storage/persistent-volumes/) (PV) resource to define how the volume should be mounted.\n* **Block Volumes** - Consume an EBS volume as a [raw block device](https://kubernetes-csi.github.io/docs/raw-block.html).\n* **Volume Snapshots** - Create and restore [snapshots](https://kubernetes.io/docs/concepts/storage/volume-snapshots/) taken from a volume in Kubernetes.\n* **Volume Resizing** - Expand the volume by specifying a new size in the [PersistentVolumeClaim](https://kubernetes.io/docs/concepts/storage/persistent-volumes/#expanding-persistent-volumes-claims) (PVC).\n* **Volume Modification** - Change the properties (type, iops, or throughput) [via a `VolumeAttributesClass`](examples/kubernetes/modify-volume).\n* **Node-Local Volumes** - Mount pre-attached, node-specific EBS volumes using a single cluster-wide PV/PVC for node-local caching scenarios.\n\n## Container Images\n\n| Driver Version | [registry.k8s.io](https://kubernetes.io/blog/2022/11/28/registry-k8s-io-faster-cheaper-ga/) Image | [ECR Public](https://gallery.ecr.aws/ebs-csi-driver/aws-ebs-csi-driver) Image |\n|----------------|---------------------------------------------------------------------------------------------------|-------------------------------------------------------------------------------|\n| v1.57.1        | registry.k8s.io/provider-aws/aws-ebs-csi-driver:v1.57.1                                           | public.ecr.aws/ebs-csi-driver/aws-ebs-csi-driver:v1.57.1                      |\n| v1.56.0        | registry.k8s.io/provider-aws/aws-ebs-csi-driver:v1.56.0                                           | public.ecr.aws/ebs-csi-driver/aws-ebs-csi-driver:v1.56.0                      |\n\n## Releases\n\nThe EBS CSI Driver publishes monthly releases. Unscheduled releases may be published for patches to security vulnerabilities and other fixes deemed urgent.\n\nThe EBS CSI Driver follows [semantic versioning](https://semver.org/). The version will be bumped following the rules below:\n\n* Significant breaking changes will be released as a `MAJOR` update.\n* New features will be released as a `MINOR` update.\n* Bug or vulnerability fixes will be released as a `PATCH` update.\n\nMonthly releases will contain at minimum a `MINOR` version bump, even if the content would normally be treated as a `PATCH` version.\n\n## Support\n\nSupport will be provided for the latest version and one prior version. Bugs or vulnerabilities found in the latest version will be backported to the previous release in a new minor version.\n\nThis policy is non-binding and subject to change.\n\n## Compatibility\n\nThe EBS CSI Driver is compatible with all Kubernetes versions supported by [the Kubernetes project](https://kubernetes.io/releases/) and/or [Amazon EKS (including extended support versions)](https://docs.aws.amazon.com/eks/latest/userguide/kubernetes-versions.html).\n\nThe EBS CSI Driver implements the [Container Storage Interface specification](https://github.com/container-storage-interface/spec/blob/master/spec.md) version `v1.9.0`.\n\n## Documentation\n\n* [Driver Installation](docs/install.md)\n* [Driver Launch Options](docs/options.md)\n* [StorageClass Parameters](docs/parameters.md)\n* [Node-Local Volumes](docs/node-local-volumes.md)\n* [Frequently Asked Questions](docs/faq.md)\n* [Volume Tagging](docs/tagging.md)\n* [Volume Modification](docs/modify-volume.md)\n* [Kubernetes Examples](/examples/kubernetes)\n* [Driver Uninstallation](docs/install.md#uninstalling-the-ebs-csi-driver)\n* [Development and Contributing](CONTRIBUTING.md)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkubernetes-sigs%2Faws-ebs-csi-driver","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkubernetes-sigs%2Faws-ebs-csi-driver","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkubernetes-sigs%2Faws-ebs-csi-driver/lists"}