Site icon Learning & Doing

Configuring IAM Permissions with gcloud

IAM

“Configuring IAM Permissions with gcloud”

Daftar Isi

Pengantar

Orang yang baru mengenal Google Cloud perlu memahami IAM untuk sepenuhnya memahami cara mengonfigurasi izin yang diperlukan untuk beban kerja mereka. Lab ini membahas tiga area umum yang harus dipahami peserta terkait IAM dan gcloud: penginstalan dan konfigurasi lingkungan gcloud, penggunaan beberapa konfigurasi gloud, dan penggunaan akun layanan.

Solusi

Task 1. Install and configure gcloud

Task 2. Download and install the Cloud SDK

gcloud
curl https://sdk.cloud.google.com | bash
exec -l $SHELL
gcloud auth login --no-launch-browser

Manage Cloud SDK components

gcloud components list
gcloud components install beta

Configure the gcloud environment

gcloud compute instances create lab-1
gcloud config list
gcloud compute zones list
gcloud config set compute/zone ZONE
cat ~/.config/gcloud/configurations/config_default

Task 3. Create and switch between multiple IAM configurations

gcloud init --no-launch-browser

Test the new account

gcloud compute instances list
gcloud compute instances create lab-2
gcloud config configurations activate default

Penutup

Sahabat Blog Learning & Doing demikianlah penjelasan mengenai Configuring IAM Permissions with gcloud. Semoga Bermanfaat . Sampai ketemu lagi di postingan berikut nya.

Exit mobile version