Menyiapkan project

Dokumen ini menjelaskan cara menyiapkan project dan virtual machine (VM) Compute Engine. Google Cloud

Menyiapkan project Google Cloud

  1. Sign in to your Google Cloud account. If you're new to Google Cloud, create an account to evaluate how our products perform in real-world scenarios. New customers also get $300 in free credits to run, test, and deploy workloads.
  2. In the Google Cloud console, on the project selector page, select or create a Google Cloud project.

    Go to project selector

  3. Verify that billing is enabled for your Google Cloud project.

  4. Enable the Google Cloud Dataproc API.

    Enable the API

  5. Install the Google Cloud CLI.

  6. Jika Anda menggunakan penyedia identitas (IdP) eksternal, Anda harus login ke gcloud CLI dengan identitas gabungan Anda terlebih dahulu.

  7. Untuk melakukan inisialisasi gcloud CLI, jalankan perintah berikut:

    gcloud init
  8. In the Google Cloud console, on the project selector page, select or create a Google Cloud project.

    Go to project selector

  9. Verify that billing is enabled for your Google Cloud project.

  10. Enable the Google Cloud Dataproc API.

    Enable the API

  11. Install the Google Cloud CLI.

  12. Jika Anda menggunakan penyedia identitas (IdP) eksternal, Anda harus login ke gcloud CLI dengan identitas gabungan Anda terlebih dahulu.

  13. Untuk melakukan inisialisasi gcloud CLI, jalankan perintah berikut:

    gcloud init
  14. Apakah Anda Memerlukan Kredensial? Anda hanya memerlukan kredensial jika berencana memanggil Dataproc API secara langsung dari aplikasi atau dari browser. Jika Anda berencana menggunakan konsol Google Cloud atau Google Cloud CLI untuk membuat dan mengelola cluster serta mengirimkan tugas, Anda hanya perlu login ke SDK dengan perintah gcloud init.

    Opsional: Siapkan VM

    Jika Anda berencana menjalankan gcloud CLI dari instance virtual machine (VM) Compute Engine, VM harus disiapkan untuk mengakses Google Cloud layanan.

    Untuk menguji apakah VM Anda disiapkan dengan benar, jalankan gcloud compute instances describe YOUR_VM_INSTANCE_NAME dari command line. Akun layanan yang tercantum harus menyertakan cakupan https://www.googleapis.com/auth/cloud-platform. Untuk mengetahui informasi selengkapnya tentang cara menyiapkan VM, lihat Membuat VM yang menggunakan akun layanan yang dikelola pengguna.