13
9

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 1 year has passed since last update.

TablePlusの書き方(sshトンネルで接続したい時)

Last updated at Posted at 2022-03-03

どんな状況?

RDSにEC2から接続したい。
keypairを使って接続する。
EC2に接続し、そこからRDSに接続する。
RDSでEC2のセキュリティグループを許可することでRDSに接続できるように設定済み。

テーブルの追加

右クリック→New→connectionでDBの種類を追加
Cursor.png

Cursor.png

では、sshトンネルで接続してみる

Cursor_と_Connection___.png

Name: わかりやすいテーブルの名前
Status color: 好きな色
Host: RDSのエンドポイント
Port: 3306
User: RDS作成時設定したユーザー名
Password: RDS作成時設定したパスワード
Database: RDS作成時設定したDatabase名

Server: ec2のパブリックIPアドレス
Port: 22
User: ec2-user
Use SSH key: keypairのファイル

接続できた。

13
9
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
13
9

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?