Bases: object
Base class to support encrypted volumes.
A VolumeEncryptor provides hooks for attaching and detaching volumes, which are called immediately prior to attaching the volume to an instance and immediately following detaching the volume from an instance. This class performs no actions for either hook.
Hook called immediately prior to attaching a volume to an instance.
Hook called immediately after detaching a volume from an instance.