HomeAboutMeBlogGuest
© 2025 Sejin Cha. All rights reserved.
Built with Next.js, deployed on Vercel
🧚
[1기]최종 프로젝트 데브코스
/
📜
[팀13] 사각사각 ✏️
/
🎊
기술 문서
/
🕸️
VSCode 에서 EC2 연결하기
🕸️

VSCode 에서 EC2 연결하기

백엔드가 추천하는 간단한 VSCode 확장 익스텐션VSCode 에서 EC2 연결VSCode 확장 익스텐션에서 Remote Development 설치Remote 설정터미널 실행
 

백엔드가 추천하는 간단한 VSCode 확장 익스텐션

notion image
notion image
notion image
notion image
notion image
 

VSCode 에서 EC2 연결

VSCode 확장 익스텐션에서 Remote Development 설치

notion image
 

Remote 설정

  1. cmd + shift (mac) , ctrl + shift (windows) 단축키를 이용해서 Remote-SSH 의 Host 에 연결을 실행 시킵니다.
    1. notion image
 
  1. Configure SSH hosts.. 클릭
    1. notion image
 
  1. Host 설정
    1. /Users/jo(본인)/.ssh/config
      notion image
      notion image
      Host kyu # 별명과 같습니다. 아무렇게나 지어도 됩니다. HostName 123.456.789 User ec2-user IdentityFile /Users/jo/workspace/KDT/kyu.pem
 
  1. 다시 Remote-SSH 의 Host 에 연결 실행
    1. Host 정보를 작성하였다면 아래 처럼 나타 날 것입니다. ( 클릭)
      notion image
       
  1. 접속 완료
    1. notion image
 
  1. 작업 폴더 선택
    1. notion image
 
  1. 완료
    1. notion image
       

터미널 실행

단축키 ctrl + ` (백틱)