2
– Integrating Google Cloud Platform with SafeNet Luna HSM
Google Cloud Platform Integration Guide
19
3. Create a VM instance using the encrypted disk.
# gcloud beta compute instances create example-instance --disk name=example-disk,boot=yes --
csek-key-file example-file.json
VM instance is created using encrypted disk now you can connect your VM using SSH using the methods
provided in Appendix.
4. You can stop the VM instance using the command below.
# gcloud beta compute instances stop example-instance