velero-io/velero
在 GitHub 查看Support for EBS snapshots and volume restoration on AWS Outposts
Open
#9,733 建立於 2026年4月16日
Area/Cloud/AWSHelp wantednative-snapshot
倉庫指標
- Star
- (10,111 star)
- PR 合併指標
- (PR 指標待抓取)
描述
Feature Request
What would you like to be added?
Support for creating EBS snapshots and restoring volumes on AWS Outposts when using the velero-plugin-for-aws.
Why is this needed?
Users running workloads on AWS Outposts need Velero to create snapshots locally on the Outpost rather than in the parent AWS region, to comply with data residency requirements and to ensure that restored volumes are also placed on the Outpost.
Implementation
A PR has been opened in the velero-plugin-for-aws repository that adds an optional
outpostArn parameter to the VolumeSnapshotLocation configuration:
- vmware-tanzu/velero-plugin-for-aws#290
The Outpost ARN is resolved with the following priority:
- ARN from the volume/snapshot metadata (auto-detected by AWS when the resource resides on an Outpost)
- The
outpostArnvalue configured inVolumeSnapshotLocation
No changes to the core Velero binary are required.