https://github.com/appsilon/packer-rstudio-workbench
https://github.com/appsilon/packer-rstudio-workbench
blog-post packer
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/appsilon/packer-rstudio-workbench
- Owner: Appsilon
- License: mit
- Created: 2021-06-28T15:04:02.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-02-17T11:29:53.000Z (almost 2 years ago)
- Last Synced: 2025-06-24T21:45:30.005Z (7 months ago)
- Topics: blog-post, packer
- Language: HCL
- Homepage:
- Size: 8.79 KB
- Stars: 1
- Watchers: 6
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Packer R-Studio Workbench AWS AMI
This project includes scripts to build an R-Studio Workbench AMI for AWS.
What's in:
* Packer HCL config for building the image on AWS,
* Ansible roles for provisioning essentials, R, R-Studio Workbench,
* Vagrant config for building and testing the image build process locally.
## Requirements
You'll require the following tools installed and in your path:
* packer
* ansible
* awscli
* aws-vault
## Building the image
1. Make sure all the required software (listed above) is installed,
1. Load your AWS credentials into your environment.
1. Run `packer`:
```
aws-vault exec appsilon-infra-sso -- packer build ami.pkr.hcl
```