🖱️Service Creation configuration and deployment

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 URL given below then click on next.

https://cfmainnet.s3.eu-west-2.amazonaws.com/TekuValidator_ServiceCreation.json
  • In the Specify Stack Details, enter the Stack name “service-creation-stack” or as your desired stack name.

  1. In the ClusterName, enter the Cluster Name as the cluster name (Validator-Cluster) that you have set during Cluster Creation or the cluster name to which you want to connect. Eg: Validator-Cluster

  2. In the ConnectTo, choose “Launchnodes Beacon Node” if you want to connect to Launchnodes’s Beacon Node or choose “Your own Beacon Node” if you want to connect with your own private Beacon Node.

  3. In the Eth1 address, enter your metamask address.

  4. In the “PrivateBeaconIp”, enter the IP address of your own Beacon Node or leave this section as it is if you want to connect with Launchnode’s Beacon Node.

  5. In the SecurityGroupName, choose the name of the existing security group which is used by your ECS Cluster. Eg: Validator-Cluster-SecurityGroup

  • 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.

Last updated