This shows you the differences between two versions of the page.
ii:labs:05:tasks:04 [2022/01/16 18:53] radu.mantu [04. [??p] Terminating instances] |
ii:labs:05:tasks:04 [2025/01/11 20:05] (current) florin.stancu created |
||
---|---|---|---|
Line 1: | Line 1: | ||
- | ==== 04. [??p] Terminating instances ==== | + | ==== 05. [10p] Feedback ==== |
+ | |||
+ | Please take a moment and fill out the feedback form for this course: [[https://curs.upb.ro|curs.upb.ro]]. | ||
+ | |||
+ | You can also find the per-lab feedback form in here: [[https://forms.office.com/Pages/ResponsePage.aspx?id=usiMLdqNNEOeXPrCCS6brJoxNMaLqNZHpd8YaA7IhDNUNVVLQ0lQV0tJRzBaRjhOQzdNOVhYWklBVC4u|feedback form]] for this lab. | ||
- | Since we're done with the VM, we might as well terminate it. Unless we want it to keep running and eating up our funds needlessly. | ||
- | <code bash> | ||
- | # terminate instance and delete attached disks | ||
- | $ gcloud compute instances delete ${INSTANCE_NAME} \ | ||
- | --zone ${ZONE} \ | ||
- | --delete-disks all | ||
- | </code> |