# Cluster Creation

📺 Follow the video for detailed guidance

{% embed url="<https://drive.google.com/file/d/1DHulkdA-NcrspaKUvI5B-oPryOvHgws9/view>" %}

### Steps&#x20;

* Sign in to the [AWS Console](https://console.aws.amazon.com), In All Services, choose [CloudFormation](https://console.aws.amazon.com/cloudformation/).&#x20;
* In the navigation pane, choose Stack and then choose Create Stack. Under Prerequisite-Prepare Template, choose Template is ready.
* Under Specify Template, choose the Template Source as Amazon S3 URL and enter[ ](https://beacon-node-cf.s3.us-west-1.amazonaws.com/BeaconNodeCF_ClusterCreation.json)the following URL then click on next.&#x20;

```css-extras
https://beacon-node-cf.s3.us-west-1.amazonaws.com/TekuClusterCreation.json
```

* In the Specify Stack Details, enter the Stack name as “*beacon-cluster-creation-stack*” or your desired stack name.
* In the KeyName, select the existing key pair from existing keys.
* Click on Next.&#x20;
* In the Configure stack options, click on Next.
* In the Review Stack, review your stack details and in Capabilities, check the box which says “I acknowledge that AWS CloudFormation might create IAM resources with custom names".
* Click on Create Stack.

{% hint style="info" %}
Note: You can only create a wallet when you have successfully created a Cluster following Step 1.
{% endhint %}


---

# 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/ethereum-teku-beacon-node-with-geth-set-up/teku-beacon-node-with-geth-set-up/cluster-creation.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.
