πŸ–±οΈService Creation configuration and deployment

πŸ“Ί Follow the video for detailed guidance

Steps :

  • Sign in to the AWS Cloudformation.

  • In the navigation pane, choose Stack and then choose Create Stack.

  • In the Prerequisite-Prepare Template, choose Template is ready.

  • In the Specify Template, choose the Template Source as Amazon S3 URL and enter the followig URL click on next.

  1. Enter the following URL, if you want to sync the beacon node from genesis without checkpoint sync.

https://beacon-node-cf.s3.us-west-1.amazonaws.com/TekuMainnet_ServiceCreation.json
  1. Enter the following URL, if you want to use checkpoint sync to sync the beacon node.

https://beacon-node-cf.s3.us-west-1.amazonaws.com/TekuMainnet_Checkpoint_Service.json
  • In the Specify Stack Details, enter the Stack name β€œbeacon-service-creation-stack” or as your desired stack name.

  • In the ClusterName, enter the Cluster Name Eg: Beacon-Cluster

  • In Eth1Address paste your metamask or any other Ethereum address(Address of your ownership so If you receive any Inclusion reward during staking It'll go by default into this)

Note: If you have set the Ethereum fee recipient address in the validator node that will override this Eth1Address.

  • Choose Next.

  • In the Configure stack options, choose 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.”

  • Choose Create-stack.

πŸŽ‰ Congratulations, your Teku beacon node with geth is now set up in your AWS account. You can check the logs of both nodes by following the instructions below.

Last updated