Running the node
Running Script in AWS Cloud Shell
Last updated
Running Script in AWS Cloud Shell
Last updated
Objective:
Run the deployment script in AWS Cloud Shell using the uploaded .env
file. Ensure that you have obtained the correct .env
file and filled up respective information from the CloudFormation EKS stack outputs and review the .env
file for node customization requirements. The script is responsible for deploying resources related to the EKS cluster and requires the .env
file containing the necessary information.
Access to the AWS Management Console.
CloudFormation stack for EKS cluster successfully created.
Identity provider Created.
A Sample file .env
is available at https://raw.githubusercontent.com/launchnodes/ln-lacchain/master/.env
The .env
file with required information obtained from the CloudFormation stack outputs.
Below is a video guide for the following instructions:
Open a web browser and navigate to the AWS Management Console (https://console.aws.amazon.com).
Enter your login credentials to access your AWS account.
Once logged in, search for "CloudShell" in the AWS Management Console search bar.
Click on the "AWS CloudShell" service from the search results to open the Cloud Shell.
.env
FileIn the AWS Cloud Shell terminal, click on the "Upload/Download files" button in the toolbar.
Browse and select the .env
file containing the required information (e.g., IP address, EKS cluster name, region, Node Name, Email address).
Wait for the file to upload successfully.
In the AWS Cloud Shell terminal, execute the following command to download and run the deployment script desired network: select between ( mainnet / testnet)
The script will start running and deploying the necessary resources for the EKS cluster.
Monitor the script execution for any errors or prompts for user input, if applicable.
Wait for the script to complete the deployment process.
Once the script execution is complete, verify that all the required resources for the EKS cluster have been successfully deployed.
Check the AWS Management Console or run appropriate commands to validate the deployment.