Skip to content

rohan-bhagat/terra-aws

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

terra-aws

Terraform script to generate single node hdp cluster on aws

Specify most cluster configuration variables in "variables.tf".

Instructions:

  • Enable the forwarding agent config, for instance
$ cat ~/.ssh/config 
ForwardAgent yes
StrictHostKeyChecking no
  • Load your keyfile to ssh-agent
$ eval $(ssh-agent) && ssh-add ~/.ssh/keyfile #DO THIS IN THE SAME SHELL FROM WHICH YOU RUN TERRAFORM

This is still work in progress

About

Terraform script to deploy single node hadoop cluster on aws.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages