Graphistry runs on AWS EC2. This document describes initial AWS virtual machine environment setup. From here, proceed to the general Graphistry installation instructions linked below.
The document assumes light familiarity with how to provision a standard CPU virtual machine in AWS.
For AWS Marketplace users and additional AWS configuration tips, instead see AWS Marketplace Administration
Contents:
- Pick Linux distribution: Ubuntu 18.04 LTS (Others supported, but not by our nvidia drivers bootstrapper)
- Configure instance
- General installation
Subsequent reading: General installation
Start with one of the following Linux distributions, and configure it using the instructions below under 'Configure instance'.
- Available on official AWS launch homepage
- Follow provisioning instructions from AWS install
- Hardware type: See cloud hw/sw recommendations
- Login: ssh -i ...private_key.pem ubuntu@public.dns
RHEL, CentOS temporarily not supported by our bootstrapper while conflicting nvidia-docker<>CUDA changes get fixed in the Linux ecosystem
- Instance: See cloud hw/sw recommendations
- Security groups: ssh, http, https
Hint: For AWS Marketplace deployments, the admin account default login credentials are:
- Username:
admin- Password:
i-<instance-id>(e.g., if your instance ID isi-1234567890abcdef0, the password isi-1234567890abcdef0)
Proceed to the instructions for general installation and check AWS Marketplace for common AWS-specific configurations