# AWS란?

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

## AWS EC2 생성

## SSH 접속

## AWS 서버 기본 환경 설정

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


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://incheol-jung.gitbook.io/docs/study/nodejs/2018-01-16-nodejs-13st.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
