Skip to content

Ethereum deployment scripts on AWS CloudFormation

Notifications You must be signed in to change notification settings

wokuang/aws-ethereum

 
 

Repository files navigation

Ethereum deployment scripts on AWS CloudFormation

Kenneth Falck kennu@luottamuksenloyly.fi 2016-2017

Overview

These scripts are designed for launching a private Ethereum blockchain on AWS CloudFormation.

Pre-requisites

Install AWS CLI:

pip install awscli

Create an AWS profile called "luottamus" to ensure that the deployment scripts work out-of-the-box. Instructions can be found at: http://docs.aws.amazon.com/cli/latest/userguide/cli-chap-getting-started.html

Deploying the stack

This command will create the servers and print out the public IP addresses:

./deploy.sh

Undeploying the stack

This command will delete everything:

./undeploy.sh

About

Ethereum deployment scripts on AWS CloudFormation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 47.7%
  • Shell 40.1%
  • Python 8.8%
  • JavaScript 3.4%