Server (10) 썸네일형 리스트형 [Server] Node.js에서 Ec2서버와 Mongodb 연결하기 0. 터미널 접속하기 ✔︎mac : Mac은 ssh가 있어서, 터미널 명령어로 바로 접근 가능 : 터미널 열기 (spotlight에 terminal 입력) * spotlight 단축키 : command + space sudo chmod 400 받은키페어를끌어다놓기 ssh -i 받은키페어를끌어다놓기 ubuntu@AWS에적힌내아이피 예시는 다음과 같다. ssh -i /path/my-key-pair.pem ubuntu@12.345.678.90 중간에 yes/no 입력하는 부분 나오면 yes 입력하고 enter ✔︎window : window는 ssh가 없으므로, git bash라는 프로그램을 이용 : gitbash 실행하기 ssh -i 받은키페어를끌어다놓기 ubuntu@AWS에적힌내아이피 예시는 다음과 같다... [Server] AWS EC2 서버 접속하기 준비단계 1. AWS에 무료로 가입한다. https://aws.amazon.com/ko/ 2. 가입을 완료했다면 AWS EC2 인스턴스 링크로 접속 https://ap-northeast-2.console.aws.amazon.com/ec2/v2/home?region=ap-northeast-2#Instances: https://ap-northeast-2.console.aws.amazon.com/ec2/v2/home?region=ap-northeast-2#Instances: ap-northeast-2.console.aws.amazon.com 3. AWS EC2 인스턴스 링크로 접속했다면, 위치가 서울로 설정되어있는지 확인하기, 서울로 설정이 잘 되어있다면 인스턴스 시작을 누른다. 4. Ubuntu Server.. 이전 1 2 다음