Skip to content

Instantly share code, notes, and snippets.

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