gcloud auth login
gcloud config list : 설정확인
gcloud config set project [프로젝트 ID]
gcloud config set compute/region [리전명] ex) asia-northeast3
gcloud config set compute/zone [존명] ex) asia-northeast3-a
gcloud config unset : 설정 삭제
gcloud config list : 설정 확인
zone까지 정확하게 연결했다면 gcloud sdk를 이용해서 인스턴스에 접속
ex) gcloud compute ssh web-1
728x90
'Cloud > GCP' 카테고리의 다른 글
GCP - Load Balance (이미지, 템플릿, 인스턴스 그룹 생성) (0) | 2022.06.29 |
---|---|
GCP - Wordpress 설치 및 DB 연결 자동화 Script (0) | 2022.06.28 |
GCP - SQL(Database) (0) | 2022.06.28 |
GCP - Cloud DNS (0) | 2022.06.27 |
GCP - FileStore, Cloud Storage (0) | 2022.06.27 |