클라우드 (419) 썸네일형 리스트형 클라우드 GCP Cloud DNS DNS 영역 생성 클라우드 GCP 프로젝트, GCE 가상머신 만들기 ,SSH연결 프로젝트 생성 VM인스턴스 생성(GCE) web01 web02 SSH 연결 SSH연결을 누르면 SSH연결된 창이 뜬다 클라우드 Azure 워드프레스 만들기 더보기 [azureuser@test ~]$ sudo su - root [root@test ~]# yum install -y mysql [root@test ~]# mysql -h dahye.mysql.database.azure.com -u dahye@dahye -p MySQL [(none)]> CREATE USER 'wpuser'@'%' IDENTIFIED BY 'wppass'; CREATE DATABASE IF NOT EXISTS wordpress; GRANT ALL PRIVILEGES ON wordpress.* TO 'wpuser'@'%'; quit 더보기 워드프레스 설치 $ sudo yum install -y httpd php php-mysql php-gd php-mbstring wget unzip .. 클라우드 Azure 이미지 서비스, 이미지로 가상머신 생성 이미지 생성 +VM 만들기 VM 만들기 클라우드 Azure 파일 스토리지 터미널에 명령어를 넣어 연결 파일 공유 클라우드 Azure Centos7 생성 #!/bin/bash yum install -y httpd systemctl enable --now httpd mkdir ~/data && cd $_ wget https://dahyestorage.blob.core.windows.net/dahyeblob/azure.tar tar -xvf azure.tar -C /var/www/html/ 클라우드 Azure 리소스 그룹, 네트워크, 데이터 베이스 생성 리소스 그룹 생성 > 네트워크 생성 > 데이터베이스 생성 > 객체 , 파일 스토리지 > VM Centos7 >이미지 서비스 블록 스토리지 (스냅샷) 객체 스토리지 (Azure blob -> 컨테이너) 파일 스토리지 (Azure files (nfs와 비슷)->SMB(samba) 리소스 그룹 생성 네트워크 생성 데이터베이스 생성 스토리지 계정 생성 객체 스토리지를 만들기 전에 스토리지 계정을 만들어야 한다 객체 스토리지 (blob,컨테이너) 객체 URL https://dahyestorage.blob.core.windows.net/dahyeblob/azure.tar 파일 스토리지 클라우드 Azure 스토리지 서비스 스냅샷 web01 가상머신 -> 스냅샷(블록)(mysnapshot) -> 관리디스크(mydisk) -> 가상머신 스냅샷 만들기 관리 디스크 만들기 VM 만들기 이전 1 ··· 23 24 25 26 27 28 29 ··· 53 다음