Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ginocoates/rstudio-server-terraform
A terraform project for provisioning an rstudio server of the desired size
https://github.com/ginocoates/rstudio-server-terraform
Last synced: 30 days ago
JSON representation
A terraform project for provisioning an rstudio server of the desired size
- Host: GitHub
- URL: https://github.com/ginocoates/rstudio-server-terraform
- Owner: ginocoates
- License: mit
- Created: 2017-01-04T10:12:12.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-01-04T11:29:38.000Z (almost 8 years ago)
- Last Synced: 2024-08-03T22:19:43.633Z (4 months ago)
- Language: HCL
- Size: 7.81 KB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
- Security: security.tf
Awesome Lists containing this project
- jimsghstars - ginocoates/rstudio-server-terraform - A terraform project for provisioning an rstudio server of the desired size (HCL)
README
Quickly create an RStudio server on AWS using one of the great ami's from
Louis Aslett http://www.louisaslett.com/RStudio_AMI/Usage:
terraform plan -out=terraform.plan -var-file=variables.tfvars
terraform apply terraform.planVariables:
local_ip - the local IP address to be given SSH access
region - the aws region for the deployment
instance_type - the type of instance to create. see: https://aws.amazon.com/ec2/instance-types/
zone - the availability zone the server should be created in
disk_size - the size of the EBS volume to provision
keep_data - whether the EBS volume should be kept on server termination
keypair_name - the pre-created key pair name to use
private_key - the private key to use to connect via ssh, i.e. the key from the key pair
rstudio_password - the password to set for RStudio server