# Setting Up Your Geth Node.

**Step 1** : Select the AMI and click on Launch instance from AMI

**Step 2 :** Name your Geth Node

<figure><img src="https://460686784-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FIHJLj003X71SohfEn3uy%2Fuploads%2FPCMpqk8xK6w3YfzqRMRY%2FScreenshot%202022-09-25%20120111.png?alt=media&#x26;token=2cc949e5-6ddc-4e87-8188-3dc980a9b7e2" alt=""><figcaption><p>1.2 launch an instance</p></figcaption></figure>

**Step 3 :** In instance type please select instance type m5.large&#x20;

<figure><img src="https://460686784-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FIHJLj003X71SohfEn3uy%2Fuploads%2FBoa6tctdXvNBgyJieQKO%2FScreenshot%202022-09-25%20120645.png?alt=media&#x26;token=8397596a-7147-40b8-b2b3-6b805dc76e03" alt=""><figcaption><p>Instance type 1.3</p></figcaption></figure>

**Step 4**: Choose a name for your keypair

<figure><img src="https://460686784-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FIHJLj003X71SohfEn3uy%2Fuploads%2Fu1gbmG8VNj9tVnWxDtHF%2FScreenshot%202022-09-25%20121647.png?alt=media&#x26;token=961bb1b5-140c-46bd-8b5a-647bb11ed618" alt=""><figcaption></figcaption></figure>

**Step 5:** Choose 1500 GB storage with gp3

<figure><img src="https://460686784-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FIHJLj003X71SohfEn3uy%2Fuploads%2F2zE35Nkz1aZejy5R8LNH%2FScreenshot%202022-09-25%20122006.png?alt=media&#x26;token=2a3d976f-af00-4e3b-8263-9fb4dd944247" alt=""><figcaption></figcaption></figure>

**STEP 6 :** Click on Launch Instance Button

After completing step 6. you can SSH login to the Instance you have just created. To make sure things are working correctly check the docker logs by running the following command in your terminal

&#x20;**`docker logs --follow --tail 100 geth-node`**


---

# 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://launchnodes.gitbook.io/aws-geth-node-setup/pre-synced-geth-node-set-up/setting-up-your-geth-node..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.
