> For the complete documentation index, see [llms.txt](https://docs.moneyonchain.com/omoc/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.moneyonchain.com/omoc/launch-your-instant-from-the-ami.md).

# Create your machine

### 1) Login with your account and go to the EC2 menu

<div align="left"><img src="/files/-MScOljq4xjqGklf9bbM" alt="Sign in to aws management console"></div>

![](/files/-Mbah__DNU78IKP3esxT)

### 2) From the EC2 menu go to Instances and press Launch Instance

![Click on Instances](/files/-MbajUWoeI7JtHzZiHtF)

![Click on Launch Instances](/files/-MbajqOXiaXaZWiOuiOg)

### 3) Now select the AMI

![](/files/uFVgp9jQci32FBstZlI1)

### 4) We will use a t2.micro so just go to ". Configure Security Group"

![t2.micro instance](/files/-MScPbvIYgtIfieoXUbs)

### 5) Configure your Security Group

#### At Security Group press "Add Rule", select "custom RPC" at the type column, in port range enter 5556 and in the source column select Anywhere.

![Security group](/files/-MScQ1OQckhOQNfOfsaX)

### 6) Press "Launch"

![Launch](/files/-MScQ_XLo_KoFiC16xXo)

### 7) Download KeyPair and launch the instance.

#### Select "Create a new key pair", put a name for the key and download the file. Now run the instance

![KeyPair](/files/-MScQrkWklWUiUaNG_1f)

### 8) To connect to your instance follow the instructions from AWS and change "root" for "ubuntu"

![Click on Connect](/files/-MbalCHfN0j0iu-AKMgu)

![change root@...  for ubuntu@ec2...](/files/-MbasY_7YoJvF7c5T-fR)

* Now you can interact with your AWS machine, to set up your oracle go to the [next step](http://omoc-docs.moneyonchain.com/step03.html)


---

# 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:

```
GET https://docs.moneyonchain.com/omoc/launch-your-instant-from-the-ami.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.
