Skip to content

Instantly share code, notes, and snippets.

@caruccio
caruccio / ebs-pvc-migrate.sh
Last active May 27, 2025 11:04
Migrate EBS based PVC to other cluster and/or availability zone
#!/bin/bash
#
# 05-08-2024: Complete rewrite
# 22-05-2025: Add flag --create-test-pod
#
usage()
{
cat <<-EOF
Usage: $0 <REQUIRED-PARAMETERS...> [OPTIONAL-PARAMETERS...]