버킷 만들기
공개 액세스 전환
공개 URL
https://storage.googleapis.com/dahye/gcp.tar
인스턴스 생성
더보기
#!/bin/bash
yum install -y httpd wget unzip
systemctl enable --now httpd
mkdir ~/data && cd $_
wget https://storage.googleapis.com/dahye/gcp.tar
tar -xvf gcp.tar -C /var/www/html/
파일 스토리지
'클라우드 > 클라우드(Public Cloud)' 카테고리의 다른 글
클라우드 GCP 쿠버네티스 Google Kubernetes Engine ( GKE ) 1 (0) | 2021.07.23 |
---|---|
클라우드 GCP SQL (0) | 2021.06.25 |
클라우드 GCP 부하분산 , 인스턴스 그룹 생성 (0) | 2021.06.25 |
클라우드 GCP Cloud DNS (0) | 2021.06.25 |
클라우드 GCP 프로젝트, GCE 가상머신 만들기 ,SSH연결 (0) | 2021.06.25 |