Skip to content

Instantly share code, notes, and snippets.

@caruccio
caruccio / ebs-pvc-migrate.sh
Last active August 14, 2024 15: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...]