본문 바로가기

클라우드/클라우드(Public Cloud)

클라우드 GCP 스토리지

버킷 만들기


공개 액세스 전환

gcp.tar 업로드업로
권한 추가

 


공개 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/

 


파일 스토리지

 

마운트 지점 복사