You can connect your database directly or using SSH (e.g. via a Bastion Host).
Connecting directly
To connect your database directly, you'll need the following information:
Postgres, MySQL, MariaDB, Redshift, SQL Server
- Host (e.g. ec2-123.amazon.aws.com)
- Port (e.g. 5432)
- User (username)
- Password
- Database (e.g. db123)
Snowflake
- Host (e.g. ab123.snowflakecomputing.com)
- User (username)
- Password
- Database (name of the default database to connect to)
- Warehouse
BigQuery
- Region (e.g. US)
- JSON Keyfile
Connecting via SSH
To connect using SSH, you'll need:
- SSH Host (e.g. 136.69.115.122)
- SSH Port (e.g. 22)
- SSH User (username)
- Password (optional)
- Keyfile
- Passphrase
For a step-by-step guide to connecting, go here.
Comments
0 comments
Please sign in to leave a comment.