Giter Club home page Giter Club logo

terraform-aws-ethereum-nodes's Introduction

terraform-aws-ethereum-nodes

Terraform to build Ethereum geth nodes infrastructure on AWS for fsbft(Fast and Simple BFT) experiment. Powered by Terraform & Terragrunt.

Develop Environment

  1. Install Terraform: Follow the Official Document to install Terraform version v0.11.11, macOS user could use brew to install it directly
  2. Install Terragrunt: Follow the Installation Guide to install Terragrunt version v0.17.4
  3. Check whether there is proper permission to manage AWS resource in the machine. Using AWS profile is suggested.
  4. git clone this repository
    ~$ git clone [email protected]:charles-hsiao/terraform-aws-ethereum-nodes.git
    

Folder Structure

When executing Native Terragrunt Command, that will take effect in current folder, so before doing something, please switch the "Correct" folder Below is the folder structure of this project

├── fsbft (AWS Account)
│   ├── prod (Environment)
│   └── stag 
│       └── us-west-2 (Region)
│           └── fsbft (Project)
│               ├── env.tfvars
│               ├── geth-nodes (Roles)
│               │   └── terraform.tfvars
│               ├── terraform.tfvars
│               └── vpc 
│                   └── terraform.tfvars
└── modules (Terraform Modules)
    └── fsbft (Project)
        ├── geth-nodes (Roles)
        │   ├── asg.tf
        │   └── ...
        └── vpc
            ├── main.tf
            ├── outputs.tf
            ├── variables.tf
            └── vpc.tf

terraform-aws-ethereum-nodes's People

Contributors

charles-hsiao avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.