ssh -i C:/flutter_ex_project/exKey.pem [email protected]
//현재 인스턴스에서 돌아가는 서버목록 출력
pm2 list
//서버에서 log 찍힌걸 확인하고 싶다면?
pm2 monit

//종료 명령어
exit