January 2019
Intermediate to advanced
690 pages
16h
English
In this recipe, we start by creating a volume. Volumes are created from snapshots. If you do not specify a snapshot ID it uses a blank snapshot, and you get a blank volume.
While volumes are hosted redundantly, they are only hosted in a single AZ, so must be provisioned in the same AZ the instance is running in.
The create-volume command returns a response that includes the newly created volume's VolumeId. We then use this ID in the next step.
In step 3, we attach a volume to the instance. When attaching to an instance, you must specify the name ...
Read now
Unlock full access