> For the complete documentation index, see [llms.txt](https://launchnodes.gitbook.io/prysmatic-validator-node-for-eigenlayer-restaking/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://launchnodes.gitbook.io/prysmatic-validator-node-for-eigenlayer-restaking/aws-validator-node-set-up/cluster-creation.md).

# Cluster Creation

📺 Follow the video for detailed guidance

{% embed url="<https://drive.google.com/file/d/1koRbdJMzbceJ60JV1_HGQI81-ivHU26_/view?usp=sharing>" %}
Tutorial video 1.2
{% endembed %}

### Steps&#x20;

1. Sign in to the AWS [Console](https://console.aws.amazon.com), In All Services, choose [CloudFormation](https://console.aws.amazon.com/cloudformation/).&#x20;
2. In the navigation pane, choose Stack and then choose Create Stack. Under Prerequisite-Prepare Template, choose Template is ready.
3. Under Specify Template, choose the Template Source as Amazon S3 URL and enter the following URL below and click Next

```css-extras
https://cfmainnet.s3.eu-west-2.amazonaws.com/ClusterCreationStackV1.json
```

4. In the Specify Stack Details, enter the Stack name as “*cluster-creation-stack*” or your desired stack name.
5. In the Parameters,&#x20;

&#x20;             a) In the ClusterName, set the name for your cluster. Eg. Validator-Cluster-2.

{% hint style="info" %}
Note: ClusterName must be different from the existing Cluster Names
{% endhint %}

&#x20;            b) In the KeyName, select the existing key pair from existing keys.If you don't have any existing key pair then you can follow the instructions above and create a key-pair.

&#x20;            c) In Instance type, select the instance type as per your requirement.

6. Click on Next.&#x20;
7. In the Configure stack options, click on Next.
8. 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"*.
9. 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
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, and the optional `goal` query parameter:

```
GET https://launchnodes.gitbook.io/prysmatic-validator-node-for-eigenlayer-restaking/aws-validator-node-set-up/cluster-creation.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
