velero-io/velero

Support for EBS snapshots and volume restoration on AWS Outposts

Open

#9,733 建立於 2026年4月16日

在 GitHub 查看
 (0 留言) (0 反應) (1 負責人)Go (1,550 fork)auto 404
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:

  1. ARN from the volume/snapshot metadata (auto-detected by AWS when the resource resides on an Outpost)
  2. The outpostArn value configured in VolumeSnapshotLocation

No changes to the core Velero binary are required.

貢獻者指南