I have a bunch of projects running standalone AI Platform Notebooks with their own VPCs. I want to move them to a Shared VPC. Normally with GCE, you can take a snapshot, delete the VM, create a new VM on the new Shared VPC, and you're off. However, since AI Platform Notebooks is a managed service, I'm curious how this would work. Any suggestions would be appreciated.
Migrating AI Platform Notebooks from standalone VPC to Share VPC
234 views Asked by Craig Mankiewicz At
1
You could follow the common process to migrate a GCE instance; however, there is an additional step, after creating your new legacy notebook it's required to register it within the AI Platform Notebooks API.
There is another option to migrate a notebook instance to a new AI Platform Notebooks instance, you can find information about this workaround in here.
From a network perspective, there is a Beta feature to migrate a VM between networks, nonetheless, it will depend on your use-case, in there you can see the supported scenarios.