January 2018
Intermediate to advanced
398 pages
7h 54m
English
In OpenStack, a snapshot is an image that reflects the state of an instance at a point in time. Snapshots are often used to backup instances or migrate instances from one cloud to another, and can even be shared with other projects like regular images.
Snapshots in OpenStack can be created using the openstack server image create command.
When creating a snapshot, ensure that you are authenticated as an administrator or are the owner of the instance. You will need the following details:
For our example, the following will be used:
COOKBOOK_TEST_INSTANCECOOKBOOK_TEST_SNAPSHOT_20170824With the OpenStack client installed on our system, ...
Read now
Unlock full access