1 Answers
The Console’s interface has changed a lot since the video was recorded. It no longer allows you to edit tags of VM instance in a MIG.
But you can still do so with CLI, following this syntax:
gcloud compute instances add-tags INSTANCE_NAME --tags=TAG,[TAG,…] [--zone=ZONE]
More info can be found in the documentations
Correct me if I’m wrong but isn’t it risky to do it this way since this will only apply the tag to that particular instance? It won’t persist if the instance group decides to recreate the instance