# Key-Pair Generation

📺 Follow the video for detailed guidance

{% embed url="<https://drive.google.com/file/d/1ClKlq-cSoOUiIxgI02QzHpZbxZTPup-_/view?usp=sharing>" %}

* Go to aws console <https://aws.amazon.com/console/> and search ec2 in the search-bar and click on "EC2".&#x20;
* Find "*Key Pairs*" under "*Network and Security*" from the side menu and click on that.
* &#x20;Click on "*Create key pair*".&#x20;
* Enter the name of your choice in the Name field.(e.g Validator node) .
* Select File format option to "pem".&#x20;
* Click on "Create key pair" and download the pem file.


---

# 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/key-pair-generation.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.
