0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

QuickSight(Quick)で繋がらない時に見るやつ

0
Last updated at Posted at 2026-04-24

数ヶ月とか1〜2年に1回毎回やってる気がするので備忘録
毎回繋がらねーな。なんでや。。。と調査に時間かかるし、社内Wiki的なのを漁るのが辛いので。。。。

経緯

上記の通り一度設定して使えていたQuickSight(現Amazon Quick)のデータソースがいつの間にか使えなくなっていることが何度かあった。
その度に原因調査して〜と小一時間くらい時間溶かしてたのでメモ

原因

AWS側の内部IPが変わったのが原因

どう直したか

1.エンドポイントのパブリックIP調べる

dig +short ${DB endpoint}
XXX.XXX.XXX.XXX

2.エンドポイントに紐づく内部IP調べる

EC2->ネットワークインターフェイスから上記パブリックIPが紐づいているインターフェイスを調べる
※もちろん接続するDBインスタンスがある環境です。

Public IPv4 addressの列で上記IPが検索に引っかかるはず。
そのすぐ右隣がPrimary private IPv4 addressになっていて、内部IPが紐づいているので、そのIPをメモ

3.QuickSight(現Amazon Quick)のデータソース設定で上記の内部IPを使って接続

0
0
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
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?