You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to gce-dis...@googlegroups.com
Hello All,
I'm trying to create a script that creates a snapshot from a running machine and after that, create another machine ( with different name) in order to make tests.
The problem is , when i tried to create instance with "$gcloud compute instances create..." it is not posible to create instance from a snapshot....
Anybody can help me ?
Kamran (Google Cloud Support)
unread,
Jun 15, 2015, 10:39:01 AM6/15/15
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to gce-dis...@googlegroups.com, esc...@gmail.com
In order to create a VM instance from a snapshot, first you will need to create a disk from the snapshot [1] and then create the VM instance from the disk [2].