├── LICENSE ├── README.md ├── cloud-shell-hello ├── hello.js └── html-hello.js ├── compute-labs ├── connect-to-vm.txt ├── first-vm.txt └── worker-startup-script.sh ├── storage-labs └── gsutil-lab-commands.txt └── update.sh /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ACloudGuru/gcp-cloud-engineer/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ACloudGuru/gcp-cloud-engineer/HEAD/README.md -------------------------------------------------------------------------------- /cloud-shell-hello/hello.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ACloudGuru/gcp-cloud-engineer/HEAD/cloud-shell-hello/hello.js -------------------------------------------------------------------------------- /cloud-shell-hello/html-hello.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ACloudGuru/gcp-cloud-engineer/HEAD/cloud-shell-hello/html-hello.js -------------------------------------------------------------------------------- /compute-labs/connect-to-vm.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ACloudGuru/gcp-cloud-engineer/HEAD/compute-labs/connect-to-vm.txt -------------------------------------------------------------------------------- /compute-labs/first-vm.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ACloudGuru/gcp-cloud-engineer/HEAD/compute-labs/first-vm.txt -------------------------------------------------------------------------------- /compute-labs/worker-startup-script.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ACloudGuru/gcp-cloud-engineer/HEAD/compute-labs/worker-startup-script.sh -------------------------------------------------------------------------------- /storage-labs/gsutil-lab-commands.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ACloudGuru/gcp-cloud-engineer/HEAD/storage-labs/gsutil-lab-commands.txt -------------------------------------------------------------------------------- /update.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ACloudGuru/gcp-cloud-engineer/HEAD/update.sh --------------------------------------------------------------------------------