Nice! I have a similar set of scripts for google cloud instances. And my favorite is also the resizing one. Just soo much more convenient than using the UI.
They also automatically mount an sshfs of the instance’s home directory, which I found very helpful for e.g. working with output the instance produced that can’t easily be interacted with in a terminal.
In case anyone is interested: gcloud-connect-instance, gcloud-change-type (but fair warning: I haven’t used them in a while, and updates to the gcloud cli/api might have broken some things).
Nice! I have a similar set of scripts for google cloud instances. And my favorite is also the resizing one. Just soo much more convenient than using the UI.
They also automatically mount an sshfs of the instance’s home directory, which I found very helpful for e.g. working with output the instance produced that can’t easily be interacted with in a terminal.
In case anyone is interested: gcloud-connect-instance, gcloud-change-type (but fair warning: I haven’t used them in a while, and updates to the gcloud cli/api might have broken some things).