๐Ÿ–ฑ๏ธService Creation configuration and deployment

๐Ÿ“บ Follow the video for detailed guidance

Video tutorial 1.6

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

  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/BeaconNodeCF_ServiceCreation.json

2. 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/CSBeaconNodeCF_ServiceCreation.json
  • In the Specify Stack Details, enter the Stack name โ€œservice-creation-stackโ€ or as your desired stack name.

  • In the ClusterName, enter the Cluster Name as the same cluster name that you have set during Cluster Creation or the cluster name to which you want to connect. 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)

  • 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 geth node and beacon node is now set up in your AWS account. You can check the logs of both the nodes by following the instructions below.

Last updated