I am in google cloud, in google compute engine.
I am inside an instance in a managed instance group, What is the best command for giving me the output of...
gcloud compute instances describe my-instance-group-ab12 --zone=us-central1-b
... about the current machine, without having to provide the instance name? Something similar to this concept:
gcloud compute instances describe self
I just made that command up, just to communicate what I am after.
Thank you for your help