apiVersion: v1 kind: PersistentVolume metadata: name: test-pv spec: accessModes: - ReadWriteOnce capacity: storage: 10Gi # increased size just in case PVC runs out of space. csi: driver: ebs.csi.aws.com fsType: ext4 volumeHandle: vol-01a1a1a1a1a1 # new volume restored nodeAffinity: required: nodeSelectorTerms: - matchExpressions: - key: topology.ebs.csi.aws.com/zone operator: In values: - eu-west-1a # AZ where volume is