IT Generals/Cloud Service

AWS (Amazon Web Service) 에서 Lightsail instance 생성하는 방법.

HobbyCoding 2021. 8. 16. 12:27
728x90

 

Amazon LightSail

https://wikidocs.net/75558#aws_8

 

4-04 AWS 라이트세일

AWS에 관심이 있다면 AWS는 어렵고 비싸다라는 말을 많이 들었을 것이다. 하지만 AWS 라이트세일(AWS Lightsail)로 AWS를 쉽고 저렴하게 사용할 수 있다. 여…

wikidocs.net

 

아래 link 에서 instance 를 만들수 있다.

https://lightsail.aws.amazon.com/ls/webapp/home/instances

 

https://lightsail.aws.amazon.com/ls/webapp/home/instances

 

lightsail.aws.amazon.com

 

instance 를 만드는 과정에서 SSH key 를 아래의 절차로 만들고 사용하였다

 

    • SSH Key (public key + private key)  awspwd라는 이름으로 만들고 private key 를 local 에 download 하였다.
    • download 한 private key (awspwd.pem) 을 local linux 의 ~/.ssh/ 에 copy 하였다

  • 오른쪽 위의 3줄 그림을 click 하면 manage menu 가 나오는데 외부 ssh client 를 이용하여 접속하는 방법이 나와 있다.  

 

xshell 을 이용하여 SSH 접속하는 방법

https://servermon.tistory.com/174 을 참조로 진행함