> For the complete documentation index, see [llms.txt](https://dvt-homestaker.stakesaurus.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://dvt-homestaker.stakesaurus.com/hardware-and-systems-setup/practicing-for-free-on-cloud-vms/alibaba-cloud.md).

# Alibaba Cloud

## Creating an account

1\) Go to [Alibaba Cloud website](https://www.alibabacloud.com/en?_p_lc=1)

2\) Click on **"Free Trial"** in the top right corner

3\) Select **"Individual Account"**

4\) Enter your Email address and set your password

5\) Select your country/region and enter your phone number. Then, request for a verification code and enter the verification code sent to your phone number

6\) Select **"Individual Account"** again, fill in your billing information, verify your email address, and then submit the form

7\) Add your credit card details. **Note:** You will not be billed if you only select products within the **Free Tier**

8\) Once you have successfully created an account, click on **"Free Trial"**

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

## Spin up your free VM

1\) Under the **Free Trial** page, scroll down and look for the **ECS u1 Instance.** You will be able to run one of this instance for free for 3 months.&#x20;

<figure><img src="/files/WXam0lmjw6YBnDabwTCG" alt="" width="342"><figcaption></figcaption></figure>

{% hint style="danger" %}
However, as the size is too small even for a testnet validator node, you can only practice the configuration steps without actually running the services using this.
{% endhint %}


---

# 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://dvt-homestaker.stakesaurus.com/hardware-and-systems-setup/practicing-for-free-on-cloud-vms/alibaba-cloud.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.
