> For the complete documentation index, see [llms.txt](https://docs.littlepig.cloud/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.littlepig.cloud/zh-tw/docs/instance-management/aws-vps.md).

# 在AWS上創建虛擬伺服器

### 步驟 1

[登入](https://vps.littlepig.tech/login)您的小豬雲帳戶。從側邊欄進入“伺服器管理”頁面，點擊“創建伺服器”按鈕。

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

### 步驟 2&#x20;

從平台中選擇“AWS”。為您的VPS輸入名稱並選擇區域。

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

選擇適合您使用場景的VPS配置。

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

選擇作業系統、磁碟大小和購買時長。<br>

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

為您的VPS實例輸入密碼，然後點擊“確認”。

{% hint style="info" %}
密碼長度需為8-20個字符，包括大寫字母、小寫字母、數字和特殊字符。
{% endhint %}

<figure><img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXcLrc4eMO91VUgd7zTxnSVsTIPPg_LlrI4bq71kxg5IuAwOm01__TbrYzZhzG8CFStFuMPViPjMVe4NRTj0QxtysoCqwvO-35MRQWx1Ii3X1Rh10oj2fTpUH1Z-V1pRk5yu3pTiLEIQEOamQbLGYRbAr_57?key=leD-CHDFe7ZFJW1bhcmaQw" alt=""><figcaption></figcaption></figure>

### 步驟 3

完成確認操作。

<figure><img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXezM8EcWHq4Jt6GPmvdMMZ08Ct28xRGkZEKsAHA6OkYlCRQiJtnYw4XskwXMLNFbYHoHhwvTEEV__WnRymn-5VkxEQbopEXu-j_6H1nJXUrdc5Z9WVU8A7iR29jv9alXbkHD6CNJVebOUwSOlNduaCYTfkY?key=leD-CHDFe7ZFJW1bhcmaQw" alt=""><figcaption></figcaption></figure>

### 步驟 4

從“伺服器管理”頁面訪問VPS。您可以使用用戶名“root”和您提供的密碼通過SSH登錄。

<figure><img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXfLThdLmjKxkDDeActdouBUa2tonu18veEYulpky3ZQoFfjEslEn2tBIKBfAgupSIsHRoobiREhNjReX4ZMwcFcYDood5b51G0bpw-u0kRhx9VH3Sjr3U_RsjRWWB41i6B_a9SEp9VLi3Vji9vSV8Vao7LY?key=leD-CHDFe7ZFJW1bhcmaQw" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.littlepig.cloud/zh-tw/docs/instance-management/aws-vps.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
