티스토리 뷰

공부

[AWS] Trouble shooting

승가비 2019. 7. 28. 00:07
728x90
chmod 400 smart-book.pem
ssh-keygen -R ec2-34-196-171-56.compute-1.amazonaws.com
ssh-keygen -y -f smart-book.pem

ssh -i "smart-book.pem" ubuntu@ec2-34-196-171-56.compute-1.amazonaws.com
ssh -i "smart-book.pem" ec2-user@ec2-34-196-171-56.compute-1.amazonaws.com

netstat -tnlp
kill -9 ${pid}
728x90

'공부' 카테고리의 다른 글

[Postman] POST send to file  (0) 2019.07.28
[NodeJS] request Content-Type `application/json`  (0) 2019.07.28
[Spark] List<String> Encoders  (0) 2019.06.30
Concurrency (동시성)  (0) 2019.06.30
[Hive] Create table  (0) 2019.06.30
댓글