Using Console
Using CLI
<availability-zone>
with the availability zone where you want to create the volume and <size>
with the size of the volume in GiB.<volume-id>
with the ID of the volume you want to encrypt.<volume-id-1>
and <volume-id-2>
with the IDs of the volumes you want to encrypt.<path-to-json-file>
with the path to the JSON file you created.<volume-id>
with the ID of the volume you want to check.You should see "Encrypted": true
in the output if encryption is enabled.Using Python