Coder Social home page Coder Social logo

hysds-terraform's Introduction

hysds-terraform

HySDS cluster provisioning using Terraform

Prerequisites

  1. Install Terraform from https://www.terraform.io/. You can run terraform from any machine or your laptop.
  2. If you are using AWS, make sure you have your credentials setup up. To set them up, install the AWS CLI from https://aws.amazon.com/cli/ and run aws configure.

Usage

  1. Clone the repo
    git clone https://github.com/hysds/hysds-terraform.git
    cd hysds-terraform
    
  2. Copy the variables.tf.tmpl to variables.tf:
    cp variables.tf.tmpl variables.tf
    
    1. Initialize so plugins are installed:
    terraform init
    
  3. Updated the values starting with two underscores, e.g. __region__, for your provider account and settings. Edit the variables.tf file with custom variables for this installation venue. Many of these values can be acquired from the aws console.
    vi variables.tf
    
  4. Determine the project, venue and counter for your HySDS cluster. They will be used to uniquely name and identify your cluster's resources.
    • project e.g. swot, smap, aria, grfn, eos
    • venue e.g. ops, dev, test, gerald
    • counter e.g. 1, 2, 3
  5. Validate your configuration:
    terraform validate --var project=aria --var venue=ops --var counter=1
    
  6. Build your HySDS clustser:
    terraform apply --var project=aria --var venue=ops --var counter=1
    
  7. Show status of your HySDS cluster:
    terraform show --var project=aria --var venue=ops --var counter=1
    
  8. Destroy your HySDS cluster once it's no longer needed:
    terraform destroy --var project=aria --var venue=ops --var counter=1
    

hysds-terraform's People

Contributors

pymonger avatar hookhua avatar

Watchers

James Cloos 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.