-
[gcp]firewall update 명령어클라우드/GCP 2023. 1. 30. 15:20
gcloud compute firewall-rules create default-allow-http --direction=INGRESS --priority=1000 --network=default --action=ALLOW --rules=tcp:80 --source-ranges=0.0.0.0/0 --target-tags=http-server
반응형'클라우드 > GCP' 카테고리의 다른 글
윈도우 로컬환경에서 Google Cloud Platform API 사용하기 전 Credentials 인증정보 세팅 (0) 2023.02.10 Download Gcloud SDK and Configure the gcloud environment (0) 2023.02.02 [GCP]LoadBalancing 실제로 늘어나는거 확인하기 / 로드밸런서 (0) 2022.05.12 [GCP]윈도우 cmd에서 gcp연결하기 (0) 2021.09.29 [GCP] Cloud Dataflow (0) 2021.09.28