Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions 6 docs/install/cloud/aws.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,12 @@ Start with one of the following Linux distributions, and configure it using the
* Instance: See [cloud hw/sw recommendations](../../planning/hardware-software.md#cloud)
* Security groups: ssh, http, https

## AWS Marketplace Initial Access

> **Hint:** For AWS Marketplace deployments, the admin account default login credentials are:
> - **Username:** `admin`
> - **Password:** `i-<instance-id>` (e.g., if your instance ID is `i-1234567890abcdef0`, the password is `i-1234567890abcdef0`)

# 3. General installation

Proceed to the instructions for [general installation](https://github.com/graphistry/graphistry-cli) and check [AWS Marketplace](aws_marketplace.md) for common AWS-specific configurations
9 changes: 9 additions & 0 deletions 9 docs/install/cloud/aws_marketplace.md
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,15 @@ go version go1.10.4 linux/amd64

### 7. Marketplace FAQ

#### What are the default login credentials?

**Username:** `admin`
**Password:** `i-<your-instance-id>`

Example: If your instance ID is `i-1234567890abcdef0`, your password is `i-1234567890abcdef0`

You can find your instance ID in the AWS EC2 Console.

#### No site loads or there is an Nginx 404 error

Wait a few minutes for the system to finish starting. If the problem persists for more than 5-10min, log in, run `docker ps`, and for each failing service, restart it. If problems persist further, please report the results of `docker logs <service>` to the Graphistry support team and we will help out.
Expand Down
Morty Proxy This is a proxified and sanitized view of the page, visit original site.