# Usage on AWS

## Step 1 - Generate init script from TinyInstaller

To get started, you need an active **TinyInstaller access key.**

#### Login to TinyInstaller

Go to <https://tinyinstaller.top/login> then Enter your access key to continue.

<figure><img src="/files/XBiIO0F7aqOaHrVmNgJN" alt=""><figcaption><p>Login</p></figcaption></figure>

#### Get Init Script

Then select Os and check Init Script

<figure><img src="/files/mnRNSzuq5sRvYxAg7PsL" alt=""><figcaption><p>Get Init script</p></figcaption></figure>

## Step 2 - Create Windows VPS on AWS with Init Script

### Create new Instance

Login to AWS EC2 then click Launch instances

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

### Choose Location, Configration

Choose location and server size for your needed. Make sure you select **Ubuntu** one and increase **Storage.**

**Instance types supported**: *<mark style="color:green;">**T3, M5, C5, T2, C4**</mark>*

* T3, M5, C5 need special aws image <https://tinyinstaller.top/images?hl=en&s=t3>
* T2, C4: All other images

### Set the initialization script

Expand Advanced Options and Check Add Initialization scripts, then paste init script from TinyInstaller here

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

### Create Instance

Select Quantity you want to create, make sure that not exceeded number of max Install Process allowed in your package. \
\&#xNAN;*Example: If you have 20 free process then we can create 20 instances*

<figure><img src="/files/4uYrj8qhKgXTBKE0ED8I" alt=""><figcaption></figcaption></figure>

### Instance created

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

After instance created we go back to TinyInstaller -> Install history to check install status

## Step 3 - Check install status

You can monitor install processes at [Install history](https://tinyinstaller.top/my-instances)

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

You can view status detail by click the link on status column

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

## Step 4 - Access to Windows

When installation done, you can copy IP address (include port), user/pass and access to RDP

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

That's all, you now connect to windows via RDP. Everything is processed automatically.


---

# 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://docs.tinyinstaller.top/install-guides/usage-on-aws.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.
