Connecting with PGAdmin
In order to connect to the database with PG Admin contact Evan Lang to recieve a database username and password, the connection parameters, and an SSH Key.
This is for admins who want to interact with the database via SQL.
Connecting
Open PGAdmin, right click “Server” in the top left corner, select “Register” and then “Server”
Input a name, this is a display name for the server and can be anything you want.
Input the database endpoint for host name/address
Input your databse username
Input your database password
Enable SSH tunneling
Input the tunnel host, this is the AWS EC2 Public IP (ec2-x-x-x-x.us-west-2.compute.amazonaws.com)
Input ubuntu as the username
Select Identity File
Attach the SSH key you have been provided
Now save the server! If you are successful the database should show up under the “Servers” dropdown in the top left corner.