Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/brabster/al2-datasci-setup
https://github.com/brabster/al2-datasci-setup
Last synced: 1 day ago
JSON representation
- Host: GitHub
- URL: https://github.com/brabster/al2-datasci-setup
- Owner: brabster
- Created: 2022-04-02T14:20:37.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-06-27T10:59:08.000Z (over 1 year ago)
- Last Synced: 2023-08-02T04:58:47.475Z (over 1 year ago)
- Language: Shell
- Size: 24.4 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Installation Instructions
- Log into workspace
- Open terminal
- Set keyboard map, default is US - may be important if you have symbols in your password
- `setxkbmap gb` for UK layout
- `wget https://raw.githubusercontent.com/brabster/al2-datasci-setup/main/setup.sh` to download the setup script to your home directory
- `chmod 775 setup.sh` to make the script executable
- `./setup.sh` to install the course software
- You will need to log out and back in again to use Docker (System -> Log Out)## Workspaces Infrastructure
A [CloudFormation template](infrastructure_example/workspaces.yml) is provided to bootstrap a VPC, SimpleAD Directory and permissions for running workspaces.
In a real implementation some alterations may be needed, for example to deploy into an existing VPC and re-use existing NAT Gateways rather than pay for new ones.