Skip to content

Commit

Permalink
Update aws/rds.md to clarify testing SSH access
Browse files Browse the repository at this point in the history
Co-Authored-By: Hannah Cushman <[email protected]>
  • Loading branch information
jeancochrane and hancush authored Jun 6, 2019
1 parent 200eae8 commit de8b4d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aws/rds.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ These instructions are loosely based on [AWS's official documentation](https://d
- Protocol: `TCP`
- Port range: `5432`
- Source: `Custom`, and paste in the value of the EC2 instance security group from above
- Test that your server can access your database by [opening up an SSH tunnel](/postgres/Interacting-with-a-remote-database.md) and attempting to `psql` into the database.
- Shell into your server and test that you can access your database by [opening up an SSH tunnel](/postgres/Interacting-with-a-remote-database.md) to your RDS instance and attempting to `psql` into the database. (N.b., you can find the URL to your RDS instance on the database detail page in the RDS console.)

0 comments on commit de8b4d7

Please sign in to comment.