A cloud administrator needs to create a new Google Cloud Storage bucket named `media-archive-2026` in the `us-central1` region using the Google Cloud CLI (`gcloud`). Which command should the administrator execute to deploy this bucket?
- gcloud storage buckets create gs://media-archive-2026 --location=us-central1Cevap
- Bgcloud compute buckets create gs://media-archive-2026 --zone=us-central1
- Cgcloud storage buckets create gs://media-archive-2026 --zone=us-central1-a
- Dgcloud storage buckets update gs://media-archive-2026 --add-owner-role
Cevap
The command `gcloud storage buckets create gs://media-archive-2026 --location=us-central1` correctly deploys a new Cloud Storage bucket in the specified region.
The correct command uses `gcloud storage buckets create` along with the `gs://` URI scheme and the `--location` flag to specify the target region (`us-central1`).
Adım Adım Çözüm
Anahtar Kavram
Deploying Cloud Storage Buckets using the Google Cloud CLI
Tahmini Süre:45s