Recommended way to interact with Aurora Serverless v2 without public access

0

Aurora Serverless V2 doesn't yet support the built in SQL editor. I cannot connect to it from PGadmin or other IDEs. how do I run my DDL's against it? when I first need to create schemas and tables?

I'm using postgres flavour of this.

質問済み 2年前1134ビュー
2回答
1

You can create a bastion host (EC2 in same VPC as Aurora Serverless v2) and use SSH tunneling in PgAdmin or any other client tool for connection and running queries.

AWS
回答済み 2年前
0

You can also create a client vpn then you are able to use PgAdmin or other tools to access the RDS instance over the VPN.

回答済み 2年前

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン

関連するコンテンツ