1. gcloud config configurations: The official documentation explains how to create and manage named sets of properties. "A configuration is a named set of gcloud CLI properties. These properties are key-value pairs that govern the behavior of the gcloud CLI."
Source: Google Cloud SDK Documentation
gcloud config configurations. (https://cloud.google.com/sdk/gcloud/reference/config/configurations)
2. gcloud compute instances list: This command is the correct tool for listing Compute Engine instances. The documentation states its purpose is to "List Google Compute Engine instances." It can be targeted at a specific project
which is controlled by the active gcloud configuration.
Source: Google Cloud SDK Documentation
gcloud compute instances list. (https://cloud.google.com/sdk/gcloud/reference/compute/instances/list)
3. gsutil Tool: The documentation clarifies that gsutil is for interacting with Cloud Storage. "gsutil is a Python application that lets you access Cloud Storage from the command line." It does not manage Compute Engine resources.
Source: Google Cloud Documentation
Cloud Storage
"gsutil tool". (https://cloud.google.com/storage/docs/gsutil)