본문 바로가기

서버

[aws, PuTTY] PuTTY를 사용하여 aws ec2 인스턴스에 연결하기

aws 개발은 콘솔상에서 이루어진다 해당 인스턴스에 간단하게 접속하는 방법을 알아보겠다.

 

1. PuTTY 설치

 

https://www.chiark.greenend.org.uk/~sgtatham/putty/latest.html

 

Download PuTTY: latest release (0.76)

This page contains download links for the latest released version of PuTTY. Currently this is 0.76, released on 2021-07-17. When new releases come out, this page will update to contain the latest, so this is a good page to bookmark or link to. Alternativel

www.chiark.greenend.org.uk

여기서 자신의 운영체제 버전에 맞는 PuTTY를 설치한다.

 

1-(2). 프라이빗 키 PPK확장자로 전환

 

https://samgyeobsal123.tistory.com/entry/PuTTY-PuTTY-Key-Generator-%EC%82%AC%EC%9A%A9%EB%B2%95

 

[PuTTY] PuTTY Key Generator 사용법

필요시 aws에서 제공한 프라이빗 키 파일을 PuTTY에 맞는 확장자인 PPK로 변환해야 할 때가 있다. PuTTY를 성공적으로 설치했으면 PuTTY Key Generator (이하 키젠)을 실행하면 아래 화면이 뜬다. Load를 눌

samgyeobsal123.tistory.com

위 글 참고

 

2. aws 인스턴스 접속

 

PuTTY를 실행하고 HostName에 aws의 퍼블릭 IPv4 주소를 입력한다

 

 

그 후 좌측 Category에 +SSH를 클릭하고 Auth에 private key 파일을 로드한다.

 

 

 

여기까지 따라했으면 아래 Open을 클릭한다.

 

 

 

접속성공.

'서버' 카테고리의 다른 글

[PuTTY] PuTTY Key Generator 사용법  (0) 2021.08.22
[AWS] aws 사용중 연결 오류 해결  (0) 2021.06.21