app-engine-start-vm
Use App Engine to start a Compute Engine VM
Instruction
- You have to manually create the VM instance before.
- After VM is started, you can press the
STOP
button to stop the VM. - Install the packages with
pip install -r requirements.txt -t lib
. - Deploy the app with command
gcloud app deploy app.yaml cron.yaml --version THE_VERSION
orappcfg.py update app.yaml
. - Visit
/vm/start
to start the VM.