> For the complete documentation index, see [llms.txt](https://incheol-jung.gitbook.io/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://incheol-jung.gitbook.io/docs/study/nodejs/2018-01-16-nodejs-13st.md).

# AWS란?

* 클라우드 호스팅
* 서버호스팅이 아닌 필요에 따라 cpu core및 용량 인스턴스의 크기를 올릴수 있음
* 시간단위로 요금책정

## AWS EC2 생성

## SSH 접속

## AWS 서버 기본 환경 설정

* 설치순서
* Node.js 설치
* pm2 설치 ( 터미널 종료해도 실행)
* Express 설치 연습
* MongoDB 설치
* nginx 설치 (NGINX를 앞에 두고, 밖에서는 포트로 사이트 접속이 안되고, 사용자가 REQUEST시 NGINX가 보여줌 = Reverse proxy = 포트가 노출되지 않음 )
