> For the complete documentation index, see [llms.txt](https://incognitodoc.gitbook.io/workspace/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://incognitodoc.gitbook.io/workspace/master.md).

# Launch and connect your AWS Instance

## Step 1: Log in your AWS account (<https://aws.amazon.com/marketplace/management/signin>)

Register one if you don't have (<https://aws.amazon.com/>)

## Step 2: On top left bar, choose Services > Compute> EC2

![](/files/-LqEuhxTLu_-amt2CKS3)

## Step 3: Launch Instance

![](/files/-Loe12-_jJC6nor9a4V9)

## Step 4: Choose Ubuntu Server 18.04 LTS (HVM), SSD Volume Type

Either x86 or Arm is fine

![](/files/-LqEv45G0_Tmx-ZKrXK5)

## Step 5:  Choose instance type "t3a.xlarge"

![](/files/-LqEwCScti20jjGzmhpD)

Click “Next: Configure Instance Details” at the bottom right of the page

Nothing to change here, so click “Next: Add Storage”

## Step 6: Change size Gib into 60

![](/files/-Loe36gEkDst8q50CI4c)

Click Add Tag. There's nothing to add here so lick Next: Configure Security Group

![](/files/-Loe3uE3Ytnt_z_CFwbX)

## Step 7:  Click "Add Rule"&#x20;

Please add the following 2 port: TCP 9334 and TCP 9433. \
To add, please click "Add Rule", then:\
\- For Type, select  "Custom TCP Rule"\
\- Input port number: 9334, 9433\
\- For Source,  Anywhere 0.0.0.0/0

![](/files/-Loe4YF_wnb3jFrVnZg6)

Then click "Review and Launch"

## Step 8: Download Key Pair

In the pop up window, please elect “Create a new key pair” and then enter a name that you like, for example "incognitokey".&#x20;

![](/files/-Loe5HSJJs27MPE75kuI)

Click “Download Key Pair” and save it somewhere safe.

Click “Launch Instances”.

Click “View Instances”

![](/files/-Loe5K-_I54piLuxovyf)

## Step 9: Connect to instance

Right click at the Running status, then select "Connect"

![](/files/-Loe5M-xFN9iG0d6dxeH)

Follow the step in the screenshot&#x20;

![](/files/-LoKwwdIlar9gugz79bf)

* Open SSH client
* Local you Key File at Step 8
* &#x20;this command:

```
chmod 400 <file name> (eg: chmod 400 incogintokey.pem)
```

After that run this command:

```
ssh -i “file ” ec2-user@ec2-13-58-138-9.us-east-2.compute.amazonaws.com
```

This is the IP address to run your Virtual Node

![](/files/-LpXgQBlOV5unUV-dgJW)
