Step 3: HySDS Cluster Provisioning using Terraform
Confidence Level TBD This article has not been reviewed for accuracy, timeliness, or completeness. Check that this information is valid before acting on it. |
---|
Prerequisites
Install Terraform from https://www.terraform.io/. You can run
terraform
from any machine or your laptop.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
Clone the repo
git clone https://github.com/hysds/hysds-terraform.git
cd hysds-terraform
Copy the variables.tf.tmpl to variables.tf:
cp variables.tf.tmpl variables.tf
Initialize so plugins are installed: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.
Determine the
project
,venue
andcounter
for your HySDS cluster. They will be used to uniquely name and identify your cluster's resources.project
e.g. swot, smap, aria, grfn, eosvenue
e.g. ops, dev, test, geraldcounter
e.g. 1, 2, 3
Validate your configuration:
Build your HySDS clustser:
Show status of your HySDS cluster:
Destroy your HySDS cluster once it's no longer needed:
Next Step
Related Articles: |
---|
Have Questions? Ask a HySDS Developer: |
Anyone can join our public Slack channel to learn more about HySDS. JPL employees can join #HySDS-Community
|
JPLers can also ask HySDS questions at Stack Overflow Enterprise
|
Page Information: |
---|
Was this page useful? |
Contribution History:
|
Subject Matter Expert: @Gerald Manipon @Hook Hua |
Find an Error? Is this document outdated or inaccurate? Please contact the assigned Page Maintainer: @Lan Dang |