gcloud 명령어를 이용하여 VPC Network를 만들어 보자

조회 638 · 댓글 0
AAnneBullock작성자2022년 1월 7일
gcloud compute networks create privatenet --subnet-mode=custom


gcloud compute networks subnets create privatesubnet-us --network=privatenet --region=us-central1 --range=172.16.0.0/24


gcloud compute networks subnets create privatesubnet-eu --network=privatenet --region=europe-west1 --range=172.20.0.0/20


gcloud compute networks list

로그인 후 답글을 남길 수 있습니다.