클라우드/GCP(29)
-
04. VPC Networking Fundamentals
Task 1. Explore the default network View the subnets View the routes View the firewall rules Delete the default network 삭제된 것 확인 삭제 된 채로 인스턴스 생성 시도 Task 2. Create a VPC network and VM instancesCreate an auto mode VPC network with Firewall rules Create a VM instance in us-east1 Create a VM instance in us-central1 Task 3. Explore the connectivity for VM instances ping -c 3 Enter mynet-se..
2024.11.12 -
03. Cloud Storage
Task 1. Create a bucket콘솔 > Cloud Storage > Buckets 버킷 이름 설정 및 리전 선택 Task 2. Upload an object into the bucket Objects 탭에서 Upload files 클릭이미지 (kitten.png) 선택 Task 3. Share a bucket publicly이미지 공유하기 파일 목록에서 버킷 클릭 Permissions 탭 클릭 Add principals > New principals 클릭 Cloud Storage > Storage Object Viewer 선택새 구성원에 대한 역할 추가- All Users경고창이 뜸 그리고, Public access 가 Not public으로 되어있는데, 해제 해줘야 해당 버..
2024.11.11 -
02. Creating a Virtual Machine
Task 1. Create a new instance from the Cloud console Compute Engine > VM Instances > CREATE INSTANCE 방화벽 > HTTP 트래픽 허용 Task 2. Install an NGINX web server 생성 한 VM 인스턴스의 ssh 접속 ssh 접속 시 인증 화면 sudo apt-get update sudo apt-get install -y nginx ps auwx | grep nginx nginx 활성화 되었는지 확인 vm인스턴스의 external ip 로 접속시 뜨는 화면 Task 3. Create a new instance with gcloud클라우드 쉘로 vm인스턴스 생성하기 gcloud compute instances ..
2024.11.08 -
01. Google Cloud Fundamentals: Getting Started with Compute Engine | Cloud Skill
Task 1. Sign in to the Google Cloud console 구글 클라우드 콘솔에 접속 Task 2. Create a virtual machine using the Cloud console Compute Engine > VM instances > CREATE INSTANCE 클릭 인스턴스 이름 'my-vm-1'로 설정 후 밑으로 스크롤 Boot disk > CHANGE 클릭하여 설정 변경 부트 디스크 이미지 Debian GNU/Linux 11 (Bullseye) 선택 방화벽 HTTP traffic 허용 선택 (my-vm-2 생성하여 접속 예정) Task 3. Create a virtual machine using the gcloud command line 클라우드 쉘 클릭하여 접속 접속..
2024.11.07 -
SQL 인스턴스 삭제
생성한 SQL 인스턴스를 삭제하려했더니 삭제 버튼이 비활성화 되어있었다.‘삭제 방지’가 활성화 되어있어 그렇다. Delete 버튼 위의 Edit 클릭 밑으로 스크롤 하여 Data Protection 항목 클릭 ‘삭제 방지‘ 의 체크박스 해제한다. 설정이 변경될 때까지 기다린다. ‘삭제 방지‘ 해지하여 적용 완료 되면 Delete 버튼 활성화 삭제 완료
2024.11.04