본문 바로가기

[Cloud]

(13)
[Qwiklabs] Google Cloud Essentials:Challenge Lab 솔직히 Challenge Lab 하나에 essential에서 진행했던 실습 내용들이 전부 녹아 있기 때문에 이 Lab 하나만 실습해 봐도 전반적인 GCP에 대한 기초적인 내용들을 알 수 있다고 생각한다. challenge lab의 과제내용들은 다음과 같다. Create an instance.(task 1) Create a 3 node Kubernetes cluster and run a simple service.(task 2) Create an HTTP(s) Load Balancer in front of two web servers.(task 3) 정리하면 instance 생성방법, 3개의 Kubernetes cluster 생성, 그리고 HTTP Load balancer를 만들어 보는 것이다. 각각의 t..
[Qwiklabs] Google Cloud Essentials 하 전에 진작에 기록에 남길걸 이 귀찮은걸 또해야되네 [ A Tour of Qwiklabs and the Google Cloud Platform ] (GCP를 다루는 기본적인 내용이라 내용은 생략한다.) [ Creating a Virtual Machine ] (콘솔과 shell로 각각 instance를 생성하고 접속해본다.) In this hands-on lab you'll learn how to create virtual machine instances of various machine types using the Google Cloud Platform (GCP) Console and using the gcloud command line. You'll also learn how to connect an..
[AWS] AWS Lightsail Laravel 배포 - ssh1 sudo passwd root sudo nano /etc/ssh/sshd_config PermitRootLogin prohibit-password PasswordAuthentication no PermitRootLogin yes PasswordAuthentication yes sudo service sshd restart apt-get update apt-get install nginx apt-get update && sudo apt-get upgrade UTF-8 선택 Keep the local version currently installed 선택 sudo add-apt-repository ppa:ondrej/php sudo apt-get update sudo apt-get install php7.3..