# Pre-Synced Beacon Node Set up Instruction

1.Select the **AMI** and click on **Launch instance** from **AMI**

2.Name your beacon node.

<figure><img src="https://lh6.googleusercontent.com/hnQNTDThnr5xeFqSLxqesAapA8NmvGb0LHO7y3C2uS7mfmQqnDIs-sxTSfhyKhl7-QjDURgTLi-wqTo5U2vEj-tvDQeuybkLMPKpaftMbJq82iBSKCtUb85yopJ4TPZA40SFEUrijmxxmMEoiZMuy7dqH8s73RlZ9Jm4PxaZEXOVgYgnxCPdSpj8NQ" alt=""><figcaption><p>IMG 1.2</p></figcaption></figure>

3\. In instance type please select instance type ***m5.xlarge***

<figure><img src="https://lh6.googleusercontent.com/XYMayxQLPa_NkEDZ_ityfMoV2Wg3DEkekacKqX9hjdeVUAc3vuN-mRBLIdYSteKqGd97my3kWVBKHXU3sDiWlM0Ddo0K5ESrF9KvSlzyOQMy574F3A9sOktN1swynYNIPXO8gySOtoMzyuZAjXuAyT8KS2Hs7UwikX6f7bogjNq3f14SJeOYqknKIw" alt=""><figcaption><p>IMG 1.3</p></figcaption></figure>

4\. Choose a name for your keypair

<figure><img src="https://lh4.googleusercontent.com/2bz2OqaugRcAX9rJFnl5Pu7bwOH4krEKbYG4IXAKWV4DOC3d0ZtJKgcLuqlOO-cLX_wuxBFzU2nTZ32uih9qKAsxV6Tr53YsB2BNeafAzrqDNc9mfaTG4MOt0KCEenEpm4v3m5iPjrzJN0jjaR4-RcMsAJFgafY35s5CSNdjh0tBrzBztKURFRQAbA" alt=""><figcaption><p>IMG 1.4</p></figcaption></figure>

5.Click on Launch Instance Button

6\. Login to your EC2 instance using SSH, and give the following commands:

```
curl -o deploy.sh https://raw.githubusercontent.com/yashLN/Beacon_Presync/main/deploy.sh
```

7\. Enter the following command to change permissions:

```
chmod +x deploy.sh
```

8\. If you have a JWT token, run the following command:

```
./deploy.sh
```

{% hint style="warning" %}
It will prompt you to enter your fee recipient/Ethereum/Metamask address.

After entering the address, it will prompt you to enter a JWT token.
{% endhint %}

9\. If you don't have a JWT token, use the following command:

```
./deploy.sh --jwt
```

{% hint style="warning" %}
It will prompt you to enter your fee recipient/Ethereum/Metamask address.
{% endhint %}
