PyCharm で SSH tunnel して Amazon Redshift につなぐ
ガイド
手順
View -> Tool Windows -> Database で、スパナのボタン押下
Data Sources and Drivers ダイアログで、
+
ボタン押下Amazon Redshift
を選択-
General タブ
Name: 任意の名前
Comment: 任意のコメント
User: 接続先 DB のユーザー名
Password: 接続先 DB のユーザーのパスワード
-
URL: AWS コンソール -> Redshift ダッシュボード -> クラスターメニュー -> 接続したいクラスター -> クラスターデータベースのプロパティ -> JDBC URL に記載の URL
末尾は接続先 DB 名 (
port番号/
のあと)
URL の右横のプルダウン:
URL only
Driver:
Amazon Redshift
-
SSH/SSL タブ
Use SSH tunnel:
ON
Proxy host: gateway (HostName)
Port:
22
(SSH接続時のPort番号)Proxy user: gateway のユーザー名
Auth type:
OpenSSH config and authentication agent
Test Connection してみる