클라우드/클라우드(Public Cloud)
클라우드 GCP 스토리지
두뚜
2021. 6. 25. 17:58
버킷 만들기
공개 액세스 전환
공개 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/
파일 스토리지