GoogleGoogle Associate Cloud Engineer (ACE) Certification
·TW
·更新於 31 Aug 2026
您收到一個新的 Google Cloud 專案,其中包含帳單。您必須依照 Google 建議的最佳實務建立 VM、設定防火牆,並使用 Cloud Storage。您應該怎麼做?
選擇一個答案
點擊一個選項來檢查您的答案。
正確答案: 執行 gcloud services enable compute.googleapis.com 和 gcloud services enable storage-api.googleapis.com。.
為什麼這是答案
要建立 VM 和使用 Cloud Storage,您需要啟用 Compute Engine API (compute.googleapis.com) 和 Cloud Storage API (storage-api.googleapis.com)。gcloud services enable 指令用於啟用這些特定的 API。啟用 cloudresourcemanager.googleapis.com API 並不會自動啟用所有資源,它主要用於管理專案和組織層級的資源。在 Cloud Console API 資訊主頁啟用所有 API 雖然可行,但通常不建議,因為這可能導致不必要的服務啟用和潛在的費用。gcloud init --project 僅用於初始化 gcloud 配置,並不會啟用任何 API。
通過考試 — 無需無休止地尋找答案
集中一處獲取此考試的所有核實題目和解釋,節省數小時的準備時間。1,000 多種認證 · 20 多種語言 · 免費開始。
更快通過您的考試 →
無需信用卡