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 年前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南