# 노드구동(Cloud)

### 서버(PC) 기본사항

1. 인터넷이 되는 환경에서 설치를 진행하여야합니다
2. 권장사항
   1. CPU: 4Core이상
   2. Memory: 16GB이상
   3. Disk: 500GB 이상(SSD 권장)
3. 첨부파일 다운로드

{% file src="/files/0FJRHSrPhRs2gzl8QBXf" %}

### AWS서버설치 예시

1. AWS로그인 → 검색창에 EC2검색

<figure><img src="/files/cmDd7a82tyPKxh8JRB80" alt=""><figcaption></figcaption></figure>

2. 우측상단에 Launch Instances클릭

<figure><img src="/files/ktgiiraDjnnvQMuclCuE" alt=""><figcaption></figcaption></figure>

3. 서버설정
   1. **IP 및 Key정보는 보안상 모자이크 처리하였습니다(노출주의)**
   2. 500GB설정 후 Launch Instatnce 클릭

<figure><img src="/files/EgyGjjkEg6JrbiXMNOlN" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/uIN9L9VOGt5R4yUpgNHa" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/oWg5xte5Ndp9kSV6gSro" alt=""><figcaption></figcaption></figure>

4. 서버접속

우측상단에 Connect버튼클릭

<figure><img src="/files/ZUB8JocpxDRI69G1axTY" alt=""><figcaption></figcaption></figure>

우측상단에 Connect버튼클릭

<figure><img src="/files/0JukYkoyv9XCVu7Q2ECR" alt=""><figcaption></figcaption></figure>

5. 다운로드받은 첨부파일 서버로 복사

`scp -i {key파일위치} Guide.zip [ubuntu@](<mailto:ubuntu@3.36.86.95>){IP입력}:/home/ub untu`

{key파일위치} 부분에는 EC2생성시 다운로드되었던 key파일 위치를 넣어주시면 됩니다

* 예시) \~/Downloads/key.pem

{IP입력} 부분에 설치된 서버 IP를 입력해주시면됩니다

* 모자이크한부분에 값이 해당됩니다 Public IPv4 address의 값을 입력해주시면됩니다

  * 예시) 1.1.1.1 이런형태로 4자리의 숫자로 이루어진 값입니다

  <figure><img src="/files/m58Hnuo7ac9I9N8lW4Nr" alt=""><figcaption></figcaption></figure>

6\. 5번항목에서 미리 복사한 파일 압축해제

```
sudo -s
apt-get -y update && apt-get -y install unzip
unzip Guide.zip
```

<figure><img src="/files/O7fCHjOgc2ncI1jEgXZC" alt=""><figcaption></figcaption></figure>

7. KYC를 완료하면 ***\[노드 구동 전용 프라이빗키]***&#xB97C; 메일로 보내드립니다. \
   받으신 프라이빗키를 \[텍스트 편집기]로 src폴더 아래 key.json파일의 " "안에 입력하고 파일을 저장 해주세요. \
   프라이빗키에는 구매자의 VERY 분배 지갑주소가 매칭되어있어서 프라이빗키를 도난당해도 VERY는 안전합니다.

```
{
  "key": "Paste a private key here"
}
```

8. 0/1 실행

<pre><code><strong>cd Guide
</strong>sh 0_prepare.sh
sh 1_build.sh
</code></pre>

9. 2/3번 실행

```
sh 2_execute.sh
sh 3_log.sh
```

3번 실행시 아래 빨간박스와 같은 로그가 보이면 정상실행 완료된 것입니다

<figure><img src="/files/QpWWF0ve6ZhQnSnKKFJB" alt=""><figcaption></figcaption></figure>


---

# 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://wp.verylabs.io/korean/1/cloud.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.
